5.7 KiB
5.7 KiB
[Unreleased]
Changes that have landed in master but are not yet released. Click to see more.
0.7.6 (November 27, 2017)
- Migrate to Slate 0.30.x (@erquhart in #826)
- Fix empty image fields saving null or undefined (@tech4him1 in #829)
- Add JSON as manually supported format (@tech4him1 in #830)
- Enable webpack scope hoisting (@tech4him1 in #840)
- Update bundled version of gotrue-js to latest (@biilmann in #837)
- Add global error boundary (@tech4him1 in #847)
- Fix datetime formatting, allow empty value (@biilmann in #842)
Docs
- Update authentication doc to cover all backends (@verythorough in #751)
- Add oauth-provider-go to custom-authentication.md (@igk1972 in #845)
0.7.5 (November 19, 2017)
0.7.4 (November 15, 2017)
- Remove trailing slash from directory listing path (@biilmann in #817)
- Fix images with non-lowercase extensions not being treated as images (@erquhart in #816)
- Prompt before closing window with unsaved changes in the editor (@benaiah in #815)
0.7.3 (November 11, 2017)
- Fix persisting files with no body/data files (@ebello in #808)
- Fix ControlHOC ref for redux container widgets (@erquhart in #812)
- Fix entries not saving due to null integrations state (@erquhart in #814)
- Fix requestAnimationFrame warnings in tests (@tech4him1 in #811)
0.7.2 (November 11, 2017)
- Only rebase editorial workflow pull requests if assets are stored in content repo (@erquhart in #804)
- Fix Netlify Identity widget logout method being called after signup redirect (@tech4him1 in #805)
0.7.1 (November 11, 2017)
- Enable sourcemaps (@erquhart in #803)
- Add unselected option to select widget when no default is set (@benaiah in #673)
- Fix image not shown after upload for Git Gateway (@erquhart in #790)
- Fix empty media folder loading error (@erquhart in #791)
- Fix error for non-markdown files in editorial workflow (@tech4him1 in #794)
- Fix login when accept_roles is set (@tech4him1 in #801)
- Add error boundary to editor preview iframe (@erquhart in #779)
0.7.0 (November 9, 2017)
Media Library UI
The CMS now features a media library UI for browsing, adding, and removing media from your content
repo! The library shows assets in from the directory set as media_library
in the CMS config. The
media library is fully backwards compatible for existing CMS installations.
All Changes
- Add config option to disable deletion for a collection (@rpullinger in #707)
- Fix TOML files not being saved with the correct extension (@tech4him1 in #757)
- Clean up file formatters (@tech4him1 in #759)
- Add scroll sync toggle to editor (@Jinksi in #693)
- Disable login button while login is in progress (@tech4him1 in #741)
- Improve markdown editor active style indicator accuracy (@pjsier in #774)
- Add media library UI (@erquhart in #554)
- Fix transparent background on list widget (@Jinksi in #768)