Skip to content

Releases: decaporg/decap-cms

0.4.1 (2017-06-01)

01 Jun 23:01
Compare
Choose a tag to compare

Bug Fixes

  • Editor:
    • fix rte scroll handler firing on child scroll (#430)

Features

  • Collections:
    • add collection filtering by field and value (#407)

0.4.0 (2017-05-18)

18 May 16:11
Compare
Choose a tag to compare

Bug Fixes

  • Editor:
    • prevent long code lines from breaking visual entry editor (#392)
    • prevent rte horizontal scroll, improve code display (#394)
    • fix entry editor preview pane intermittently not loading (#421)
    • fix editor preview pane not showing in Firefox (#404)
  • Entries List:
    • fix card images not showing when filename has a space (#416)
    • fix cms crash on entries without description field (#419)
  • Slugs:
    • fix slug generation for non-english characters (#414)
  • Config:
    • fix branch name from config not being used in editorial workflow (#353)

Features

  • Editor:
    • add Boolean (switch) widget (#396)
    • UI visual update (#395)

0.3.8 (31.01.2017)

31 Jan 19:14
Compare
Choose a tag to compare

Bug Fixes

  • The form validation was trying to run on hidden fields, which caused an error because they don't implement validation methods. (507b4cb)

0.3.7 (26.01.2017)

26 Jan 21:40
Compare
Choose a tag to compare

Features

  • Role authorization for Netlify-auth (#224)

0.3.5 (21.01.2017)

26 Jan 21:37
Compare
Choose a tag to compare

Features

0.3.4 (19.01.2017)

26 Jan 21:32
Compare
Choose a tag to compare

Bug Fixes

0.3.3 (19.01.2017)

19 Jan 18:09
Compare
Choose a tag to compare

Features

  • Local Search & Querying without integration (#220)

Bug fixes

  • Make input fields easier to click (#173)
  • Do not try to normalize absolute paths (ef9f499)
  • Sort frontmatter according to the fields order in config file (#215)

0.3.2 (18.01.2017)

18 Jan 20:30
Compare
Choose a tag to compare

Bug fixes

  • Without Asset API integration, files were being commited to root folder regardless of media_folder path (#219)

0.3.1 (16.01.2017)

16 Jan 18:58
Compare
Choose a tag to compare

Bug fixes

  • List with basic string should call onChange (7b755d5)
  • Validation: Presence check should account for string, array and object (63ae669)

0.3.0 (13.01.2017)

13 Jan 22:00
Compare
Choose a tag to compare

Features

  • Editorial Workflow:
    • Publish: Automatic merge by overwriting (in case of conflict - #208)
    • Singular route for all types of edit/creation of entries.
  • Validations (#216)

Bug fixes

  • Added same-origin credentials when fetching initial config file (58461c0)
  • Bugfix in block save button while entry is persisting (4f2dc92 and b710e70)
  • Bug in persistence for editorial workflow (#205)
  • Better error handling: Not found entry