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

Commit a955bce

Browse files
committed
2 parents 38370ea + 29f6021 commit a955bce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

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

33
All notable changes to `laravel-splade` will be documented in this file.
44

5+
## 0.4.0 - 2022-08-22
6+
7+
- [Form Components](https://splade.dev/docs/form-overview) to rapidly build forms. It supports model binding and validation, includes default styling, and is still fully customizable! It integrates with [Autosize](https://www.jacklmoore.com/autosize/) to automatically adjust textarea height, [Choices.js](https://github.com/Choices-js/Choices) to make selects searchable and taggable, and [Flatpickr](https://flatpickr.js.org) to provide a powerful datetime picker.
8+
- Default data passed to `<x-form>` now requires the `unguarded` attribute when binding an Eloquent Model or Fluent instance. This is not necessairy when using the new Form Components.
9+
510
## 0.3.1 - 2022-08-12
611

712
Bump npm package

0 commit comments

Comments
 (0)