decap-cms

A Git-based CMS for Static Site Generators

MIT License

Downloads
687.1K
Stars
17.5K
Committers
561

Bot releases are hidden (Show)

decap-cms - 0.3.1 (16.01.2017)

Published by cassiozen almost 8 years ago

Bug fixes

  • List with basic string should call onChange (7b755d5)
  • Validation: Presence check should account for string, array and object (63ae669)
decap-cms - 0.3.0 (13.01.2017)

Published by cassiozen almost 8 years ago

Features

  • Editorial Workflow:
    • Publish: Automatic merge by overwriting (in case of conflict - #208)
    • Singular route for all types of edit/creation of entries.
  • Validations (#216)

Bug fixes

  • Added same-origin credentials when fetching initial config file (58461c0)
  • Bugfix in block save button while entry is persisting (4f2dc92 and b710e70)
  • Bug in persistence for editorial workflow (#205)
  • Better error handling: Not found entry
decap-cms - 0.2.0 (10.01.2017)

Published by cassiozen almost 8 years ago

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)
decap-cms - 0.1.10 (07.12.2016)

Published by cassiozen almost 8 years ago

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)
decap-cms - 0.1.9 (01.12.2016)

Published by cassiozen almost 8 years ago

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)
decap-cms - 0.1.8 (29.11.2016)

Published by cassiozen almost 8 years ago

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)