From 9784cdc5b312efce907ad26530e95e4166074d66 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 4 Jun 2020 11:05:24 +0200 Subject: [PATCH] doc: Add remaining upgrading notes --- doc/80-Upgrading.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/80-Upgrading.md b/doc/80-Upgrading.md index c6352a07c..d0852041d 100644 --- a/doc/80-Upgrading.md +++ b/doc/80-Upgrading.md @@ -49,6 +49,12 @@ currently supported distributions. * Url parameter `view=compact` is now deprecated. `showCompact` should be used instead. Details are in pull request [#4164](https://github.com/Icinga/icingaweb2/pull/4164). +* Form elements of type checkbox now need to be checked prior submission if they're + required. Previously setting `required => true` didn't cause the browser to complain + if such a checkbox wasn't checked. Browsers now do complain if so. +* The general layout now uses flexbox instead of fixed positioning. This applies to the + `#header`, `#sidebar`, `#main`, `#footer`, `#col1`, `#col2` and a column's controls. + `#sidebar` and `#main` are now additionally wrapped in a new container `#content-wrapper`. ## Upgrading to Icinga Web 2 2.7.x