v3.0.0-rc.5
版本发布时间: 2022-09-19 08:13:29
orestbida/cookieconsent最新发布版本:v3.0.1(2024-04-03 05:40:35)
Core Changes
- BC: remove
.init()
method (c86809c8febb04d8bfd392cfe4692f52b8997a83) - Fix:
onReject
is not a function error when no onReject method is provided (278781db6960d9c265035b5023b84294920fa17f) - Fix:
disablePageInteraction
did not block page scroll (beefbefa4001e6cf177573655978bfd5935f5f04) - Fix: ui glitch on Safari that caused the smaller toggles to become invisible (37742f712f57b042823f62aa21cc3181821af137)
- Fix:
.reset()
method did not removedata-cc
event listeners by @orestbida (fb87a0adcf77df9343de2679d8f61c45d92b12c5) - Fix: double/overlapping top-border on the cookie table (f7e0136d8af7e936153bb97b761ba824c708b890)
- New: added
lazyHtmlGeneration
(enabled by default) for better performance (956a05e54a82b8da1ce8bfbca140354c6890de32) - New: added
onModalReady
callback/event (956a05e54a82b8da1ce8bfbca140354c6890de32) - Use a neutral color scheme (ref. #366) (867aaa2923f71c60dc9d930bc1c09ca055d4edec)
- Set the
z-index
value to max. allowed value (ref. #377) (ff9e2ae241f4fad5f32ec58022c046ef0f91c572) - Minor tweaks to padding and border radius
- Code refactoring/cleanup
Docs
- Fix:
autoClear
example with cookie by @clgleroux in https://github.com/orestbida/cookieconsent/pull/357 - Update angular example (ed88e27c2e24f392f3efe5adc57c592dcff69b49)
- Added docs. section about
lazyHtmlGeneration
option andonModalReady
callback
Full Changelog: https://github.com/orestbida/cookieconsent/compare/v3.0.0-rc.4...v3.0.0-rc.5