Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

74 lines (41 loc) · 4.07 KB

Changelog

0.2.6 (2024-11-04)

Bug Fixes

  • default types not being broadcast correctly (3daf34f)

0.2.5 (2024-11-04)

Features

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

0.2.4 (2024-10-25)

Bug Fixes

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

0.2.3 (2024-10-25)

Features

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

0.2.2 (2024-10-24)

Bug Fixes

0.2.1 (2024-10-21)

Features

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

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)