This repository was archived by the owner on Mar 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to ` laravel-form-components ` will be documented in this file
44
5+ ## 7.0.0 - 2022-02-07
6+ ### Added
7+ - Add new ` <x-tree-select> ` custom select component
8+ - Add new ` <x-tree-select-option> ` component
9+ - Add new ` <x-custom-select-option> ` component
10+ - Add livewire version of custom select component
11+ - Add livewire version of tree select component
12+ - Add various helper components for custom/tree select components
13+
14+ ### Changed
15+ - ** Breaking Change:** Bump minimum Laravel version to ` 8.70 `
16+ - ** Breaking Change:** Move styles into ` resources/css ` directory, which will require a different directory and file to import into stylesheets
17+ - ** Breaking Change:** Change ` textField ` prop on ` customSelect ` to ` labelField `
18+ - ** Breaking Change:** Change defaults of ` valueField ` and ` labelField ` on custom select component to ` id ` and ` name ` , respectively
19+ - Add various new props to custom select component
20+ - Change default styling of custom select component
21+ - Add Laravel 9.* compatibility
22+ - Add PHP 8.1 compatibility
23+ - Update Alpine JS CDN version in config
24+
25+ ### Fixed
26+ - Various bug fixes in custom select and other components
27+
528## 6.0.2 - 2022-01-10
629### Fixed
730- Support for get the old value of a switch toggle without livewire (https://github.com/rawilk/laravel-form-components/pull/41 )
You can’t perform that action at this time.
0 commit comments