mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
New release: v2.15.0
This commit is contained in:
parent
bce7c8f486
commit
8981ef32e3
2 changed files with 6 additions and 2 deletions
|
|
@ -14,8 +14,10 @@ way to update this template, but currently, we follow a pattern:
|
|||
|
||||
## Upcoming version 2019-XX-XX
|
||||
|
||||
## [v2.15.0] 2019-04-24
|
||||
|
||||
- [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.
|
||||
[#1069](https://github.com/sharetribe/flex-template-web/pull/1069)
|
||||
- [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
|
||||
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
|
||||
|
||||
- [add] German translations for recent PayoutDetailsForm changes.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "2.14.0",
|
||||
"version": "2.15.0",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue