Starting with version 2.4.0, all notable changes will be documented in this file following the Keep a Changelog format. This project adheres to Semantic Versioning.
2.13.0 - 2024-09-18
2.12.1 - 2024-09-06
2.12.0 - 2024-08-13
2.11.0 - 2024-05-29
2.10.0 - 2024-03-12
2.9.1 - 2024-01-02
- Fixed small bug in new JS validation logic
2.9.0 - 2023-12-29
- Updated Aire’s client-side validation JS to be less aggressive with marking errors
2.8.1 - 2023-07-12
- Added support for calling
isOpened()
on Aire to determine if any form is open
2.8.0 - 2023-05-12
- Added backwards-compatible version of
Conditionable
helper to elements
2.7.0 - 2023-02-17
- Added Laravel 10 support
2.6.0 - 2022-08-08
- Added support for bound attributes that are cast to an enum
2.5.0 - 2022-01-24
- Added Laravel 9 support
- Added support for registering a single mutator on multiple attributes
- Added support for option groups
- Applied PHP-CS-Fixer code styles
2.4.5 - 2021-12-02
- Fixed bug with laravel-enum integration
2.4.4 - 2021-11-30
- Addressed deprecation issues related to
ArrayAccess
return type in PHP 8.1
2.4.3 - 2021-06-18
- Fixed casing issue with "datetime" blade components
- Fixed issue with multiple forms on one page when using implicit opens
2.4.2 - 2021-04-13
- Added
getBoundValue
annotation to facade - Added
hidden
attribute to_token
and_method
hidden inputs for better Tailwind 2 compatibility
2.4.1 - 2021-03-30
- Added an
<x-aire::timezone-select />
component - Added a few missing annotations to the Aire facade
- Updated the way the Blade component namespace is registered for better auto-complete
2.4.0 - 2021-01-22
- Added support for Laravel Blade Components
For all releases from 2.3.4 and below, see the Github Releases.