Livewire Flux Pro

Livewire Flux Pro 2.13.0

Нет прав на скачивание
What's Changed
Fix file input in a group by @joshhanley in #2049
Fix avatar image cover by @joshhanley in #2047
Make the new pro components publishable by @dougffer in #2051
Time picker by @joshhanley
Remove Tailwind forms styles for file upload by @joshhanley
Fix pillbox deselect with missing element by @joshhanley
New Contributors
@dougffer made their first contribution in #2051
Flux tables now support sticky headers and sticky columns, making it easy to keep important information visible while users scroll through large datasets.
Let's take a look.

Sticky headers​


Keep column headers visible during vertical scrolling by adding the sticky prop to your table.columns component:




The background color on the header row prevents content overlap as rows scroll underneath. The container:class prop lets you set a maximum height for your table, creating a scrollable area while keeping the headers locked in place.

Read more about sticky headers →

Sticky columns​


Keep important columns visible during horizontal scrolling by adding the sticky prop to individual table.column and table.cell components. Combine it with sticky headers for a spreadsheet-like experience:


Apply sticky to both the column header and the corresponding cells in each row. Add background colors to prevent content overlap, and we'll automatically add a subtle shadow when scrolling to help users see that the column is overlaying content underneath.
What's Changed
Scrollable tabs by @ganyicz in #1954
Fix nested sidebar group icons by @joshhanley in #1976
File upload by @calebporzio
Scrollable tabs by @ganyicz
Fix calendar and date picker unavailable empty string handling by @joshhanley
Fix calendar years selectable header to respect min/max dates by @joshhanley
Add size sm to pillboxes by @joshhanley
New Contributors
@ganyicz made their first contribution in #1954
Add sidebar search kbd prop by @joshhanley in #1952
Fix modal close button aria label by @joshhanley in #1950
Fix sidebar nested groups in icon collapsed view by @joshhanley in #1949
Fix sidebar backdrop navigate issue by @joshhanley
Fix calendar dynamic attributes by @joshhanley
Fix checkbox and radio enter handling by @joshhanley
Make date picker min max dynamic by @joshhanley
Fix date picker closeable by @joshhanley
Pillbox by @calebporzio
What's Changed
Add @pure annotation to Lucide IconCommand stub by @ThomasEnssner in #1902
Add support for mask:dynamic to the input component by @marcorivm in #1894
Fix sidebar item tooltip assignment by @scottzirkel in #1915
Add sidebar group icon dropdowns by @joshhanley in #1918
Fix toast stack width on mobile by @joshhanley
Fix radio groups not dynamically disableable by @joshhanley
Fix dynamically enabled date picker presets still disabled by @joshhanley
Fix radio and checkbox buttons 0 label by @joshhanley
Fix dynamically removed dropdown locking scroll by @joshhanley
Fix select clearable causing an empty update by @joshhanley
Fix combobox value when dynamically added by @joshhanley
Allow anchor tags to trigger dropdowns by @joshhanley
Fix dropdown hover flicker by @joshhanley
New Contributors
@marcorivm made their first contribution in #1894
What's Changed
Add Blaze annotations to pure components by @calebporzio in #1884
Remove redundant icon variant assignment by @sajjadhossainshohag in #1886
Fix toast stack dark mode navigate flash by @joshhanley in #1897
Add Blaze annotations to pure components by @calebporzio
Fix modal close on Flux free by @joshhanley
Fix toast stacks with different content sizes by @joshhanley
New Contributors
@sajjadhossainshohag made their first contribution in #1886
  • Нравится
Реакции: j2k
Add named error bag support to error component by @joshhanley in #1869
Stack of toasts by @joshhanley in #1843
Add editor toolbar buttons kbd prop by @joshhanley
Fix date picker empty selectable header by @joshhanley
Add support to calendar for unavailable dates as an array by @joshhanley
Make calendar unavailable dates dynamic by @joshhanley
Make date range inputs translatable by @joshhanley
Fix calendar multiple open-to by @joshhanley
Stack of toasts by @joshhanley
Add calendar open-to validation by @joshhanley
Fix modal trying to initialize in a clone tree with the open attribute attached by @calebporzio in #1803
Add badge variant to navlist.badge and navlist.item by @JonPurvis in #1690
Fix profile initials by @joshhanley in #1743
Fix text component to use <p> tag by @joshhanley in #1744
Fix navbar and navlist falsey badge check by @joshhanley in #1769
Fix navlist.badge and add badge variant to navbar.badge and navbar.item by @joshhanley in #1848
Fix modal trying to initialize in a clone tree with the open attribute attached by @calebporzio
Fix checkbox group blocking text selection by @joshhanley
Make date picker and calendar extra days clickable by @joshhanley
Fix custom select label focus by @joshhanley
Fix date picker name forwarding by @joshhanley
Fix select clearable to not be shown when disabled by @joshhanley
Fix calendar and date picker submittable value not loading from Livewire by @joshhanley
Fix tooltip to be dynamically disableable by @joshhanley
Fix pagination in small containers by @joshhanley
Fix checkbox all to not be checked if there are no checkboxes by @joshhanley
Fix autocomplete input pointer event issues by @joshhanley
Fix all dropdowns to not scroll by @joshhanley
Add registerExtensions() Editor hook to support registering multiple extensions by @joshhanley
Fix date picker label focus by @joshhanley
Вверх