From 75a86a162d04497e0b6bdcb02edaac434aaeee07 Mon Sep 17 00:00:00 2001 From: Randall Wilk <22842525+rawilk@users.noreply.github.com> Date: Mon, 1 Mar 2021 09:12:28 -0600 Subject: [PATCH] 3.1.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccfdee2..dcab192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-form-components` will be documented in this file +## 3.1.1 - 2021-03-01 +### Fixed +- Prevent inputs from rendering the string `[]` when name is omitted + ## 3.1.0 - 2021-02-24 ### Added - Add `extra-attributes` property to inputs to allow more options for attribute forwarding