Releases: decaporg/decap-cms
Releases · decaporg/decap-cms
1.1.0
1.0.4
1.0.4 (January 23, 2018) (demo)
- 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)
1.0.3
1.0.3 (December 19, 2017) (demo)
1.0.2
1.0.1
1.0.0
1.0.0 (December 7, 2017) (demo)
The first major release of Netlify CMS!! Here are the big features:
All New UI 💫
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
All New Docs 💥
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
Changes
- 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)
- Add collection types doc (@verythorough in #883)
- Add configuration options doc (@verythorough in #885)
- Rework Test Drive and Quick Start docs (@verythorough in #888)
- Implement new UI, restructure/refactor project (@erquhart and @neutyp in #785)
0.7.6
0.7.6 (November 27, 2017) (demo)
- 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)