From 7dda7d4e513a60145b125a19bd5c1f3d3f2e83d7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Mar 2021 14:26:52 +0000 Subject: [PATCH] chore(release): 46.0.0 [skip ci] # [46.0.0](https://github.com/cozy/cozy-ui/compare/v45.5.0...v46.0.0) (2021-03-11) ### Bug Fixes * Use css --paperBackgroundColor instead of --paperColor ([fe63667](https://github.com/cozy/cozy-ui/commit/fe63667)) * Viewer toolbar have now a higher zIndex than the footer ([003b665](https://github.com/cozy/cozy-ui/commit/003b665)) ### Features * Viewer no longer enforce footer style ([189e894](https://github.com/cozy/cozy-ui/commit/189e894)) ### BREAKING CHANGES * The footer is now only a simple bottom container The style have to be set in the application --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b2a549d8..0457df2d2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [46.0.0](https://github.com/cozy/cozy-ui/compare/v45.5.0...v46.0.0) (2021-03-11) + + +### Bug Fixes + +* Use css --paperBackgroundColor instead of --paperColor ([fe63667](https://github.com/cozy/cozy-ui/commit/fe63667)) +* Viewer toolbar have now a higher zIndex than the footer ([003b665](https://github.com/cozy/cozy-ui/commit/003b665)) + + +### Features + +* Viewer no longer enforce footer style ([189e894](https://github.com/cozy/cozy-ui/commit/189e894)) + + +### BREAKING CHANGES + +* The footer is now only a simple bottom container +The style have to be set in the application + # [45.5.0](https://github.com/cozy/cozy-ui/compare/v45.4.1...v45.5.0) (2021-03-11)