0.2.6 (2024-11-04)
- default types not being broadcast correctly (3daf34f)
0.2.5 (2024-11-04)
- allow crumbs to be loaded on the server (719b89a)
0.2.4 (2024-10-25)
- correctly set this context in migration function (e7e0a55)
- set new accepted after migration (2943d06)
0.2.3 (2024-10-25)
- allow gtm broadcast to be of type default or update (940b6de)
0.2.2 (2024-10-24)
- ci (1b3d874)
0.2.1 (2024-10-21)
0.2.0 (2024-10-21)
- release
- 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)
- 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)