From 9b29e424065db926abd6522465f655108bfb77a1 Mon Sep 17 00:00:00 2001 From: Luka Date: Fri, 26 Apr 2024 15:02:03 +0200 Subject: [PATCH] Add v1.13.0 release notes --- .../base-documentation/ReleaseNotes.stories.mdx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/storybook/src/base-documentation/ReleaseNotes.stories.mdx b/storybook/src/base-documentation/ReleaseNotes.stories.mdx index 40b2146..c006e58 100644 --- a/storybook/src/base-documentation/ReleaseNotes.stories.mdx +++ b/storybook/src/base-documentation/ReleaseNotes.stories.mdx @@ -18,7 +18,20 @@ import { Meta } from "@storybook/addon-docs"; # 📝 Release Notes -## **1.12.0 - latest** _(Apr 3rd 2024)_ +## **1.13.0 - latest** _(Apr 25th 2024)_ + +**

🐛 Bug Fixes

** + +- Fixed `DataTable` not supporting multiple optional columns ([#240](https://github.com/croz-ltd/tiller/issues/240)) +- Fixed `DataTable` when sorting arrow icon is present even if `canSort` prop is set to `false` ([#239](https://github.com/croz-ltd/tiller/issues/239)) +- Fixed `Breadcrumbs` rendering icon between non-rendered elements ([#241](https://github.com/croz-ltd/tiller/issues/241)) + +**

⚡ Component Improvements

** + +- Allow `onOpen` function in `Modal` to be called without arguments ([#235](https://github.com/croz-ltd/tiller/issues/235)) +- Remove clear button from input fields when they are disabled ([#229](https://github.com/croz-ltd/tiller/issues/229)) + +## **1.12.0 ** _(Apr 3rd 2024)_ **

⚡ Component Improvements

**