diff --git a/website/content/blog/decap-3-1.md b/website/content/blog/decap-3-1.md new file mode 100644 index 000000000000..8cd4638898ae --- /dev/null +++ b/website/content/blog/decap-3-1.md @@ -0,0 +1,26 @@ +--- +title: Decap 3.1 +author: Martin Jagodic +description: This minor release brings several improvements, most notably React + 18 support. It was in development for quite a while, so it includes many minor + patches as well. +image: /img/version-3.1.png +--- +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. + diff --git a/website/static/img/version-3.1.png b/website/static/img/version-3.1.png new file mode 100644 index 000000000000..009a497fe1e8 Binary files /dev/null and b/website/static/img/version-3.1.png differ