From 33cb1a5a2eb01d43606e6dea8e4788b764605a18 Mon Sep 17 00:00:00 2001 From: Aurovrata V Date: Sat, 14 Aug 2021 23:05:41 +0530 Subject: [PATCH] v2.0.2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11a627a..458ff78 100755 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ see the [examples](https://aurovrata.github.io/hybrid-html-dropdown/examples/) o For detailed documentation see the [GitHub Page](https://aurovrata.github.io/hybrid-html-dropdown/) ## Changelog +### v2.0.2 +* fix optionLabel function parsing for group options with 'label' keyword. ### v2.0.1 * make use of `optionLabel` for dataset lists. * added demo example on how to build image checkbox lists.