From efc9f33f268f81355a0cc515b0e6598b68685a95 Mon Sep 17 00:00:00 2001 From: Vasil Rimar <5660247+vrimar@users.noreply.github.com> Date: Fri, 1 Feb 2019 00:04:34 -0500 Subject: [PATCH] Update changelog --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.md b/changelog.md index 4b51579..3566450 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +# 0.1.7 ++ [Popover] pass class/style to container, add overlayStyle and overlayClass attrs ++ [PopoverMenu] update attrs passed to Popover ++ [MenuItem] update submenu attrs ++ [Button] fix line-height for label/sublabel ++ [Select] add default case for `options` attr ++ [Overlay] call `onClose/onClosed` in onremove only if currently open ++ [CustomSelect] prevent selection in controlled mode (when `value` attrs is passed), prevent initial selection when `value/defaultValue` is not specified ++ Allow `number` type for CustomSelect, Radio, Select `options/value/defaultValue` + # 0.1.6 + [Styles] Fix line height styles + [Button] Set `iconLeftAttrs` and `iconRightAttrs` as partials