Skip to content

Releases: sveltia/sveltia-cms

v0.57.0

14 Feb 05:24
25b2a22
Compare
Choose a tag to compare
  • The Code widget is now supported.
  • Code fields under a List field work as expected, saving both code and language. This effectively solves decaporg/decap-cms#6254.
  • Added a language selector to the built-in code-block component for the Markdown widget.

Full Changelog: v0.56.5...v0.57.0

v0.56.5

10 Feb 04:28
2fd6b8e
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.56.4...v0.56.5

v0.56.4

07 Feb 04:21
da319c2
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.56.3...v0.56.4

v0.56.3

07 Feb 04:06
d03c44a
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.56.2...v0.56.3

v0.56.2

02 Feb 08:09
cdff03b
Compare
Choose a tag to compare

What’s Changed

  • Fix crash when GitLab commit author is null by @DucLongHoang in #318
  • Previously, when installing the CMS with npm, dependencies were unnecessarily installed, even though the compiled application bundle already contained these dependencies. We have removed dependencies and devDependencies from the published package.json file to solve the issue.
  • Bug fixes and improvements.

New Contributors

Full Changelog: v0.56.0...v0.56.2

v0.56.0

31 Jan 08:34
72426e0
Compare
Choose a tag to compare
  • Revamped the look and feel of the application.
  • The date transformation now returns an empty string if an invalid date is given. This effectively solves decaporg/decap-cms#6427.
  • Bug fixes and improvements.

Full Changelog: v0.55.1...v0.56.0

v0.55.1

28 Jan 19:49
2b768a0
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.55.0...v0.55.1

v0.55.0

25 Jan 01:41
5dff8a3
Compare
Choose a tag to compare
  • Sveltia CMS now automatically adds the robots meta tag to HTML to prevent the admin page from being indexed by search engines. Developers are still encouraged to manually add <meta name="robots" content="noindex"> to index.html, as not all crawlers support dynamically added tags. However, our solution should at least work with Google in case you forget to do so. This effectively solves decaporg/decap-cms#6616.
  • Bug fixes and improvements.

Full Changelog: v0.54.0...v0.55.0

v0.54.0

18 Jan 02:01
f65a1f4
Compare
Choose a tag to compare
  • Users can now add, edit or remove a link on an image in the Markdown editor. This solves #308 and effectively solves decaporg/decap-cms#4754.
  • Developers can now specify the default sort field and direction of a collection. Our implementation is compatible with Static CMS. This solves #304 and effectively solves decaporg/decap-cms#3715.
  • The thumbnail collection option has been improved:
    • A wildcard in the field name is now supported, e.g. images.*.src. This solves #307.
    • Multiple field names can now be specified as an array for fallback purpose, e.g. [thumbnail, cover].
    • If this option is omitted, any non-nested, non-empty Image or File field will be used. Previously, only the first Image field was used. This effectively solves decaporg/decap-cms#5317.
  • Bug fixes and improvements.

Full Changelog: v0.53.6...v0.54.0

v0.53.6

16 Jan 04:33
9d6c4ce
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.53.5...v0.53.6