Skip to main content

Product updates

Stay up to date with the latest Decap product updates.

v3.1

Martin Jagodic
Jamstack Web Developer @ PM TechHub

With this release we bring you better performance and a more up-to-date product. Contributor experience and release pipeline is also improved.

Major updates in Decap 3.1:

  • Upgrade project to React 18
  • Avoid unnecessary rerenders
  • AWS Cognito Proxy for Github
  • Migrate from moment to day.js
  • Migrate from yarn to npm
  • Migrate from lerna to nx
  • Updated documentation

...plus many minor patches.

There are no breaking changes.

This changelog is a bit lacking because we are in the process of improving the release pipeline. With that we will also automate and improve the changelog.

v3.1.0-beta.0

Martin Jagodic
Jamstack Web Developer @ PM TechHub

The main feature of this release is the upgrade to React 18. This is a large change with potential side effects, so we decided to release a beta version.

We kindly invite everyone to test, especially Gatsby users, who were most eagerly awaiting this update. If you find any new issues, please report them as GitHub Issues.

View GitHub Pull Request

v3.0.0

Martin Jagodic
Jamstack Web Developer @ PM TechHub

We are happy to announce that the first release of Decap CMS is now available. It is released under 3.0 to honor the 2 major versions of the Netlify CMS.

Decap on NPM: https://www.npmjs.com/package/decap-cms

Add to your site

Via script tag in admin.html:

<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>

or via NPM:

npm install decap-cms-app

Changes

Decap 3.0 is very similar to Netlify CMS 2.10.192 (the last available version), and it's fully backward compatible.

Notable changes are:

  • Renamed project: logo, name, packages, npm, and all other references to Netlify CMS
  • Updated Slate editor
  • Updated Webpack
  • Cypress: updated and all tests are working & passing again
  • Updated Typescript
  • Added Toastify notifications

Potential issues

There was no beta phase as this is the first release, so there might be some issues that we didn't find. Please report them on GitHub.

Thanks

Thanks to everyone in the community that waited patiently for so long. Thanks to all the contributors and other engaged users that helped us in this transition period. Thanks to Netlify for creating this amazing project and for letting us continue it.