Releases: livewire/flux
Releases · livewire/flux
v1.1.2
What's Changed
- Fix scrollbar colors in dark mode by @calebporzio in #921
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Fix inset link buttons not looking like buttons by @joshhanley in #878
- Add icons to submenu component by @joshhanley in #892
- Add
toggleable
prop to tooltip by @joshhanley in #893 - Fix dark mode flash by @joshhanley in #899
- Fix dynamically added tabs not being selected by @joshhanley
- Fix modal border not showing in dark mode by @joshhanley
- Add themes to select checkbox and radio indicators by @joshhanley
- Support changing selection via keyboard search when custom select popovers are closed - ref #726 by @calebporzio
- Fix dark mode flash by @joshhanley
- Add support for modal cancel event by @joshhanley
- Fix sortable table overflow causing scrollbars by @joshhanley
- Fix mobile input text size by @joshhanley
- Fix editor when manually bundling Livewire and Alpine by @joshhanley
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.32
- Remove stray console.log by @joshhanley
Full Changelog: v1.0.31...v1.0.32
v1.0.31
What's Changed
- Prevent double escaping problems when using single quotes inside method params on buttons with auto-wire:loading indicators - refs #856 by @calebporzio in #857
- Only add dark classes to body when darkMode: selector is set in Tailwind config - refs #855 by @calebporzio
Full Changelog: v1.0.30...v1.0.31
v1.0.30
What's Changed
- Add issue form template by @joshhanley in #799
- Add pluck macro to component attribute bag by @calebporzio in #853
- Add optional CSP nonce support for Flux script and style directives by @drjamesj in #815
- Add
wire:target
to buttons with parameters included by @joshhanley in #849 - Add playwright testing docs by @tjgore
- Add dark mode JavaScript utilities by @calebporzio
- Add tailwind forms compatibility by @joshhanley
- Fix editor to dispatch blur event by @joshhanley
- Fix input error border colour to match other inputs by @joshhanley
- Fix editor empty state by @joshhanley
- Support class:input property to apply classes directly to the underlying input element by @calebporzio
New Contributors
- @drjamesj made their first contribution in #815
- @tjgore made their first contribution in livewire/flux-pro#111
Full Changelog: v1.0.29...v1.0.30
v1.0.29
What's Changed
- Support for multiple flyout modal positions: left, right, bottom by @calebporzio
- Add scroll lock to modals, menus, and selects by @calebporzio
- Add editor component to publish command by @calebporzio
Full Changelog: v1.0.26...v1.0.29
v1.0.28
What's Changed
- Fix editor blocking form submissions - ref #749 by @calebporzio
Full Changelog: v1.0.27...v1.0.28
v1.0.27
This release has no changes, just a version bump to stay in-sync with flux-pro