From f95a78e2e54c9fa4608e35da5f4474fe674ef541 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Tue, 29 Oct 2024 16:06:46 +0200 Subject: [PATCH] New release v6.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e7b9f898..572d82726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,20 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2024-XX-XX +## [v6.0.0] 2024-10-29 + +This major release takes the React v17.0.2 into use. + +The biggest change is taking a new DatePicker into use and removing the outdated datepicker library: +React Dates. The change was necessary as the React Dates still uses deprecated React life cycle +functions componentWillReceiveProps & componentWillUpdate. + +Another notable change with the React v17 was with the callback functions of useEffect hook, which +became asynchronous. You should to check other v17 changes from v17 changelog to verify if your +customizations are affected somehow. + +The last highlight is that we started to use nonce for script-src on Content Security Policy. + - [change] This updates Sharetribe Web Template to use React v17.0.2. Some highlights: @@ -50,6 +64,8 @@ way to update this template, but currently, we follow a pattern: - [change] Update copy text for Publishing listing permission to Posting listing. [#482](https://github.com/sharetribe/web-template/pull/482) + [v6.0.0]: https://github.com/sharetribe/web-template/compare/v5.8.0...v6.0.0 + ## [v5.8.0] 2024-10-22 - [add] Add currently available translations for DE, ES, FR. diff --git a/package.json b/package.json index 1c485e9e0..d14d38064 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "5.8.0", + "version": "6.0.0", "private": true, "license": "Apache-2.0", "dependencies": {