Skip to content

Releases: danskernesdigitalebibliotek/dpl-go

0.17.8: In order to prevent lint error in build

17 Feb 19:32
Compare
Choose a tag to compare
The linter wants us to add all referenced deps in useEffect.
And an unused variable is removed.

0.17.7

17 Feb 19:19
Compare
Choose a tag to compare
In order to prevent lint error in build

The linter wants us to add all refrenced deps in useEffect, also actor
which is an object and is probably considered new on every call.

0.17.6

17 Feb 12:23
a16c2b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.5...0.17.6

0.17.5

16 Feb 09:30
8bc9b3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.4...0.17.5

0.17.4

12 Feb 11:07
ee151f6
Compare
Choose a tag to compare
Merge pull request #123 from danskernesdigitalebibliotek/DDFBRA-422-a…

0.17.3 - Handle history back/forward in state machine

07 Feb 12:07
Compare
Choose a tag to compare
Make the new additions to the search machine readable

in the state diagram.

0.17.2 - Reload searching on route change

06 Feb 18:41
Compare
Choose a tag to compare
Add functionality that forces search machine to reload

on route change.

0.17.1 Testing search clicks on material page

06 Feb 11:25
Compare
Choose a tag to compare
Use Xstate actions when clicking info box serachable links

Since we are running in "SPA mode" after the initial load of the
application we need to trigger an action in the actor whenever we want
it to change its context.

0.17.0

05 Feb 11:44
b35f684
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.13...0.17.0

0.16.13

04 Feb 10:08
8101f5b
Compare
Choose a tag to compare

What's Changed

  • feat: add embedVideo field to ParagraphGoVideo component and update GraphQL query by @ThomasGross in #116

Full Changelog: 0.16.12...0.16.13