Bug Fixes
- Fix duplicate ids in the
th
tags c2623fb (ref. #483) - Fix error when a script tag with invalid category is found 3062170 (ref. #506)
- Fix focus trap stops working after calling
.setLanguage()
3d54c53 - Fix css icon inconsistencies across different browsers: use svg icons f7fa35a 383a7a1
Features
- Automatically discard unsaved preferences when
preferencesModal
is closed a51dd88 (ref. #481) - Add
cookieTable.caption
for better a11y 35b3457 a306cb3 (ref. #485) - Allow custom
z-index
via--cc-z-index
91e1877 (ref. #501) - Allow custom type on external script tags via the
data-type
attribute by @orestbida in #514 - Disable transitions if
prefers-reduced-motion
is enabled 8a34f86 - Add support for Safari 11.3+ (previously only 14+) 605ae6f 8c01126 (ref. #524)
Docs
- Fix typo in callbacks-events.md by @frusznyak in #484
Other
- Fix typo in playground de.json by @ndresx in #511
- Major playground update + update dependencies
New Contributors
- @frusznyak made their first contribution in #484
- @ndresx made their first contribution in #511
Full Changelog: v3.0.0-rc.13...v3.0.0-rc.14