diff --git a/CHANGELOG.md b/CHANGELOG.md index 4982358ac0..7e0651169e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 6e2a0e1faf..293137bb2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "3.5.0", + "version": "3.5.1", "private": true, "license": "Apache-2.0", "dependencies": {