kopia lustrzana https://github.com/wagtail/wagtail
Changelog and release note for #1003
rodzic
b2872d2f93
commit
c7f7146055
|
@ -26,6 +26,7 @@ Changelog
|
|||
* The external link chooser in rich text areas now accepts URLs of the form '/some/local/path', to allow linking to non-Wagtail-controlled URLs within the local site (Eric Drechsel)
|
||||
* SCSS files in wagtailadmin now use absolute imports, to permit overriding by user stylesheets (Martin Sanders)
|
||||
* Bare text entered in rich text areas is now automatically wrapped in a paragraph element
|
||||
* Added pagination to the snippets listing and chooser (Martin Sanders)
|
||||
* Fix: The `document_served` signal now correctly passes the Document class as `sender` and the document as `instance`
|
||||
|
||||
0.8.5 (17.02.2015)
|
||||
|
|
|
@ -35,6 +35,7 @@ Minor features
|
|||
* The external link chooser in rich text areas now accepts URLs of the form '/some/local/path', to allow linking to non-Wagtail-controlled URLs within the local site
|
||||
* SCSS files in wagtailadmin now use absolute imports, to permit overriding by user stylesheets
|
||||
* Bare text entered in rich text areas is now automatically wrapped in a paragraph element
|
||||
* Added pagination to the snippets listing and chooser
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
Ładowanie…
Reference in New Issue