mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 09:13:14 +00:00
Removed arrow-up after selector issue #2365
This commit is contained in:
parent
d0f52a1313
commit
287ca850bb
5 changed files with 24 additions and 1 deletions
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
|
|
@ -115,6 +115,7 @@ Contributors
|
|||
* Loic Teixeira
|
||||
* Juha Kujala
|
||||
* Eirik Krogstad
|
||||
* Rob Moorman
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
16
docs/releases/1.4.1.rst
Normal file
16
docs/releases/1.4.1.rst
Normal file
|
|
@ -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)
|
||||
|
|
@ -4,6 +4,7 @@ Release notes
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.4.1
|
||||
1.4
|
||||
1.3.1
|
||||
1.3
|
||||
|
|
|
|||
|
|
@ -76,7 +76,6 @@ $icons: (
|
|||
);
|
||||
|
||||
$icons-after: (
|
||||
'arrow-up': 'e',
|
||||
'arrow-down-after': 'q',
|
||||
'arrow-right-after': 'n'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue