Skip to content

Commit

Permalink
Merge pull request #1202 from sharetribe/v3.5.1
Browse files Browse the repository at this point in the history
New release: v3.5.1
  • Loading branch information
Gnito authored Sep 17, 2019
2 parents e2213a8 + 57c243f commit 1968d26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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": "3.5.0",
"version": "3.5.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 1968d26

Please sign in to comment.