Merge pull request #1202 from sharetribe/v3.5.1

New release: v3.5.1
This commit is contained in:
Vesa Luusua 2019-09-17 12:55:41 +03:00 committed by GitHub
commit 1968d26de8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
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).
[#1200](https://github.com/sharetribe/flex-template-web/pull/1200)
- [fix] fix `CustomOverlayView` in `SearchMapWithGoogleMap` to work with new `react-intl` version,
overriding `render` method to render child object by using `createPortal` instead of
`unstable_renderSubtreeIntoContainer`.
[#1200](https://github.com/sharetribe/flex-template-web/pull/1200)
## [v3.5.0] 2019-08-29

View file

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