Releases: danskernesdigitalebibliotek/dpl-react
Releases · danskernesdigitalebibliotek/dpl-react
release-cypress-cloud
Initial support for Cypress Cloud This should allow running tests in parallel to provide a faster testing process. Also it may provide a better test debugging experience. All setup is based on the example from the documentation: https://github.com/cypress-io/github-action#split-install-and-tests
Transition sprint, start up new team and releases
Transition sprint, start up new team and releases
release-dependabot-group-graphql-codegen
Add all packages related to GraphQL codegen to existing Dependabot group All these modules work with generated code. Thus generated code should be updated when updating these modules. With that in mind it makes sense include all of them in the same group. The list of added modules are taken from the commit which introduced GraphQL Codegen: https://github.com/danskernesdigitalebibliotek/dpl-react/commit/22e016d72a30ef3685784668f51b8ce7b48c8d2d
release-use-dpl-cms-base-url
Add support for dpl cms api base url in fetcher It has been implemented the same way as it has been done with the FBS and the Publizon fetchers
release-dpl-react-interagering-med-dpl-cms-proxy-endpoint-DDFSOEG-236
Add external link translation
release-change-have-no-interest-after-DDFSOEG-211
Refactor getNoInterestAfter To make the code cleaner and not repeat as we use hardcodedInterestPeriods both in helper and in PickupModal
release-improved-text-modal-error-handling
Improve error handling in saveText by making use of Promise to handle the various cases.
release-work-description-list-to-helper
Move work description list data creation to helper In order to get a clearer overview of component
release-feature/button-favorite-DDFSOEG-141--useHasItem
Add test to button favorite $ yarn run start:storybook:test Test for the following - Material id is not on user's favorites list - Material id is on user's favorites list - User can add and remove material id from favorite list
release-feature/button-favorite-DDFSOEG-141
Merge branch 'release/2' into feature/button-favorite-DDFSOEG-141