UNPKG

845 BMarkdownView Raw
1<!---
2 Copyright (c) 2018 Swashata Ghosh <swashata@wpquark.com>
3
4 This software is released under the MIT License.
5 https://opensource.org/licenses/MIT
6-->
7
8# React FontIconPicker Changelog
9
10All notable changes to this project will be documented in this file.
11
12The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
13and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
14
15## [1.2.0] - 2018-10-20
16
17### Added
18
19* `closeOnSelect` to close dropdown on selecting icon. (#6)
20
21## [1.1.0] - 2018-04-11
22
23### Added
24
25* Dropdown will open on top if view port is small.
26* Use `click` instead of `mousedown` and `touchend` to close the dropdown.
27* Better docs.
28
29## [1.0.0] - 2018-04-10
30
31First release.
32
33<!---
34
35## [1.0.0] - YYYY-MM-DD
36
37First release.
38
39### Added
40
41- stuff
42
43### Changed
44
45- stuff
46-->