Skip to content

cookieconsent v3.0.0-rc.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@orestbida orestbida released this 19 Sep 00:13

Core Changes

  • BC: remove .init() method (c86809c)
  • Fix: onReject is not a function error when no onReject method is provided (278781d)
  • Fix: disablePageInteraction did not block page scroll (beefbef)
  • Fix: ui glitch on Safari that caused the smaller toggles to become invisible (37742f7)
  • Fix: .reset() method did not remove data-cc event listeners by @orestbida (fb87a0a)
  • Fix: double/overlapping top-border on the cookie table (f7e0136)
  • New: added lazyHtmlGeneration (enabled by default) for better performance (956a05e)
  • New: added onModalReady callback/event (956a05e)
  • Use a neutral color scheme (ref. #366) (867aaa2)
  • Set the z-index value to max. allowed value (ref. #377) (ff9e2ae)
  • Minor tweaks to padding and border radius
  • Code refactoring/cleanup

Docs

  • Fix: autoClear example with cookie by @clgleroux in #357
  • Update angular example (ed88e27)
  • Added docs. section about lazyHtmlGeneration option and onModalReady callback

Full Changelog: v3.0.0-rc.4...v3.0.0-rc.5