From 427597004217a80a6f4a8340771018be96834c2c Mon Sep 17 00:00:00 2001 From: Victor Cazanave Date: Mon, 20 Apr 2020 18:50:18 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d59da..73209d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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). +## [2.1.0] +### Added +- Add `selectedLocationId` and `selectedLocationIds` props to handle initial selected locations +- Add `childrenBefore` and `childrenAfter` props to handle "slots" + +## [2.0.2] +### Added +- Add files property in package.json to reduce size of package +- +### Changed +- Update dependencies to fix security issues + ## [2.0.1] ### Fixed - Fix tabindex of CheckboxSVGMap