Releases
v0.2.0
0.2.0 (2024-10-21)
⚠ BREAKING CHANGES
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 )
You can’t perform that action at this time.