v1.4.1
YassKhazzan/openperplex_backend_osv1.4.1Apr 20, 2026by github-actions[bot]
AI Summary
A maintenance release addressing accessibility issues and UI component bugs, specifically focusing on pointer events, tabbability, and navigation menu stability.
Key Highlights
- Fixed `display: contents` tabbability
- Fixed multi-argument event handler forwarding in `mergeProps`
- Fixed stale popup size on rapid trigger hover in Navigation Menu
- Clear highlight on pointer leave when item is clipped by scroll container
New Features
- Navigation menu popup size fix
- Marked `date-fns` peer dependencies as optional
- Fix for multi-argument event handler forwarding
Full Release Notes
### General changes - Clear highlight on pointer leave when item is clipped by scroll container (#4604) by @atomiks - Fix `display: contents` tabbability (#4642) by @atomiks - Fix multi-argument event handler forwarding in `mergeProps` (#4598) by @atomiks - Mark `date-fns` peer dependencies as optional (#4639) by @LukasTy ### Navigation Menu - Fix stale popup size on rapid trigger hover (#4646) by @atomiks All contributors of this release in alphabetical order: @atomiks, @LukasTy