static-cms/CHANGELOG.md
2017-12-13 00:09:30 -08:00

8.5 KiB

[Unreleased]

Changes that have landed in master but are not yet released. Click to see more.

1.0.2 (December 7, 2017)

1.0.1 (December 7, 2017)

1.0.0 (December 7, 2017)

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

0.7.6 (November 27, 2017)

Docs

0.7.5 (November 19, 2017)

  • Add private media support for asset integrations (@erquhart in #834)

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)

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