From 6779e3bdef4cfd9ef6e00caad37dfb20882ddad0 Mon Sep 17 00:00:00 2001 From: Gustavo Esquinca Date: Thu, 3 Oct 2019 13:09:59 -0400 Subject: [PATCH] updated changelog --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b1fd07e..7e32dca1 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,10 @@ class Example extends Component { ### 0.10.0 -- Fixed Select arrow display bug. +- Fixed Select arrow display bug. - Added missing props to QR component. +- Added title and aria-label attributes to EthAddress inputs (accessibility). +- Changed default module from `cjs` to `umd`. - Upgraded to storybook app and updated stories. - Reorganized component testing app (CRA).