Releases: decaporg/decap-cms
Releases · decaporg/decap-cms
0.4.6 (2017-08-21)
Overview
A bugfix release to address some users being blocked from logging into the CMS since 0.4.5.
Bug Fixes
- Dev: Fix deletion for the
test-repo
backend (#538)
- Auth: Fix denied login for users with many repos (#543)
0.4.5 (2017-08-17)
Improvements
- Dev: Allow
npm build
commands to be used cross-platform (on Windows) (#506)
- Auth: Prevent unauthorized CMS access and enable use of GitHub Enterprise (#491)
- Config: Make GitHub repo name comparison case-insensitive (#521)
Bug Fixes
- UI: Stop pluralization of collection names (#503)
- Backend: Fix runtime error on saving post in editorial workflow (#507)
0.4.4 (2017-07-26)
Features
- Entry deletion (does not affect editorial workflow) (#485)
Improvements
- Editor: Add context label to new list item button (#472)
- Widgets: Pass all fields metadata to preview components (#470)
Bug Fixes
- Editor: Hide hidden widgets in object/list controls (#466)
- Editor: Fix list item reordering (#493)
- Backend: Fix image filename encoding (#474)
0.4.3 (2017-06-25)
Bug Fixes
- GitHub backend:
- added cachebuster to all GitHub API calls (#449)
- Editor:
- Add kitchen sink example for testing/troubleshooting (#447)
- improvements and bugfixes
Features
- Auth:
- Allow base_url to be configured for third party auth (#411)
- UI visual update (#395)
0.4.1 (2017-06-01)
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)
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)