New release: v2.15.0

This commit is contained in:
Vesa Luusua 2019-04-24 14:27:54 +03:00
parent bce7c8f486
commit 8981ef32e3
2 changed files with 6 additions and 2 deletions

View file

@ -14,8 +14,10 @@ way to update this template, but currently, we follow a pattern:
## Upcoming version 2019-XX-XX ## Upcoming version 2019-XX-XX
## [v2.15.0] 2019-04-24
- [add] Improve printing API errors on web inspector (console.table) - [add] Improve printing API errors on web inspector (console.table)
[#1070](https://github.com/sharetribe/flex-template-web/pull/1070) [#1071](https://github.com/sharetribe/flex-template-web/pull/1071)
- [fix] ManageAvailabilityCalendar.js didn't use UTC time when fetching data for calendar months. - [fix] ManageAvailabilityCalendar.js didn't use UTC time when fetching data for calendar months.
[#1069](https://github.com/sharetribe/flex-template-web/pull/1069) [#1069](https://github.com/sharetribe/flex-template-web/pull/1069)
- [add] Use sparse fields on InboxPage query to reduce data load. - [add] Use sparse fields on InboxPage query to reduce data load.
@ -26,6 +28,8 @@ way to update this template, but currently, we follow a pattern:
- NOTE: if you need more fields on `ListingCard` than title, price and geolocation - you need to - NOTE: if you need more fields on `ListingCard` than title, price and geolocation - you need to
add those to `loadData` function. add those to `loadData` function.
[v2.15.0]: https://github.com/sharetribe/flex-template-web/compare/v2.14.0...v2.15.0
## [v2.14.0] 2019-04-05 ## [v2.14.0] 2019-04-05
- [add] German translations for recent PayoutDetailsForm changes. - [add] German translations for recent PayoutDetailsForm changes.

View file

@ -1,6 +1,6 @@
{ {
"name": "app", "name": "app",
"version": "2.14.0", "version": "2.15.0",
"private": true, "private": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {