Breaking Changes
-
Use a simple object — rather than an array of objects — for the (optional) attributes in
.loadScript()
3462415CookieConsent.loadScript('<path>', { 'id': 'my-id', 'another-attr': 'another-value' });
Enhancements
- Tweak border-radius and allow fancier values dbe02f7
- Use safer
overscroll-behavior
to avoid issues with panning while zoomed in 7f97984 - Remove unnecessary fields in
types.d.ts
5dea84b
Bug Fixes
- Fix error when
acceptService()
is called but no service is defined b11b9ef
Other
- Add playground and stackblitz demo links in the navbar b60c05a
- Add test for the
root
option 5902b8e - Update dev. dependencies 17d4dc4
- Major code refactoring 3b3e114
Full Changelog: v3.0.0-rc.9...v3.0.0-rc.10