From 836d4d141f8682560b4d77f563768b32af5cb9be Mon Sep 17 00:00:00 2001 From: Felix Beceic Date: Mon, 30 Oct 2023 12:26:27 +0100 Subject: [PATCH] #140 Add v1.7.1 release notes --- .../ReleaseNotes.stories.mdx | 25 ++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/storybook/src/base-documentation/ReleaseNotes.stories.mdx b/storybook/src/base-documentation/ReleaseNotes.stories.mdx index 3203ec8..6630b7a 100644 --- a/storybook/src/base-documentation/ReleaseNotes.stories.mdx +++ b/storybook/src/base-documentation/ReleaseNotes.stories.mdx @@ -18,7 +18,26 @@ import { Meta } from "@storybook/addon-docs"; # 📝 Release Notes -## **1.7.0 - latest** _(May 4th 2023)_ +## **1.7.1 - latest** _(Oct 30th 2023)_ + +**

🐛 Bug Fixes

** + +- `DateInputField`, `DateTimeInputField`: fixed external value change consistency ([#137](https://github.com/croz-ltd/tiller/issues/137)) +- `DateInput`, `DateRangeInput`, `DateTimeInput`: fixed date mask accuracy for a number of use cases ([#118](https://github.com/croz-ltd/tiller/issues/118)) +- `DateInput`, `DateRangeInput`, `DateTimeInput`, `TimeInput`: fixed premature _onBlur_ detection ([#117](https://github.com/croz-ltd/tiller/issues/117)) +- `Login`: fixed children not displaying in the component when the _logo_ prop is defined ([#134](https://github.com/croz-ltd/tiller/issues/134)) + +**

⚡ Component Improvements

** + +- `Login`: added _forgotPasswordLink_ prop for defining a custom URL for `ForgottenPassword` component ([#132](https://github.com/croz-ltd/tiller/issues/132)) +- `SidebarLayout`: moved classes to tokens' configuration ([#120](https://github.com/croz-ltd/tiller/issues/120)) +- `SidebarNavigation`: improved active item state detection to align it with the `TopNavigation` component logic ([#131](https://github.com/croz-ltd/tiller/issues/131)) + +**

📚 Docs Improvements

** + +- fixed Figma tokens download link referenced in the [Theming and Customization page](https://croz-ltd.github.io/tiller/?path=/docs/theming-and-customization--page#importing-the-token-set) ([#123](https://github.com/croz-ltd/tiller/issues/123)) + +## 1.7.0 _(Aug 29th 2023)_ **

⚡ Component Improvements

** @@ -72,8 +91,8 @@ import { Meta } from "@storybook/addon-docs"; **

🚀 Storybook Improvements

** - - improved the `Theming and Customization` documentation page to resemble the `Introduction` page layout ([#92](https://github.com/croz-ltd/tiller/issues/92)) - - included a step-by-step guide on how to apply and modify tokens in Figma +- improved the `Theming and Customization` documentation page to resemble the `Introduction` page layout ([#92](https://github.com/croz-ltd/tiller/issues/92)) +- included a step-by-step guide on how to apply and modify tokens in Figma ## 1.4.0 _(Mar 20th 2023)_