v1.2.0 Second open source release
This is the second minor release. We encourage using this version over 1.1.x releases, as we removed the babel-polyfill and reduced the file-size overall drastically. Some old hardcoded Axel Springer references were also removed.
❗ There are some breaking changes and depreciations ❗
oilBackendUrl
is now deprecated, will be automatically converted tolocaleUrl
locale
must be an object, but can also be loaded from thelocaleUrl
New Features
- [OIL-128] CPC: Default All-Activated configurable with
advanced_settings_purposes_default
- [OIL-79]
iabVendorListUrl
to load the vendor list, default is the official list - [OIL-127]
theme
now has the small variant of the two default themes
Bug Fixes
- [OIL-133] Overlapping text in mobile layout with long texts
Configuration changes
- New option
advanced_settings_purposes_default
- New option
localeUrl
- New option
iabVendorListUrl
- Changed
locale
must be an object, but can also be loaded from thelocaleUrl
- Changed
theme
has now two extra options "small dark" and "small light" - Removed
oilBackendUrl
is now deprecated, will be automatically converted tolocaleUrl
Chores
- [OIL-109] Github page with badges & public build process
- [OIL-145] Remove babel/webpack polyfill
- [OIL-155] Added impressum for website
- [OIL-131] Whitelisting in backend changed to blacklisting of referer
Documentation Changes
- Directly overriding labels without using the locale as object is removed from the configuration, but stays as a developer feature