Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1015 Bytes

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 1015 Bytes

Changelog

All notable changes to laravel-htmx will be documented in this file.

0.6.0 - 2024-03-19

What's Changed

0.5.0 - 2023-11-19

What's Changed

  • Added support for complex events for HX-Triggers Response Headers

0.4.0 - 2023-08-02

What's Changed

  • Added support for nested fragments (requires ext-mbstring)

0.3.0 - 2023-03-25

What's Changed

  • Added support for Laravel 10

0.2.1 - 2022-11-19

What's Changed

  • Improved regex to support fragments enclosed in single and double quotes
  • Move configuration publishing to bootForConsole()

0.2.0 - 2022-11-06

What's Changed

  • Added support for Laravel 8.80 and higher
  • Renamed fragment macro to renderFragment due to fragment making its way into Laravel's core.

0.1.0 - 2022-11-02

  • Initial release