From dff0a55ea3000103de0d8de95fdcfabfaf4c8880 Mon Sep 17 00:00:00 2001 From: ivam5 <69048022+ivam5@users.noreply.github.com> Date: Thu, 4 May 2023 11:14:05 +0200 Subject: [PATCH] #114 v1.6.1 Changelog (#116) * #114 Add v1.6.1 ReleaseNotes * #114 Update v1.6.1 ReleaseNotes --------- Co-authored-by: imikulec --- .../src/base-documentation/ReleaseNotes.stories.mdx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/storybook/src/base-documentation/ReleaseNotes.stories.mdx b/storybook/src/base-documentation/ReleaseNotes.stories.mdx index c0595ca..94b7747 100644 --- a/storybook/src/base-documentation/ReleaseNotes.stories.mdx +++ b/storybook/src/base-documentation/ReleaseNotes.stories.mdx @@ -18,7 +18,14 @@ import { Meta } from "@storybook/addon-docs"; # 📝 Release Notes -## **1.6.0 - latest** _(May 2nd 2023)_ +## **1.6.1 - latest** _(May 4th 2023)_ + +**

🐛 Bug Fixes

** + +- `AutocompleteField`: improved value change consistency through the Formik helpers when _sendOptionValue_ is disabled ([#110](https://github.com/croz-ltd/tiller/issues/110)) +- `DateInput, TimeInput, DateTimeInput`: fixed _onBlur_ function behaviour consistency ([#113](https://github.com/croz-ltd/tiller/issues/113)) + +## 1.6.0 _(May 2nd 2023)_ **

🐛 Bug Fixes

**