Skip to content

Releases: decaporg/decap-cms

1.4.0

29 Mar 21:34
Compare
Choose a tag to compare

1.4.0 (March 29, 2018) (demo)

Filename creation can now be customized to exclude Unicode! Also, check out the new Beta Features! 💥

Features

Improvements

Bug Fixes

Beta Features

4 tha devz

1.3.5

07 Mar 14:23
Compare
Choose a tag to compare

1.3.5 (March 6, 2018) (demo)

Fixes styling issues

  • Revert lockfile update due to breaking changes in css processing deps (@erquhart)

1.3.4

07 Mar 14:23
Compare
Choose a tag to compare

1.3.4 (March 6, 2018) (demo)

Fixes editorial workflow entry failure

  • Fix editorial workflow entries not loading (@erquhart)

1.3.3

07 Mar 14:22
Compare
Choose a tag to compare

1.3.3 (March 6, 2018)

Fixes load failure

1.3.2

06 Mar 21:50
Compare
Choose a tag to compare

1.3.2 (March 6, 2018)

Fixes date widget default format, collection load failure when entry fails

Beta Features

  • Allow manual initialization and config injection (@erquhart in #1149)

1.3.1

04 Mar 03:41
Compare
Choose a tag to compare

1.3.1 (March 3, 2018) (demo)

Fixes editorial workflow failure for unknown collections.

  • Report editorial workflow load errors, ignore entries with unkown collections (@erquhart in #1153)

1.3.0

28 Feb 02:21
Compare
Choose a tag to compare

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

27 Feb 15:59
Compare
Choose a tag to compare

1.2.2 (February 21, 2018) (demo)

Fixes ES5 transpiling.

1.2.1

27 Feb 15:59
Compare
Choose a tag to compare

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

27 Feb 15:58
Compare
Choose a tag to compare

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)