New Features
- Add new CSS variables by @aforcada in #482
- Allow custom script
type
via thedata-type
attribute 0b1d14a (ref. #487) - Add
settings_modal.cookie_table_caption
option for better a11y bdfe84e e1bada3 (ref. #485) - Allow custom
z-index
value via the--cc-z-index
css variable 9707cce - Allow
data-cc
attributes on all HTML elements e5ab6a0 (ref. #502) - Disable transitions if
prefers-reduced-motion
is enabled fbfd628 - Discard unsaved settings inside
settings_modal
4ef841d (ref. #481)
Bug Fixes
- Fix focus restoration when modals are hidden by @orestbida 004f6a3 (ref. #475)
Misc
- Small ui tweaks: slightly reduce padding ff0c83c 1296a6b
- Fix Readme.md example:
hide_from_bots
istrue
by default rather thanfalse
by @MaximumP in #448 - Remove old IE8 specific css rules c350c9e
- Update all dependencies 13072d4
- Code refactoring/cleanup
New Contributors
Full Changelog: v2.8.9...v2.9.0