Skip to content

Commit 429ff34

Browse files
Felix Beceicjtomic-croz
Felix Beceic
authored andcommitted
Add v1.11.0 release notes
1 parent b79267c commit 429ff34

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

storybook/src/base-documentation/ReleaseNotes.stories.mdx

+13-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,19 @@ import { Meta } from "@storybook/addon-docs";
1818

1919
# 📝 Release Notes
2020

21-
## **1.10.0 - latest** <span>_(Mar 15th 2024)_</span>
21+
## **1.11.0 - latest** <span>_(Mar 26th 2024)_</span>
22+
23+
**<h4>🐛 Bug Fixes</h4>**
24+
25+
- Fixed `DateInput(Field)` not closing its date picker when pressing the Tab key to switch focus ([#219](https://github.com/croz-ltd/tiller/issues/219))
26+
- Fixed `Pagination` page number buttons accidentally submitting the form if rendered inside of it ([#228](https://github.com/croz-ltd/tiller/issues/228))
27+
28+
**<h4>⚡ Component Improvements</h4>**
29+
30+
- Added `dangerouslyBypassFocusLock` prop to `Modal` which removes strict focus from the component on render, enabling other components to receive focus ([#217](https://github.com/croz-ltd/tiller/issues/217))
31+
- Improved `FileBrowser` context by providing additional `currentPath` parameter to `fetchDirectory` function prop ([#230](https://github.com/croz-ltd/tiller/issues/230))
32+
33+
## 1.10.0 <span>_(Mar 15th 2024)_</span>
2234

2335
**<h4>✨ Component Additions</h4>**
2436

0 commit comments

Comments
 (0)