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 +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
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- ## 4.0.0 - 2021-03-25
5+ ## 4.0.0 - 2021-03-29
66### Changed
77- Inline most tailwind class names on form components
88- Remove majority of styles from stylesheet
99- Change styling from sass to css/postcss
1010- Enable border by default on ` <x-form-group> ` when it is inline and not the first child in a container
1111- Enable margins on ` <x-form-group> ` by default
1212- Change how ` <x-custom-select> ` "scrolls" to each option
13+ - Switch any icons rendered with ` svg() ` helper to be rendered with ` <x-dynamic-component /> ` blade component instead
1314
1415### Added
1516- Add ability to specify grid columns on ` <x-checkbox-group> ` component (when inline)
17+ - Add ` $optional ` and ` $hint ` attributes to ` <x-form-group> ` component
1618
1719### Removed
1820- Remove ` $fixedPosition ` prop from ` <x-custom-select> `
@@ -21,6 +23,7 @@ All notable changes to `laravel-form-components` will be documented in this file
2123- Fix array to string conversion error on textarea when no value is passed in to it
2224- Prevent ` $wire ` from breaking ` <x-custom-select> ` when not used in a livewire component
2325- ` <x-custom-select> ` will now position itself correctly and will not require the ` fixed-position ` prop anymore (requires Popper.js)
26+ - Add missing translations to form-components translation file
2427
2528## 3.1.1 - 2021-03-01
2629### Fixed
You can’t perform that action at this time.
0 commit comments