Releases: decaporg/decap-cms
Releases · decaporg/decap-cms
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)
0.1.10 (07.12.2016)
Features
- New Search-based relationship widget (#188)
Bug Fixes
- Markdown widget: Wraps code block around PRE (#181)
- Command Bar: Simplified command list (db58c12) & clean state after search command (#124)
- Minor fixes and improvements (#182 & 14c7985)
0.1.9 (01.12.2016)
Bug Fixes
- Limited responsive images width in default preview. (aea6d38)
- Path attribute was being incorrectly injected on all entries when persisting (#176)
- Refactored Entry Draft generation: Fields with default values are now processes when draft is being generated (#178)
- Bugfix in Date and Datetime widgets setting default values (782c386)
0.1.8 (29.11.2016)
Features
- Make CMS usable as a NPM Module (#168 & #169)
- List Widget: Option for single field (persisting the value as a simple list instead of a key-value pair) (#175)
Bug Fixes
- Assume a basic slug template by default if no one is provided on the collection config (#171)
- Make sure links in preview area are opened on new window by default (#172)