From f51da531039c0681219a76ca55e99ce053610ade Mon Sep 17 00:00:00 2001 From: wzasa Date: Wed, 6 May 2020 22:03:42 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13135da..1cd42ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2020-05-06 + +### Added + +- Possibility to filter icons by name and keywords. + ### Changed - When ```IconsPerRow``` is specified, width for table will be calculated instead of using menu separators. +### Fixed +- Id of the icon should be stored in database instead of icon name. + ## [1.1.0] - 2020-04-22 ### Added @@ -24,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial version of Icon Selection Editor for EPiServer. -[unreleased]: https://github.com/RealGecko/Gecko.EPiServer.IconSelectionEditor/compare/1.1.0...HEAD +[unreleased]: https://github.com/RealGecko/Gecko.EPiServer.IconSelectionEditor/compare/1.2.0...HEAD +[1.2.0]: https://github.com/RealGecko/Gecko.EPiServer.IconSelectionEditor/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/RealGecko/Gecko.EPiServer.IconSelectionEditor/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/RealGecko/Gecko.EPiServer.IconSelectionEditor/releases/tag/1.0.0