Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 87aed37

Browse files
committed
docs: Decap 3 annocement post (decaporg#6877)
Add Decap 3.0 annocement post
1 parent a5df99e commit 87aed37

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

website/content/blog/decap-3.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Decap 3.0
3+
description: >-
4+
First release as Decap CMS is now available
5+
date: 2023-08-23T08:00:00.000Z
6+
author: Martin Jagodic
7+
twitter_image: /img/decap-3.png
8+
---
9+
We are happy to announce that the first release of Decap CMS is now available. It is released under 3.0 to honour the 2 major versions as the Netlify CMS.
10+
11+
Decap on NPM: https://www.npmjs.com/package/decap-cms
12+
13+
## Add to your site
14+
15+
Via script tag in admin.html:
16+
17+
```html
18+
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
19+
```
20+
21+
or via NPM:
22+
23+
```bash
24+
npm install decap-cms-app
25+
```
26+
27+
## Changes
28+
29+
Decap 3.0 is very similar to Netlify CMS 2.10.192 (the last available version), and it's fully backwards compatible.
30+
31+
Notable changes are:
32+
- Renamed project: logo, name, packages, npm, and all other references to Netlify CMS
33+
- Updated Slate editor
34+
- Updated Webpack
35+
- Cypress: updated and all tests are working & passing again
36+
- Updated Typescript
37+
- Added Toastify notifications
38+
39+
## Potential issues
40+
41+
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.
42+
43+
## Thanks
44+
45+
Thanks to everyone in the community that waited patiently for so long. Thanks to all the comtributors 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.

website/static/img/decap-3.png

529 KB
Loading

0 commit comments

Comments
 (0)