From 3519b979ed1eae3162542e7b66b83182986a20ac Mon Sep 17 00:00:00 2001 From: ivam5 <69048022+ivam5@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:38:22 +0100 Subject: [PATCH] #25 v1.0.2 Changelog (#29) * #25 v1.0.2 Changelog * #25 Remove dots * #25 Remove none breaking changes Co-authored-by: imikulec --- .../ReleaseNotes.stories.mdx | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/storybook/src/base-documentation/ReleaseNotes.stories.mdx b/storybook/src/base-documentation/ReleaseNotes.stories.mdx index 108615f..30b086b 100644 --- a/storybook/src/base-documentation/ReleaseNotes.stories.mdx +++ b/storybook/src/base-documentation/ReleaseNotes.stories.mdx @@ -18,6 +18,27 @@ import { Meta } from "@storybook/addon-docs"; # Release Notes -## **1.0.0 - latest** _(Jan 5th 2023)_ +## **1.0.2 - latest** _(Jan 23th 2023)_ + +**Bug Fixes:** +- fixed `@tiller-ds/icons` module to properly display icons ([#26](https://github.com/croz-ltd/tiller/issues/26)) +- fixed `TopNavigation` mobile view Expander Icon ([#13](https://github.com/croz-ltd/tiller/issues/13)) +- the focus doesn't shift to `Tabs` when clicking on a tab if scroll buttons are disabled ([#11](https://github.com/croz-ltd/tiller/issues/11)) +- fixed `Autocomplete` error message - showing error beneath the tags ([#9](https://github.com/croz-ltd/tiller/issues/9)) + +**Storybook Improvements:** +- fixed Figma URL when clicking Tiller Logo ([#4](https://github.com/croz-ltd/tiller/issues/4)) +- fixed `FormLayout` import in Storybook ([#5](https://github.com/croz-ltd/tiller/issues/5)) + +**Design System Improvements:** +- fixed `example app` using `tiller-ds` v1.0.1 modules ([#17](https://github.com/croz-ltd/tiller/issues/17)) + +**Docs Improvements:** +- improved documentation for various modules ([#20](https://github.com/croz-ltd/tiller/issues/20)) +- fix `CRA command` in README.md & info update ([#4](https://github.com/croz-ltd/tiller/issues/4)) +- update CONTRIBUTING.md ([#4](https://github.com/croz-ltd/tiller/issues/4)) +- functional Playroom environment ([#20](https://github.com/croz-ltd/tiller/issues/20)) + +## 1.0.1 - _(Jan 5th 2023)_ - initial version