mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
5aa8e00d77
Fix: extra_js in snippets type_index `{{ block.super }}` should be outside script tags. All other locations of block.super are outside of script tags
31 lines
817 B
ReStructuredText
31 lines
817 B
ReStructuredText
===========================================
|
|
Wagtail 1.10 release notes - IN DEVELOPMENT
|
|
===========================================
|
|
|
|
.. contents::
|
|
:local:
|
|
:depth: 1
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
|
|
Other features
|
|
~~~~~~~~~~~~~~
|
|
|
|
* Use minified versions of jQuery and jQuery UI in the admin. Total savings without compression 371 KB (Tom Dyson)
|
|
* Hooks can now specify the order in which they are run (Gagaro)
|
|
* Added a ``submit_buttons`` block to login template (Gagaro)
|
|
|
|
Bug fixes
|
|
~~~~~~~~~
|
|
|
|
* Marked 'Date from' / 'Date to' strings in wagtailforms for translation (Vorlif)
|
|
* Unreliable preview is now reliable by always opening in a new window (Kjartan Sverrisson)
|
|
* Fixed placement of ``{{ block.super }}`` in ``snippets/type_index.html`` (LB (Ben Johnston))
|
|
|
|
|
|
Upgrade considerations
|
|
======================
|