Releases: livewire/flux
Releases Β· livewire/flux
v2.12.0
What's Changed
- Add future date range presets by @ganyicz in #2377
- Unify profile hover background color with button by @ganyicz in #2338
- Truncate sidebar item text by @ganyicz in #2340
- Fix label/slot precedence by @ganyicz in #2371
- Fix trailing badge icon size by @ganyicz in #2375
- Fix sortable column hover area by @ganyicz in #2379
- Fix brand icon alignment in collapsed sidebar by @ganyicz in #2383
- Fix select clear when options are not in DOM by @ganyicz
- Reuse stylesheet by @ganyicz
- Close menu when clicking on an item with wire:navigate by @ganyicz
- Hide timepicker clearable button when empty by @ganyicz
- Fix label/slot precedence by @ganyicz
- Fix clearable date picker with presets by @ganyicz
- Add future date range preset calculations by @ganyicz
- Disable search autofocus on mobile by @ganyicz
- Fix pillbox tests by @ganyicz
- Add bar charts by @joshhanley
Full Changelog: v2.11.1...v2.12.0
v2.11.1
v2.11.0
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
nestedtodeepby @ganyicz in #2322 - Add
ui-legendby @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:navigateflickering 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-legendby @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
v2.10.2
What's Changed
- Restore "Allow forcing of
data-currentin links" by @joshhanley in #2260 - Fix wire:current.ignore by @ganyicz in #2258
- Support binding wire:model to accordion by @ganyicz
- Add inputmode="numeric" to timepicker input by @ganyicz
Full Changelog: v2.10.1...v2.10.2
v2.10.1
What's Changed
- Revert "Allow forcing of
data-currentin links" by @joshhanley in #2259 - Deduplicate package check in
ensurePromethod by @sajjadhossainshohag in #2043 - Fix timepicker keyboard selection by @ganyicz
- Fix pillbox with a label by @ganyicz
- Fix autocomplete input events by @ganyicz
- Fix console errors in time picker by @ganyicz
Full Changelog: v2.10.0...v2.10.1
v2.10.0
What's Changed
- Fix sidebar brand dark mode logo by @joshhanley in #2231
- Add logo:dark support to flux:brand by @ganyicz in #2244
- Require Blaze 1.0 by @ganyicz in #2242
- Fix input overflow by @ganyicz in #2237
- Refactor input invalid style to use data attribute by @ganyicz in #2229
- Allow forcing of
data-currentin links by @ganyicz in #2246 - Fix
flux:select.selectedwith blaze by @ganyicz - Fix searchable select for accented names by @joshhanley
- Forward file upload accept attribute by @joshhanley
- Fix tabs selecting on click focus by @joshhanley
- Remove @container from file uploader by @ganyicz
- Fix event bubbling to composer by @ganyicz
- Add option
selected-labelby @joshhanley - Fix scrollbar-gutter on documents without scroll by @joshhanley
- Fix disabled in autocomplete by @ganyicz
- Select "create new" option by @ganyicz
Full Changelog: v2.9.2...v2.10.0
v2.9.2
v2.9.1
What's Changed
- Add support for assets in subfolders by @joshhanley in #2183
- Fix private OTP within a group by @ganyicz in #2202
- Fix lock scroll gutter issues by @joshhanley
- Fix sticky sidebar position after navigate history request by @joshhanley
- Overwrite time picker Tailwind Forms styles by @joshhanley
- Fix time picker open-to by @joshhanley
- Add locale to charts by @joshhanley
- Prevent input events during programatic updates in OTP by @ganyicz
- Fix null values in OTP by @ganyicz
- Fix searchable select glitch on ios by @joshhanley
- Fix overflow in scrollable tabs by @ganyicz
- Revert "Fix overflow in scrollable tabs" by @joshhanley
Full Changelog: v2.9.0...v2.9.1
v2.9.0
What's Changed
- Fix profile avatar colour seed by @joshhanley in #2168
- Add skeleton component by @calebporzio in #2132
- Add floating flyout modal by @calebporzio in #2130
- Resize time picker meridiem based on locale by @joshhanley
- Fix sidebar glitch on viewport resize by @joshhanley
- Fix empty time picker in modal by @joshhanley
- Fix time picker meridiem display issues by @joshhanley
- Fix toast group showing behind modals by @joshhanley
- Fix select empty to support strings by @joshhanley
- Fix tabs selected by @joshhanley
- Fix autocomplete container classes by @joshhanley
- Kanban by @calebporzio
- Fix slider thumb positioning in modals by @ganyicz
- Fix OTP bug when spacebar or non-numeric character is pressed by @ganyicz
Full Changelog: v2.8.0...v2.9.0
v2.8.0
What's Changed
- OTP by @calebporzio in #2165
- Make inputs more consistent by @joshhanley in #2158
- Add attributes to modal close component by @olyviero in #2088
- Hide key visibility in
flux:activatecommand by @Awesomolocity in #2092 - Fix implicit nullable argument by @lode in #2110
- Fix forced dark mode switch by @joshhanley in #2146
- Fix last month date range preset by @joshhanley in #2160
- Range slider by @ganyicz
- OTP Input by @ganyicz
- Make inputs more consistent by @joshhanley
- Add submittable to time picker by @joshhanley
- Make scroll listeners passive by @ganyicz
- Add calendar
force-open-toattribute by @joshhanley
New Contributors
- @olyviero made their first contribution in #2088
- @Awesomolocity made their first contribution in #2092
- @lode made their first contribution in #2110
Full Changelog: v2.7.1...v2.8.0