Skip to content

cookieconsent v3.0.0-rc.10

Pre-release
Pre-release

Choose a tag to compare

@orestbida orestbida released this 28 Nov 01:40

Breaking Changes

  • Use a simple object — rather than an array of objects — for the (optional) attributes in .loadScript() 3462415

    CookieConsent.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

Full Changelog: v3.0.0-rc.9...v3.0.0-rc.10