Skip to content

Releases: decaporg/decap-cms

0.2.0 (10.01.2017)

11 Jan 00:37
Compare
Choose a tag to compare

Features

  • Support for Asset Store integration (#204)
  • Metadata support for widgets (Useful for complex custom previews)
  • Editor Improvements (Updated Prosemirror, asset proxy preview, drag and drop image uploads for both the raw and
    the rich markdown editor etc.) (#198)
  • Integration with Netlify auth (#194)
  • Add sourcemaps to production build
  • Resizable split pane (#190)

Bug fixes

  • Create menu: Don't list collections that forbids creation (#206)

0.1.10 (07.12.2016)

07 Dec 18:00
Compare
Choose a tag to compare

Features

  • New Search-based relationship widget (#188)

Bug Fixes

  • Markdown widget: Wraps code block around PRE (#181)
  • Command Bar: Simplified command list (db58c12) & clean state after search command (#124)
  • Minor fixes and improvements (#182 & 14c7985)

0.1.9 (01.12.2016)

01 Dec 18:41
Compare
Choose a tag to compare

Bug Fixes

  • Limited responsive images width in default preview. (aea6d38)
  • Path attribute was being incorrectly injected on all entries when persisting (#176)
  • Refactored Entry Draft generation: Fields with default values are now processes when draft is being generated (#178)
  • Bugfix in Date and Datetime widgets setting default values (782c386)

0.1.8 (29.11.2016)

29 Nov 22:28
Compare
Choose a tag to compare

Features

  • Make CMS usable as a NPM Module (#168 & #169)
  • List Widget: Option for single field (persisting the value as a simple list instead of a key-value pair) (#175)

Bug Fixes

  • Assume a basic slug template by default if no one is provided on the collection config (#171)
  • Make sure links in preview area are opened on new window by default (#172)