Skip to content

Releases: glhd/aire

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.

2.3.2

24 Sep 14:50
e3d8496
Compare
Choose a tag to compare

Addresses an issue when using Aire with Laravel Enum on Laravel 8.

2.3.1

10 Sep 16:52
Compare
Choose a tag to compare

Version 2.3.1 fixes an issue related to "falsy" values not being properly bound.

2.3.0

27 May 20:55
Compare
Choose a tag to compare

It's now possible to pass an array to asAlpineComponent() to add additional x-data values to the form:

{{ Aire::open()->asAlpineComponent(['foo' => 'bar']) }}

<div x-text="foo"></div>

Also, textarea components accept a autoSize() method that applies very simple auto size to contents behavior.