Skip to content

Releases: livewire/flux

v2.14.1

23 Apr 23:02
44f240e

Choose a tag to compare

What's Changed

Full Changelog: v2.14.0...v2.14.1

v2.14.0

23 Apr 11:58

Choose a tag to compare

What's Changed

  • Add info variant to toast component by @ghabriel25 in #2532
  • Allow the Timeline component to be published by @thijsvdanker in #2548
  • Encapsulate version checking for view namespace hash by @ghabriel25 in #2551
  • Revert "Encapsulate version checking for view namespace hash" by @joshhanley in #2553
  • Forward icon:variant to input action sub-components by @joshhanley in #2566
  • Wrap hardcoded aria-label strings with __() for i18n support by @joshhanley in #2565
  • Fix Blaze folding flux:error as static hidden HTML in inline field templates by @joshhanley in #2564
  • Time picker updates by @joshhanley
  • Improve test speeds in CI by @joshhanley
  • Fix editor link popover not closing after Enter via Ctrl+K by @calebporzio
  • Color picker by @calebporzio
  • Wrap hardcoded aria-label strings with __() for i18n support by @joshhanley
  • Fix flux:autocomplete and searchable flux:select crash when wire:model is null by @joshhanley
  • Fix chart time axis generating duplicate tick labels with few data points by @joshhanley

New Contributors

Full Changelog: v2.13.2...v2.14.0

v2.13.2

31 Mar 21:06

Choose a tag to compare

What's Changed

Full Changelog: v2.13.1...v2.13.2

v2.13.1

26 Mar 00:33

Choose a tag to compare

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 spacing by @ganyicz in #2513
  • Mark unsafe forwarded props by @ganyicz in #2496
  • Add scroll="body" prop to modal by @ganyicz in #2520
  • Fix bottom flyout width in Firefox by @ganyicz in #2518
  • Allow progress bar color to be controlled dynamically by @ganyicz in #2512
  • Add minimum width to navlist and navbar badges by @ganyicz in #2511
  • Fix timeline line width break when size="lg" is set on individual item by @joshhanley in #2476
  • Mark unsafe forwarded props by @ganyicz
  • Allow timeline status to be controlled dynamically by @ganyicz
  • Fix timeline line colour break when size="lg" is set on individual item by @joshhanley
  • Fix ResizeObserver loop error in Safari by @ganyicz
  • Remove RTL from OTP input by @ganyicz
  • Fix calendar memory leak by @ganyicz
  • Fix disabled attribute on accordion items by @joshhanley
  • Skip rendering <flux:chart.point> for missing values by @joshhanley
  • Prevent filter change on mutation by @ganyicz
  • Fix uneven hover spacing on date picker calendar button by @joshhanley
  • Add scroll="body" prop to modal by @ganyicz
  • Fix checkbox.all toggling disabled checkboxes by @ganyicz

New Contributors

Full Changelog: v2.13.0...v2.13.1

v2.13.0

03 Mar 04:06

Choose a tag to compare

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 invalid prop not applying error styling on input and textarea by @joshhanley in #2453
  • Fix flux:switch indicator position with custom base font-size by @joshhanley in #2452
  • Fix RTL detection when dir attribute 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/max by @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 handleAutocomplete overwriting wire:model value on remount by @joshhanley
  • Fix flux:autocomplete losing wire:model value after wire:navigate by @joshhanley
  • Fix combobox with pre-selected value only showing selected option on first open by @joshhanley
  • Fix loading detection for wire:model bindings with .live modifier 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:value on checkbox, radio, and option components by @joshhanley
  • Timeline by @calebporzio
  • Fix year select dropdown empty when min/max dates 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

v2.12.2

25 Feb 09:20
68a3b06

Choose a tag to compare

What's Changed

Full Changelog: v2.12.1...v2.12.2

v2.12.1

17 Feb 21:18

Choose a tag to compare

What's Changed

Full Changelog: v2.12.0...v2.12.1

v2.12.0

10 Feb 00:40

Choose a tag to compare

What's Changed

Full Changelog: v2.11.1...v2.12.0

v2.11.1

22 Jan 11:00
3ada3b2

Choose a tag to compare

What's Changed

  • Fix modal outside Livewire by @ganyicz in #2330
  • Add tests for native form submissions by @ganyicz
  • Fix native form submission in pillbox by @ganyicz
  • Fix failing tests by @ganyicz
  • Add test for modal outside Livewire by @ganyicz

Full Changelog: v2.11.0...v2.11.1

v2.11.0

21 Jan 09:33

Choose a tag to compare

What's Changed

  • Change badge variant="pill" to rounded prop by @calebporzio in #2269
  • Remove blaze from avatar by @ganyicz in #2279
  • Fix DateRange end date to use endOfDay for consistency with presets by @fotrino in #2067
  • Rename nested to deep by @ganyicz in #2322
  • Add ui-legend by @ganyicz in #2321
  • Display outline on pillbox combobox variant by @ganyicz in #2293
  • Make components CSP safe by @ganyicz in #2277
  • Fix memory leak by @ganyicz
  • Fix popover closing inside modal by @ganyicz
  • Prevent time picker events on init by @ganyicz
  • Fix scrollbar-gutter with overflow: hidden by @ganyicz
  • Ignore switch inside checkbox group when using checkbox.all by @ganyicz
  • Fix searchable select accessibility by @ganyicz
  • Fix editor link when inside tabs by @ganyicz
  • Hide clear button when time picker is disabled by @ganyicz
  • Hide clear button when date picker is disabled by @ganyicz
  • Fix select's native form submit value by @joshhanley
  • Fix date picker carets by @ganyicz
  • Fix wire:navigate flickering by @ganyicz
  • Fix create option console error when select is empty by @ganyicz
  • Remove blaze from pillbox search by @ganyicz
  • Fix invalid select border styling by @ganyicz
  • Improve slider accessibility by @ganyicz
  • Hide tooltip when draggable by @ganyicz
  • Make components CSP-compatible by @ganyicz
  • Add ui-legend by @ganyicz
  • Update date-picker background to match select by @ganyicz
  • Add supplementary input events by @ganyicz
  • Fix failing tests by @ganyicz
  • Make checkbox variants and table and paginator free by @calebporzio
  • Make all radio variants free by @calebporzio
  • Make card free by @calebporzio

New Contributors

Full Changelog: v2.10.2...v2.11.0