A new update for Livewire Flux Pro 2.13.0 is now available for free download. Big thanks to the contribution from our member @theresa !
change log
Read the rest of this update entry...full change log on link
https://fluxui.dev/blog
Read the rest of this update entry...full change log on link
https://fluxui.dev/blog
Read the rest of this update entry...What's Changed
Fix aware in select option by @ganyicz in #2469
Make toast a free component by @calebporzio in #2505
Fix CSP violations for editor nonces and pagination scroll-to by @calebporzio in #2509
Fix timeline content overflow with long unbreakable content by @ganyicz in #2510
Fix with-field.blade.php ComponentAttributeBag::all() for Laravel 10 compatibility by @Gabbo7474 in #2486
Add progress component to publish command by @ghabriel25 in #2455
Fix inconsistent sidebar item and group...
Read the rest of this update entry...Fix incorrect class name by @ghabriel25 in #2543
Fix RTL pagination arrows by @ganyicz in #2537
Add custom date inputs to date picker by @joshhanley
Fix toast group remaining expanded after all toasts closed by @ganyicz
Read the rest of this update entry...Fix date picker crashing when used with clearable by @joshhanley in #2591
Read the rest of this update entry...Forward icon:variant to navbar item trailing icon by @ghabriel25 in #2583
Add empty string checking on flux:input leading and trailing icon by @ghabriel25 in #2588
Replace blade directive with php syntax by @ghabriel25 in #2596
Support iconDot for trailing icon in flux:navbar.item and flux:navlist.item by @ghabriel25 in #2585
Fix sidebar brand not truncating by @joshhanley in #2619
Fix Blaze safe list in select option by @ganyicz in #2626
Fix description:trailing not showing without label or...
Read the rest of this update entry...What's Changed
Add slider dot ticks by @calebporzio
Select improvements by @ganyicz in #2700
Show page-based carousel indicators with advance="page" by @joshhanley
Prevent selected values from overflowing selects by @calebporzio
Fix dark mode option styling inside select optgroups by @760524mkfa00 in #2721
New Contributors
@760524mkfa00 made their first contribution in #2721
Read the rest of this update entry...Imagine a user presses ⌘F to find some text on a page. The text is there, but it's tucked inside a closed accordion or an inactive tab.
Normally, they're out of luck. Because that content is hidden, the browser can't find it.
Modern browsers now have an answer: hidden="until-found". It keeps content visually hidden while making it discoverable by the browser's find-in-page feature. When a match is found, the browser reveals the content, scrolls to it, and highlights the result.
We wanted...