Skip to content

Commit

Permalink
Merge pull request #1414 from sharetribe/v8.0.0
Browse files Browse the repository at this point in the history
New release: v8.0.0
  • Loading branch information
Gnito authored Feb 17, 2021
2 parents 91cf1af + 2ef52d5 commit cdb0834
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "7.3.0",
"version": "8.0.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit cdb0834

Please sign in to comment.