From 63d1b12e3b698c4e7def422edc36c7e449eb3ab2 Mon Sep 17 00:00:00 2001 From: Swashata Ghosh Date: Sat, 20 Oct 2018 20:56:16 +0530 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b3f7b9..e89125c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +