diff --git a/storybook/src/base-documentation/ReleaseNotes.stories.mdx b/storybook/src/base-documentation/ReleaseNotes.stories.mdx index e6ded1c..c1cb4f1 100644 --- a/storybook/src/base-documentation/ReleaseNotes.stories.mdx +++ b/storybook/src/base-documentation/ReleaseNotes.stories.mdx @@ -18,7 +18,25 @@ import { Meta } from "@storybook/addon-docs"; # 📝 Release Notes -## **1.7.4 - latest** _(Dec 21st 2023)_ +## **1.8.0 - latest** _(Jan 30th 2024)_ + +**

🐛 Bug Fixes

** + +- Resolved inconsistent focus issues when navigating through the following components: `DateInput`, `DateTimeInput`, `DateRangeInput`, `TimeInput` and `Select` ([#181](https://github.com/croz-ltd/tiller/issues/181)) + +**

⚡ Component Improvements

** +- Enhance disabled state appearance for the `Toggle` component, integrating new styles into the token system for easy customization ([#112](https://github.com/croz-ltd/tiller/issues/112)) +- Introduce the `emptyState` prop to enable displaying a custom message or content when the `DataTable` is empty ([#133](https://github.com/croz-ltd/tiller/issues/133)) +- Simplify `DataTable` sorting with the introduction of a new hook (`useSortableDataTable`) ([#149](https://github.com/croz-ltd/tiller/issues/149)) +- Improve DataTable sorting, introducing the `multiSort` prop to allow users to simultaneously sort by multiple columns ([#182](https://github.com/croz-ltd/tiller/issues/182)) +- Introduce a visual cue for file upload progress in the `DragZone` with the addition of the `loader` prop ([#178](https://github.com/croz-ltd/tiller/issues/178)) + +**

📚 Docs Improvements

** +- Updated documentation to offer clear and precise details about the `DataTable` component's sorting capabilities ([#148](https://github.com/croz-ltd/tiller/issues/148)) +- Improved `NumberInputField` documentation now provides a comprehensive list of all available props ([#150](https://github.com/croz-ltd/tiller/issues/150)) +- Refined `Storybook` code snippets with improved details to enhance user experience and ease of understanding ([#176](https://github.com/croz-ltd/tiller/issues/176)) + +## 1.7.4 _(Dec 21st 2023)_ **

🐛 Bug Fixes

**