@aceshooting/lyra-ui 14.3.0 → 14.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 14.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 422a035: Fix nested dropdown submenus that were visible but could not receive pointer clicks in WebKit. Both direct submenu items and nested menus now remain interactive outside the parent popup, with or without hoisting and in LTR/RTL. Long dropdowns scroll their inner menu list within the popup's height limit while keeping menu headers and footers visible.
8
+
9
+ Refresh development tooling and optional-peer compatibility verification against current dependency releases.
10
+
3
11
  ## 14.3.0
4
12
 
5
13
  ### Minor Changes