Releases: sveltia/sveltia-cms
Releases · sveltia/sveltia-cms
v0.42.2
- Bug fixes and improvements.
Full Changelog: v0.42.1...v0.42.2
v0.42.1
- Entry files with
html
,mdx
or any other non-standardextension
are now recognized. This solves #79. Note that you may need to set theformat
option if files are not parsed. MDX support is planned after the 1.0 release. - Assets stored in a subdirectory of a collection
media_folder
can now be used and displayed. This solves #229. There is no folder listing yet — we’ll work on it later.
Full Changelog: v0.42.0...v0.42.1
v0.42.0
- Added support for custom formatters. Note: the first argument of
CMS.registerCustomFormat()
is a file format, and the second argument is a file extension.
Full Changelog: v0.41.1...v0.42.0
v0.41.1
- Bug fixes and improvements.
Full Changelog: v0.41.0...v0.41.1
v0.41.0
- The Content Editor supports RTL scripts such as Arabic, Hebrew and Persian. This effectively solves decaporg/decap-cms#2524. Our i18n support is in pretty good shape now!
- Bug fixes and improvements.
Full Changelog: v0.40.4...v0.41.0
v0.40.4
- Bug fixes and improvements.
Full Changelog: v0.40.3...v0.40.4
v0.40.3
- Bug fixes and improvements.
Full Changelog: v0.40.2...v0.40.3
v0.40.2
- Bug fixes and improvements.
Full Changelog: v0.40.1...v0.40.2
v0.40.1
- For local development, you can now use the
127.0.0.1
address in addition tolocalhost
. - Bug fixes and improvements.
Full Changelog: v0.40.0...v0.40.1
v0.40.0
- You can now simply drag and drop a file onto a File/Image field to attach it without having to open the Select File dialog. This solves part of #140 (comment). We’ll be working on multiple image selection (#10) soon.
- The new Help menu provides all links to useful resources, including release notes, feedback and support.
- Bug fixes and improvements.
Full Changelog: v0.39.18...v0.40.0