Releases: decaporg/decap-cms
Releases · decaporg/decap-cms
1.3.5
1.3.4
1.3.3
1.3.2
1.3.2 (March 6, 2018)
Fixes date widget default format, collection load failure when entry fails
- Fix date widget default format (@erquhart in #1143)
- Fix collection failure when individual entries fail to load (@tech4him1 in #1093)
Beta Features
1.3.1
1.3.0
1.3.0 (February 27, 2018) (demo)
Multi-part extensions, e.g. "en.md", a11y improvements in the editor, and bugfixes.
- Ensure unique id for each editor field (@xifengjin88 in #1087)
- Fix lists crashing when first value is not a string (@tech4him1 in #1115)
- Support extensions with multiple parts (i.e.
en.md
) (@tech4him1 in #1123) - Fix lost unsaved changes when updating status or publishing from editor (@erquhart in #987)
1.2.2
1.2.1
1.2.1 (February 21, 2018) (demo)
Allows label_singular
config for collections and lists and distinct frontmatter delimiters.
- Accept
label_singular
in collection config (@peduarte in #1086) - Transpile down to ES5 to support older tooling eg. Webpack 1 (@tech4him1 in #1107)
- Allow different opening and closing frontmatter delimiters (@tech4him1 in #1094)
1.2.0
1.2.0 (February 13, 2018) (demo)
Adds support for multiple frontmatter formats and custom delimiters, UI improvements.
- Use babel-preset-env to transpile for supported environments only (@tech4him1 in #765)
- Change direction of collapsed editor widget arrow indicators (@Doocey in #1059)
- Support for writing frontmatter in JSON, TOML, or YAML (@tech4him1 in #933)
- Add collection label next to search results (@solpark in #1068)
- Support custom delimiters for frontmatter (@Swieckowski in #1064)