Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release: v8.0.0 #1414

Merged
merged 1 commit into from
Feb 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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