Skip to content

Releases: sveltia/sveltia-cms

v0.27.0

13 May 09:47
4e1e473
Compare
Choose a tag to compare
  • The String and Text widgets now support the minlength and maxlength options, which allow developers to specify the minimum and maximum number of characters required for input without having to write a custom regular expression with the pattern option. A character counter is available when one of the options is given, and a user-friendly validation error is displayed if the condition is not met. This solves #141.
  • Bug fixes and improvements.

Full Changelog: v0.26.6...v0.27.0

v0.26.6

12 May 04:09
4030b23
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.26.5...v0.26.6

v0.26.5

12 May 01:42
965c9e0
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.26.4...v0.26.5

v0.26.4

11 May 18:21
6318164
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.26.3...v0.26.4

v0.26.3

10 May 14:11
3c6b5d8
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.26.2...v0.26.3

v0.26.2

10 May 11:22
19be005
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.26.1...v0.26.2

v0.26.1

10 May 02:34
65136f2
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.26.0...v0.26.1

v0.26.0

10 May 02:15
0d3016f
Compare
Choose a tag to compare
  • You can now customize the canonical slug property name/value using the new canonical_slug i18n option when localizing entry slugs, supported since v0.25.0. Discussion: #137
  • You can now use a full regular expression, including flags, for the widget pattern option. For example, if you want to allow 280 characters or less in a multiline text field, you could write /^.{0,280}$/s. This effectively solves decaporg/decap-cms#6500.
  • Bug fixes and improvements.

Full Changelog: v0.25.1...v0.26.0

v0.25.1

09 May 14:12
75b1d99
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.25.0...v0.25.1

v0.25.0

08 May 18:45
37d8b67
Compare
Choose a tag to compare

Full Changelog: v0.24.2...v0.25.0