Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Oct 20, 2018
1 parent 3262cb1 commit 63d1b12
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,30 @@
-->

# React FontIconPicker Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2018-10-20

### Added

* `closeOnSelect` to close dropdown on selecting icon. (#6)

## [1.1.0] - 2018-04-11

### Added

- Dropdown will open on top if view port is small.
- Use `click` instead of `mousedown` and `touchend` to close the dropdown.
- Better docs.
* Dropdown will open on top if view port is small.
* Use `click` instead of `mousedown` and `touchend` to close the dropdown.
* Better docs.

## [1.0.0] - 2018-04-10

First release.

<!---
## [1.0.0] - YYYY-MM-DD
Expand Down

0 comments on commit 63d1b12

Please sign in to comment.