From b1c6aa8dc181656e1ae1930790994dd6fd68c6bc Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Wed, 1 Apr 2020 21:33:35 +0200 Subject: [PATCH] Release notes for Bootstrap 4 upgrade --- docs/release_notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 21641637..05415a11 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -15,9 +15,16 @@ Release plan 0.6b1 ----- +.. warning:: + + These release contains Bootstrap v4. If you have overridden django-wiki's templates but rely on + the distributed Bootstrap CSS, then a lot of CSS class names have changed. Please refer to + the `Bootstrap Documentation `__. + Added ~~~~~ +* Bootstrap 4 replaces Bootstrap 3: Improved default theming. :url-issue:`1035` (slinkymanbyday, Benjamin Bach) * Django 3.0 support :url-issue:`1019` (Benjamin Bach, slinkymanbyday) * New plugin ``wiki.plugins.editsection`` displays an ``[edit]`` link next to section headers (Frank Loemker) :url-issue:`652` @@ -32,6 +39,8 @@ Fixed Changed ~~~~~~~ +* Use SASS instead of LESS for Stylesheets. The compiler in ``Makefile`` is ``lessc``. :url-issue:`1035` (Benjamin Bach) +* Removed ``src/wiki/static/wiki/css/wiki-bootstrap.css`` - Only distribute a minified CSS version. :url-issue:`1035` (Benjamin Bach) * Test coverage upped from 75 to 80+% :url-issue:`976` (Mads Jensen, Benjamin Bach) * PDF attachment Content-Disposition header changed to ``inline`` for browser previewing :url-issue:`1010` (nicolazilio) * PyTest upgraded to latest 5.3 -- 2.45.2