Changes that have landed in master but are not yet released. Click to see more.
- Fix metadata handling for all children of a list field (@Quicksaver in #719)
- Allow registry of external backends (@talves in #1011)
- Fix markdown widget re-rendering after load (@erquhart in #955)
- Fix image form not displaying when added as first item in markdown widget (@Dammmien in #926)
- Add collapse all/expand all functionality to List widget (@drlogout in #912)
- Add expand/collapse functionality to object widget (@drlogout in #927)
- Fix vertically centered icon positioning in Firefox (@jimmaaay in #976)
- Fix new uploads not showing in media library (@tech4him1 in #925)
- Overhaul widgets section in docs (@hcavalieri in #866)
- Use proper formatting when writing JSON files (@tech4him1 in #979)
- Ensure temporary storage is available before attempting to write (@vencax in #550)
- Show SVG preview images in the media library (@Jinksi in #954)
- Fix failed PR force-merge showing success message (@tech4him1 in #1016)
- Fix false proptype warning for collection view (@Quicksaver in #998)
- Fix select widgets with object type options (@tech4him1 in #920)
- Warn when uploading asset with same name as existing asset (@Dammmien in #853)
- Fix Slate plugins broken during 0.30 migration (@Dammmien in #856)
- Fix infinite scrolling for collections with integrations (@erquhart in #940)
- Fix position of editor view controls (@biilmann in #886)
- Update docs intro to direct to new content (@verythorough in #891)
- Add configuration options doc (@verythorough in #885)
- Add new docs website landing page (@ziburski in #880)
- Rework Test Drive and Quick Start docs (@verythorough in #888)
The first major release of Netlify CMS!! Here are the big features:
The CMS UI has been completely redesigned from the ground up!
- All new visuals and reprised UX throughout
- List view/grid view option for collections
- Deletion now works for editorial workflow
- Control publishing and editorial workflow status from the entry editor
- Descriptions can now be added for each collection
The docs at netlifycms.org have been rewritten and vastly improved!
- Full references with code samples for every configuration option, collection type, and widget
- Easier docs contributions with the website built directly in the repo
- Updated intro docs with a new Gatsby starter template in addition to the Hugo one
- Fix backspace not removing empty block in markdown editor (@Dammmien in #854)
- Add select widget documentation (@ackushiw in #806)
- Migrate netlifycms.org source into this repo (@verythorough in #860)
- Fix Slate mark rendering (@erquhart in #858)
- Do not infer file format if format specified in config (@tech4him1 in #795)
- Infer format from extension for new entries (@tech4him1 in #796)
- Throw on unsupported format (@tech4him1 in #831)
- Update widget docs (@verythorough in #876)
- Implement new UI, restructure/refactor project (@erquhart and @neutyp in #785)
- 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)
- Update authentication doc to cover all backends (@verythorough in #751)
- Add oauth-provider-go to custom-authentication.md (@igk1972 in #845)
- 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)
- 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)
- 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)
- 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)
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.
- 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)