Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 75270ca

Browse files
committed
4.0.0
1 parent 54d9082 commit 75270ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
All 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

0 commit comments

Comments
 (0)