You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
6
+
## [2.4.1] - [26-September-2025]
7
+
8
+
## Added
9
+
10
+
***Dropdown**: `--mega-menu:{boolean}` ensures the Mega Menu remains fully visible on small screens without getting clipped.
11
+
***Advanced Select**: Added support for [Option disabled state](https://flyonui.com/docs/advanced-forms/advanced-select/#option-disabled)[FeatureReq #117].
12
+
***Tooltip**: Reintroduced `--interaction` for [Popover interaction](https://flyonui.com/docs/overlays/popover/#interaction)[Issue #117].
13
+
14
+
## Fixes and Improvements
15
+
16
+
***Dropdown**:
17
+
* Fixed issue where the input element in the dropdown couldn't receive focus or allow typing. [Issue #118]
18
+
* Resolved placement issue. [Issue #114]
19
+
* Fixed non-functioning `OnEnter` behavior.
20
+
***Overlay**: Fixed issue with `data-overlay-keyboard="false"`. [Issue #116]
21
+
***Combo Box**: Fixed keyboard interaction for `Arrow`, `Home`, and `End` keys.
3. For enabling interactive components such as accordion, dropdown, modal etc... , include FlyonUI's JavaScript in your HTML file, just before the closing `</body>` tag:
228
+
3. For enabling interactive components such as accordion, dropdown, modal etc... , include FlyonUI's JavaScript in your HTML file, just before the closing `</body>` tag:
0 commit comments