Skip to content

Releases: glhd/aire

2.6.0

08 Aug 18:21
498d001
Compare
Choose a tag to compare

Added

  • Added support for bound attributes that are cast to an enum

2.5.0

24 Jan 20:08
5c319c6
Compare
Choose a tag to compare

Added

  • Added Laravel 9 support
  • Added support for registering a single mutator on multiple attributes
  • Added support for option groups

Changed

  • Applied PHP-CS-Fixer code styles

2.4.5

02 Dec 21:37
170df7d
Compare
Choose a tag to compare

Fixed

2.4.4

30 Nov 21:01
Compare
Choose a tag to compare

Fixed

  • Addressed deprecation issues related to ArrayAccess return type in PHP 8.1

2.4.3

18 Jun 12:19
6b73803
Compare
Choose a tag to compare

Fixed

  • Fixed casing issue with "datetime" blade components
  • Fixed issue with multiple forms on one page when using implicit opens

2.4.2

13 Apr 15:07
Compare
Choose a tag to compare

Added

  • Added getBoundValue annotation to facade
  • Added hidden attribute to _token and _method hidden inputs for better Tailwind 2 compatibility

2.4.1

05 Apr 13:54
Compare
Choose a tag to compare

Added

  • Added an <x-aire::timezone-select /> component
  • Added a few missing annotations to the Aire facade

Changed

  • Updated the way the Blade component namespace is registered for better auto-complete

2.4.0

05 Feb 16:37
e94489d
Compare
Choose a tag to compare

Added

2.3.4

22 Jan 05:20
Compare
Choose a tag to compare

Allow isValue() to check collections.

2.3.3

22 Jan 04:34
Compare
Choose a tag to compare

Fixes a bug related to square brackets in checkbox group names.