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

Commit 5d41686

Browse files
committed
3.0.0
1 parent 663d278 commit 5d41686

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to `laravel-form-components` will be documented in this file
44

5+
## 3.0.0 - 2020-12-18
6+
### Breaking Changes
7+
- Drop support for php 7
8+
9+
### Added
10+
- Add `container-class` prop to inputs
11+
- Add language file for any text used in components
12+
- Add switch toggle component (`<x-switch-toggle />`)
13+
14+
### Changed
15+
- Allow `form-group` component label to be omitted by passing in `false` for `label`
16+
- Update alpine dependency to version `2.8.0`
17+
- Lighten up input placeholder color (apply `placeholder-gray-400` to inputs)
18+
519
## 2.0.2 - 2020-11-30
620
### Added
721
- Add class `group` to custom select option elements

0 commit comments

Comments
 (0)