Skip to content

Releases: decaporg/decap-cms

0.4.3 (2017-06-25)

27 Jun 01:00
Compare
Choose a tag to compare

Bug Fixes

  • GitHub backend:
    • added cachebuster to all GitHub API calls (#449)
  • Editor:
    • Add kitchen sink example for testing/troubleshooting (#447)
    • improvements and bugfixes

Features

  • Auth:
    • Allow base_url to be configured for third party auth (#411)
    • UI visual update (#395)

0.4.2 (2017-06-01)

01 Jun 23:40
Compare
Choose a tag to compare

Forgot to build 🤦‍♂️

0.4.1 (2017-06-01)

01 Jun 23:01
Compare
Choose a tag to compare

Bug Fixes

  • Editor:
    • fix rte scroll handler firing on child scroll (#430)

Features

  • Collections:
    • add collection filtering by field and value (#407)

0.4.0 (2017-05-18)

18 May 16:11
Compare
Choose a tag to compare

Bug Fixes

  • Editor:
    • prevent long code lines from breaking visual entry editor (#392)
    • prevent rte horizontal scroll, improve code display (#394)
    • fix entry editor preview pane intermittently not loading (#421)
    • fix editor preview pane not showing in Firefox (#404)
  • Entries List:
    • fix card images not showing when filename has a space (#416)
    • fix cms crash on entries without description field (#419)
  • Slugs:
    • fix slug generation for non-english characters (#414)
  • Config:
    • fix branch name from config not being used in editorial workflow (#353)

Features

  • Editor:
    • add Boolean (switch) widget (#396)
    • UI visual update (#395)

0.3.8 (31.01.2017)

31 Jan 19:14
Compare
Choose a tag to compare

Bug Fixes

  • The form validation was trying to run on hidden fields, which caused an error because they don't implement validation methods. (507b4cb)

0.3.7 (26.01.2017)

26 Jan 21:40
Compare
Choose a tag to compare

Features

  • Role authorization for Netlify-auth (#224)

0.3.5 (21.01.2017)

26 Jan 21:37
Compare
Choose a tag to compare

Features

0.3.4 (19.01.2017)

26 Jan 21:32
Compare
Choose a tag to compare

Bug Fixes

0.3.3 (19.01.2017)

19 Jan 18:09
Compare
Choose a tag to compare

Features

  • Local Search & Querying without integration (#220)

Bug fixes

  • Make input fields easier to click (#173)
  • Do not try to normalize absolute paths (ef9f499)
  • Sort frontmatter according to the fields order in config file (#215)

0.3.2 (18.01.2017)

18 Jan 20:30
Compare
Choose a tag to compare

Bug fixes

  • Without Asset API integration, files were being commited to root folder regardless of media_folder path (#219)