Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 704 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 704 Bytes

Changelog

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

1.2.0 - 2024-02-28

  • Add Laravel 11 support
  • Add PHP 8.3 support

1.1.0 - 2023-05-01

  • Add Laravel 10 support

1.0.0 - 2022-12-18

  • initial release

Breaking changes

Blade component are now namespaced instead of prefixed. This means that usage of the components should be changed from the old prefix syntax

<x-flash-alert ... /> // no longer supported

to the new namespace syntax

<x-flash::alert ... /> // new syntax

The session and view keys are also removed from the configuration, leaving the configuration with using the hardcoded value messages for both.