What's Changed
- Add progress bar by @calebporzio in #2446
- Add
input:attribute prefix for targeting the input element by @joshhanley in #2438 - Add Tailwind v4.2 tinted neutral colours to accent and button by @joshhanley in #2409
- Fix button group styling when buttons are wrapped in tooltips by @joshhanley in #2404
- Move custom element display rules from JS to CSS to prevent CLS by @joshhanley in #2400
- Use @blaze(fold: true) in Lucide icon stubs by @fotrino in #2441
- Add scroll-to prop to pagination component by @joshhanley in #2401
- Timeline by @calebporzio in #2454
- Fix
invalidprop not applying error styling on input and textarea by @joshhanley in #2453 - Fix
flux:switchindicator position with custom base font-size by @joshhanley in #2452 - Fix RTL detection when
dirattribute is on a parent element by @joshhanley - Fix pillbox pills being clipped when label text is long by @joshhanley
- Add progress bar by @calebporzio
- Fix chart summary and tooltip duplication on re-render by @joshhanley
- Fix selectable header year dropdown rejecting valid years with
min/maxby @joshhanley - Fix negative values in stacked bar charts by @joshhanley
- Fix chart tick labels being clipped when rotated to 45 degrees by @joshhanley
- Fix context menu overflowing viewport by @joshhanley
- Fix tooltip not showing on disabled buttons by @joshhanley
- Fix combobox
handleAutocompleteoverwritingwire:modelvalue on remount by @joshhanley - Fix
flux:autocompletelosingwire:modelvalue afterwire:navigateby @joshhanley - Fix combobox with pre-selected value only showing selected option on first open by @joshhanley
- Fix loading detection for
wire:modelbindings with.livemodifier in non-first position by @joshhanley - Fix wire:model.live not updating with DateRange::allTime() preset by @joshhanley
- Move custom element display rules from JS to CSS to prevent CLS by @joshhanley
- Fix bar chart x-axis tick labels showing wrong dates with timestamped data by @joshhanley
- Allow disabled menu items to be checked by @ganyicz
- Fix
x-bind:valueon checkbox, radio, and option components by @joshhanley - Timeline by @calebporzio
- Fix year select dropdown empty when
min/maxdates are entirely in the past by @joshhanley - Fix calendar force open to by @joshhanley
- Fix popover positioning on browsers without native Popover API by @joshhanley
Full Changelog: v2.12.2...v2.13.0