From 2ef52d511959537af908aa19be25ee0add29d0f5 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Wed, 17 Feb 2021 13:11:36 +0200 Subject: [PATCH] New release: v8.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb39fd1e6..2dd20bfbda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,12 +14,23 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2020-XX-XX +## [v8.0.0] 2021-02-17 + +This major release adds support for code-splitting using +[Loadable Components](https://loadable-components.com/). At this point, we added route-based code +splitting, which meant changes to routeConfiguration.js and how "loadData" & "setInitialValues" +functions are defined and passed to routeConfiguration. Read more from +[Flex Docs](https://www.sharetribe.com/docs/ftw-routing/how-code-splitting-works-in-ftw/) and +related pull requests: + - [fix] Remove unintended Lodash usage, unspecified window-scope calls and unused vars [#1413](https://github.com/sharetribe/ftw-daily/pull/1413) - [add] Route-based code splitting. This is done against sharetribe-scripts v5.0.0 using Loadable components. Read more from the pull request. [#1411](https://github.com/sharetribe/ftw-daily/pull/1411) + [v8.0.0]: https://github.com/sharetribe/ftw-daily/compare/v7.3.0...v8.0.0 + ## [v7.3.0] 2021-01-13 - [fix] Move well-known/\* endpoints related to OIDC proxy setup from `apiRouter` to new diff --git a/package.json b/package.json index 9e24f00dea..5f733de6a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "7.3.0", + "version": "8.0.0", "private": true, "license": "Apache-2.0", "dependencies": {