Skip to content

Releases: glhd/aire

1.7.1

04 Sep 03:09
71c5a65
Compare
Choose a tag to compare

There was an issue with the composer file for 1.7.0 so it didn’t get published. This is just a re-release with the fixed JSON file.

1.7.0

03 Sep 21:06
Compare
Choose a tag to compare

Added Laravel 6.0 support

1.6.1

23 Aug 18:31
Compare
Choose a tag to compare
  • Fixes a bug where Aire::summary() was setting summaries to verbose by default.
  • Adds a verbose_summaries_by_default configuration option if you would like summaries to be verbose by default.

1.6.0

23 Aug 03:59
Compare
Choose a tag to compare
  • Aire now uses ForwardsCalls to improve error messages if a method doesn't exist.
  • Dropped use of collect() method in favor of new Collection()
  • Element::data() will now try to serialize the data value if possible, so that you can pass JSON down to your javascript easily

1.5.1

20 Aug 03:19
Compare
Choose a tag to compare

The Element base class is now macroable, for easier extension.

1.5.0

13 Aug 15:34
Compare
Choose a tag to compare

Added support for variants (i.e. Aire::input()->variant()->primary())

1.5.0-beta.1

09 Aug 21:20
Compare
Choose a tag to compare
1.5.0-beta.1 Pre-release
Pre-release
Improve variant support

1.4.0

09 Aug 19:28
Compare
Choose a tag to compare

Support for element variants.

1.3.0

09 Aug 17:52
Compare
Choose a tag to compare

When auto_id is enabled, the ID will always be unique per element (this was not the case in array elements before, which was a bug).

1.2.1

09 Aug 17:15
Compare
Choose a tag to compare

Accidentally published with an older version in the composer.json file. Just bumping the version and re-releasing.