Releases: decaporg/decap-cms
Releases · decaporg/decap-cms
0.4.0 (2017-05-18)
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)
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)
Features
- Role authorization for Netlify-auth (#224)
0.3.3 (19.01.2017)
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)
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)
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)
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
0.2.0 (10.01.2017)
Features
- Support for Asset Store integration (#204)
- Metadata support for widgets (Useful for complex custom previews)
- Editor Improvements (Updated Prosemirror, asset proxy preview, drag and drop image uploads for both the raw and
the rich markdown editor etc.) (#198)
- Integration with Netlify auth (#194)
- Add sourcemaps to production build
- Resizable split pane (#190)
Bug fixes
- Create menu: Don't list collections that forbids creation (#206)