v3.0.0-rc.16Pre-release
cookieconsent v3.0.0-rc.16
Changed 1
- Change the default button order so the accept button now precedes the reject button
Fixed 4
- Fix cookie table header doesn't span full width
- Fix equalWeightButtons does not default to true
- Fix preferences modal bar layout is broken if button order is flipped
- Fix yarn add issue caused by npx only-allow pnpm preinstall script
From CookieConsent
Breaking Changes
- Change the default button order: accept button now precedes the reject button (previously reversed) cb9e3b8 (ref. #534)
Bug Fixes
- Fix cookie table header doesn't span full width 9b882b8 (ref. #543) by @orestbida
- Fix
equalWeightButtonsdoes not default totrue6596054 (ref. #541) - Fix preferences modal
barlayout is broken if button order is flipped bb1a160 (ref. #539) - Fix
yarn addissue caused bynpx only-allow pnpmpreinstall script fa01925 (ref. #548)
Docs
- Indicate which preferences modal layouts support the
serviceCounterLabelby @MoritzLost in https://github.com/orestbida/cookieconsent/pull/535
New Contributors
- @MoritzLost made their first contribution in https://github.com/orestbida/cookieconsent/pull/535
Full Changelog: https://github.com/orestbida/cookieconsent/compare/v3.0.0-rc.15...v3.0.0-rc.16