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

Commit 953fbe6

Browse files
rawilkactions-user
authored andcommitted
Prettified Code!
1 parent c3fe8c7 commit 953fbe6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sort: 2
1515
## Version Matrix
1616

1717
| Laravel | Minimum Version | Maximum Version |
18-
| ---------- | --------------- |-----------------|
18+
| ---------- | --------------- | --------------- |
1919
| 8.0 - 8.55 | 1.0.0 | 5.1.0 |
2020
| 8.56 | 6.0.0 | 6.0.2 |
21-
| 8.70 | 7.0.0 | |
21+
| 8.70 | 7.0.0 | |

docs/upgrade.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ the package are imported into the `index.css` stylesheet, which you can then ref
1616
reference to something like this:
1717

1818
```css
19-
@import '../../vendor/rawilk/laravel-form-components/resources/css/index.css';
19+
@import "../../vendor/rawilk/laravel-form-components/resources/css/index.css";
2020
```
2121

2222
### Custom Select
2323

2424
The custom select component has been revamped in v7, and as a result some breaking changes were introduced. The following changes should be updated in your own codebase
2525
to continue using this component:
2626

27-
- `textField` is now called `labelField`
28-
- The `valueField` and `labelField` default values have changed to `id` and `name`, respectively
29-
- The `min` and `max` props have changed to `minSelected` and `maxSelected`, respectively
30-
- "Opt Group" options no longer need to contain the group's options, as they won't be rendered automatically. You should flatten your options to a single level now.
31-
- `wire-listeners` is no longer included for updating dependant selects. Your dependant selects should be re-rendered to reflect an update to options now.
27+
- `textField` is now called `labelField`
28+
- The `valueField` and `labelField` default values have changed to `id` and `name`, respectively
29+
- The `min` and `max` props have changed to `minSelected` and `maxSelected`, respectively
30+
- "Opt Group" options no longer need to contain the group's options, as they won't be rendered automatically. You should flatten your options to a single level now.
31+
- `wire-listeners` is no longer included for updating dependant selects. Your dependant selects should be re-rendered to reflect an update to options now.
3232

3333
## Upgrading from v5 to v6
3434

0 commit comments

Comments
 (0)