UNPKG

699 BMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8## [1.1.0] - 2018-06-21
9
10### Added
11
12- Limit max map zoom when fitting to data - avoid zoom 22 when only one point is shown
13
14### Fixed
15
16- Update to latest material-ui and fix layout
17- Make mapPosition a true controllable prop (previously only affected map position on initial render)
18- Fix unfound images appearing in media view when photo was undefined for an observation
19
20[1.0.0]: https://github.com/digidem/react-mapfilter/compare/v1.0.0...v1.1.0