Skip to content

Releases: danskernesdigitalebibliotek/dpl-react

release-cypress-cloud

28 Dec 07:00
Compare
Choose a tag to compare
release-cypress-cloud Pre-release
Pre-release
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

15 Nov 10:53
Compare
Choose a tag to compare

Transition sprint, start up new team and releases

release-dependabot-group-graphql-codegen

15 Nov 12:57
Compare
Choose a tag to compare
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

11 Oct 15:48
Compare
Choose a tag to compare
Pre-release
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

20 Sep 17:48
Compare
Choose a tag to compare
Improve error handling in saveText

by making use of Promise to handle the various cases.

release-work-description-list-to-helper

02 Sep 09:50
Compare
Choose a tag to compare
Pre-release
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

16 Jun 07:59
729aa09
Compare
Choose a tag to compare
Merge branch 'release/2' into feature/button-favorite-DDFSOEG-141