Skip to content

Commit

Permalink
Merge pull request #486 from sharetribe/v6.0.0
Browse files Browse the repository at this point in the history
New release v6.0.0
  • Loading branch information
Gnito authored Oct 29, 2024
2 parents 720635e + f95a78e commit d3c7d77
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "5.8.0",
"version": "6.0.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit d3c7d77

Please sign in to comment.