New release: v3.5.1

This commit is contained in:
Vesa Luusua 2019-09-17 12:48:29 +03:00
parent e2213a8b18
commit 57c243f191
2 changed files with 3 additions and 1 deletions

View file

@ -20,9 +20,11 @@ way to update this template, but currently, we follow a pattern:
`SearchMapWithGoogleMap` to abide to React rules and do not `unmountComponentAtNode` when a `SearchMapWithGoogleMap` to abide to React rules and do not `unmountComponentAtNode` when a
component is rendered by React and use `appendChild` on `onAdd` instead of `draw` to component is rendered by React and use `appendChild` on `onAdd` instead of `draw` to
[improve performance](https://github.com/tomchentw/react-google-maps/issues/817). [improve performance](https://github.com/tomchentw/react-google-maps/issues/817).
[#1200](https://github.com/sharetribe/flex-template-web/pull/1200)
- [fix] fix `CustomOverlayView` in `SearchMapWithGoogleMap` to work with new `react-intl` version, - [fix] fix `CustomOverlayView` in `SearchMapWithGoogleMap` to work with new `react-intl` version,
overriding `render` method to render child object by using `createPortal` instead of overriding `render` method to render child object by using `createPortal` instead of
`unstable_renderSubtreeIntoContainer`. `unstable_renderSubtreeIntoContainer`.
[#1200](https://github.com/sharetribe/flex-template-web/pull/1200)
## [v3.5.0] 2019-08-29 ## [v3.5.0] 2019-08-29

View file

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