From 2788d357d5cb0c04e1e3543cb9e5287c55042c8a Mon Sep 17 00:00:00 2001 From: pascalbaljet Date: Mon, 1 Nov 2021 10:26:37 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19038f2..ee90cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to `laravel-form-components` will be documented in this file +## 3.1.0 - 2021-11-01 + +- Support for Date Casting +- Support for checkboxes where the bound value is Arrayable +- Bugfix for default `0` values +- Bootstrap 4 validation structure fix + +## 3.0.1 - 2021-09-08 + +- Added name attribute when element is wired + ## 3.0.0 - 2021-09-08 - Support for Bootstrap 5