Releases: livewire/flux
Releases · livewire/flux
v2.0.6
What's Changed
- Update error component to support nested attributes by @joshhanley in #1308
- Fix badge left inset by @joshhanley in #1306
- Fix label so it's selectable by @joshhanley in #1284
- Fix
DateRangeSynth
so theDateRange
can be validated by @joshhanley in #1295 - Make Component Search Case-Insensitive When Publishing by @sinlyu in #1305
- Fix elements moved in the DOM throwing error by @joshhanley
- Fix label so it's selectable by @joshhanley
- Fix date picker cancel button so it's translatable by @joshhanley
- Fix modal scroll lock after modal removal by @joshhanley
- Fix date picker clearable showing with placeholder by @joshhanley
- Fix clearable on xs date picker by @joshhanley
- Fix chart cursor misaligned by @joshhanley
- Fix chart summary duplicated in a lazy component by @joshhanley
- Fix calendar days for locales where the abbreviation is long by @joshhanley
- Fix date picker and calendar when nested validation fails by @joshhanley
- Fix charts so it updates if value attribute has updated by @joshhanley
New Contributors
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Add callout component by @calebporzio in #1283
- Make avatar free by @joshhanley in #1254
- Fix modal trigger on Firefox by @joshhanley in #1259
- Make label badge slottable by @joshhanley in #1261
- Fix
-able
buttons on xs inputs by @joshhanley in #1269 - Fix chart when data starts with a zero value by @joshhanley
- Fix Safari x label alignment by @joshhanley
- Fix editor toolbar events by @joshhanley
- Fix submenu safe area by @joshhanley
- Fix chart axis cut off on data change by @joshhanley
- Make avatar free by @joshhanley
- Fix select in Safari autoscroll by @joshhanley
- Fix pagination on mobile by @joshhanley
- Fix table column and cell alignment by @joshhanley
- Fix today on static calendar should not select by @joshhanley
- Fix calendar selectable years to be within min/max by @joshhanley
- Fix calendar size 2xl by @joshhanley
- Fix calendar multiple select bounds calculations by @joshhanley
- Fix calendar open-to to accept
today
by @joshhanley - Fix calendar selectable header styles when Tailwind forms is installed by @joshhanley
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Fix select sizes to match other inputs by @joshhanley in #1197
- Fix deprecation warning when button has missing wire:click by @Fludem in #1202
- Fix select option variant not found by @joshhanley in #1213
- Switch Toggle: Replace w-8 with min-w-8 to fix parent's flex issues by @dimitri-koenig in #1217
- Fix publish command to include free components by @joshhanley in #1204
- Fix clear button toggling date picker by @joshhanley
- Fix select and date picker sizes to match other inputs by @joshhanley
- Fix select date button on date picker to be a button by @joshhanley
- Remove unused date picker preset labels by @joshhanley
- Fix selected tab in a lazy component not shown by @joshhanley
- Fix calendar selectable header years overflow by @joshhanley
- Fix input components to bubble events by @joshhanley
New Contributors
- @Fludem made their first contribution in #1202
- @dimitri-koenig made their first contribution in #1217
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Fix button-or-div to allow button type to be changed by @joshhanley in #1168
- Fix input clearable button to also dispatch change event by @joshhanley in #1170
- Add
data-flux-clear-button
to the clear button by @joshhanley in #1171 - Fix DateRangeSynth hydrate of all time preset by @joshhanley in #1172
- Add missing
isNotAllTime()
method to DateRange by @joshhanley in #1173 - Add switch
left-align
attribute by @joshhanley in #1194 - Fix date picker selectable header styles when Tailwind forms is installed by @joshhanley
- Fix date picker not showing invalid border by @joshhanley
- Fix chart time based tick labels to display 12/24 hour depending on locale by @joshhanley
Full Changelog: v2.0.2...v2.0.3
v1.1.6
What's Changed
- [1.x] Fix anonymous component views for Laravel 12 by @joshhanley in #1196
Full Changelog: v1.1.5...v1.1.6
v2.0.2
What's Changed
- Fix anonymous component views for Laravel 12 by @joshhanley in #1141
- Duplicate date picker months were being rendered by @calebporzio
- Fix date picker selected font weight and size to match all other inputs by @joshhanley
- Fix calendar and date picker selectable header triggering
wire:model
updates by @joshhanley - Fix issue with calendar min blocking previous button by @joshhanley
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Fix checkbox and radio wrapping element variant does not exist error by @joshhanley in #1122
- Fix select default variant background not dark in dark mode on Windows by @joshhanley in #1100
- Fix date picker dialog contents scrolling on mobile by @joshhanley
- Fix missing Js namespace by @joshhanley
- Fix tab pill variant applying incorrect styles on hover in dark mode by @joshhanley
- Fix toolbar border colour after Tailwind v4 removed default border styles by @joshhanley
- Fix select indicator wrapping element variant does not exist error by @joshhanley
- Fix date picker selectable header text not visible in dark mode on Windows by @joshhanley
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.1.5
v1.1.4
What's Changed
- Fix asset route caching by @vorban in #1002
- Add
.self
towire:model
on wrapper components by @joshhanley in #1017 - Add icon variant and fix outline icon sizes by @joshhanley in #1020
- Fix component icons to also support slots by @joshhanley in #1038
- Add nonce to dark mode script tag by @joshhanley in #1043
- Fix select dropdown causing document scroll when in modal by @joshhanley
- Fix modal click inside and drag outside causes it to close by @joshhanley
- Fix select escape key also closing modal by @joshhanley
- Add
.self
towire:model
on wrapper components by @joshhanley - Add missing icon variants and fix outline icon sizes by @joshhanley
- Fix duplicate listbox placeholder by @joshhanley
- Fix autocomplete input value not loading when added dynamically by @joshhanley
- Fix component icons to also support slots by @joshhanley
- Add initials to profile by @joshhanley
- Fix long dropdowns should scroll and generally fix anchor positioning by @joshhanley
New Contributors
Full Changelog: v1.1.3...v1.1.4