Skip to content

Releases: krystal/crumbs

v0.2.6

04 Nov 16:44
3595d85
Compare
Choose a tag to compare

0.2.6 (2024-11-04)

Bug Fixes

  • default types not being broadcast correctly (3daf34f)

v0.2.5

04 Nov 11:35
24a5a06
Compare
Choose a tag to compare

0.2.5 (2024-11-04)

Features

  • allow crumbs to be loaded on the server (719b89a)

v0.2.4

25 Oct 17:04
996862b
Compare
Choose a tag to compare

0.2.4 (2024-10-25)

Bug Fixes

  • correctly set this context in migration function (e7e0a55)
  • set new accepted after migration (2943d06)

v0.2.3

25 Oct 16:26
400c16d
Compare
Choose a tag to compare

0.2.3 (2024-10-25)

Features

  • allow gtm broadcast to be of type default or update (940b6de)

v0.2.2

24 Oct 12:05
9fa0a6d
Compare
Choose a tag to compare

0.2.2 (2024-10-24)

Bug Fixes

v0.2.1

21 Oct 10:42
56fe536
Compare
Choose a tag to compare

0.2.1 (2024-10-21)

Features

  • allow default types (dd0a12d)
  • export helper functions and constants (e782459)

v0.2.0

21 Oct 10:17
7dbda34
Compare
Choose a tag to compare

0.2.0 (2024-10-21)

⚠ BREAKING CHANGES

  • release

Features

  • allow consumer to declare which types of cookies their site uses (069ca83)
  • cleanup outdated versions (#11) (fbbd79e)
  • clicking on backdrop closes the edit screen (#8) (798ce37)
  • release (6455eda)
  • replace webpack with vite (#12) (7e6a743)

Bug Fixes

  • add secure tag in cookie name (19ffc36)
  • changing const to let to avoid reassignment error (97aa80e)
  • make sure we are able to scroll when cookies are accepted (5a57874)
  • no event listener was being added to the edit cookies button when page was refreshed (9c2cda5)
  • remember cookie selection in subsequent visits (d8c8d4e)
  • removing buildEditScreen method as no longer required, setting accepted to equal the cookie types provided (06c8e83)
  • removing event listener on edit acceptance when escape key is pressed (58a7875)
  • set boolean value for each cookie (aa1e6af)
  • update variable name for cta background color (50985a3)
  • wrong event listener being removed (0dbd7d3)