UNPKG

1.5 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5### [1.3.1](https://github.com/digidem/react-mapfilter/compare/v1.3.0...v1.3.1) (2019-06-02)
6
7
8### Bug Fixes
9
10* **FeatureDetail:** Fix feature details not showing because missing formatLocation ([745225c](https://github.com/digidem/react-mapfilter/commit/745225c))
11* **filter pane:** fix filter pane not scrolling when many filters ([e32784b](https://github.com/digidem/react-mapfilter/commit/e32784b))
12* **filters:** Show filters even for fields with many different values (100s) ([377cc78](https://github.com/digidem/react-mapfilter/commit/377cc78))
13* **filters:** stop date filters disappearing if one observation has no date ([e1a4491](https://github.com/digidem/react-mapfilter/commit/e1a4491))
14* **media view:** pin react-virtualized to 9.21.0 to avoid breaking change in 9.21.1 ([bd5f6c9](https://github.com/digidem/react-mapfilter/commit/bd5f6c9))
15
16
17
18## [1.1.0] - 2018-06-21
19
20### Added
21
22- Limit max map zoom when fitting to data - avoid zoom 22 when only one point is shown
23
24### Fixed
25
26- Update to latest material-ui and fix layout
27- Make mapPosition a true controllable prop (previously only affected map position on initial render)
28- Fix unfound images appearing in media view when photo was undefined for an observation
29
30[1.0.0]: https://github.com/digidem/react-mapfilter/compare/v1.0.0...v1.1.0