From 287ca850bb11000367fe5d46780eb288783c5d31 Mon Sep 17 00:00:00 2001 From: Rob Moorman Date: Wed, 16 Mar 2016 17:05:18 +0100 Subject: [PATCH] Removed arrow-up after selector issue #2365 --- CHANGELOG.txt | 6 ++++++ CONTRIBUTORS.rst | 1 + docs/releases/1.4.1.rst | 16 ++++++++++++++++ docs/releases/index.rst | 1 + .../wagtailadmin/scss/_variables-icons.scss | 1 - 5 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 docs/releases/1.4.1.rst diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 77d3ea648..77c9e4541 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,12 @@ Changelog ========= +1.4.1 (17.03.2016) +~~~~~~~~~~~~~~~~~~ + + * Fix: Fixed erroneous rendering of up arrow icons (Rob Moorman) + + 1.4 (16.03.2016) ~~~~~~~~~~~~~~~~ diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index fee9f256f..64af0e529 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -115,6 +115,7 @@ Contributors * Loic Teixeira * Juha Kujala * Eirik Krogstad +* Rob Moorman Translators =========== diff --git a/docs/releases/1.4.1.rst b/docs/releases/1.4.1.rst new file mode 100644 index 000000000..bde670572 --- /dev/null +++ b/docs/releases/1.4.1.rst @@ -0,0 +1,16 @@ +=========================== +Wagtail 1.4.1 release notes +=========================== + +.. contents:: + :local: + :depth: 1 + + +What's changed +============== + +Bug fixes +~~~~~~~~~ + + * Fixed erroneous rendering of up arrow icons (Rob Moorman) diff --git a/docs/releases/index.rst b/docs/releases/index.rst index fbff75d25..65a0cc6f1 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -4,6 +4,7 @@ Release notes .. toctree:: :maxdepth: 1 + 1.4.1 1.4 1.3.1 1.3 diff --git a/wagtail/wagtailadmin/static_src/wagtailadmin/scss/_variables-icons.scss b/wagtail/wagtailadmin/static_src/wagtailadmin/scss/_variables-icons.scss index afa898126..1ba23ffe0 100644 --- a/wagtail/wagtailadmin/static_src/wagtailadmin/scss/_variables-icons.scss +++ b/wagtail/wagtailadmin/static_src/wagtailadmin/scss/_variables-icons.scss @@ -76,7 +76,6 @@ $icons: ( ); $icons-after: ( - 'arrow-up': 'e', 'arrow-down-after': 'q', 'arrow-right-after': 'n' );