# Changelog

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

## 1.10.1 - 2025-02-21

### What's Changed

* Laravel 12.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-flash/pull/32

**Full Changelog**: https://github.com/spatie/laravel-flash/compare/1.10.0...1.10.1

## 1.10.0 - 2024-02-27

### What's Changed

* Laravel 11.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-flash/pull/30

**Full Changelog**: https://github.com/spatie/laravel-flash/compare/1.9.1...1.10.0

## 1.9.1 - 2023-01-23

- support L10

## 1.9.0 - 2022-01-12

- add support for Laravel 9

## 1.8.0 - 2020-11-27

- add support for PHP 8

## 1.7.0 - 2020-09-08

- add support for Laravel 8

## 1.6.0 - 2020-03-18

- add `level` property on `flash()`

## 1.5.0 - 2020-03-01

- add support for Laravel 7

## 1.4.0 - 2019-12-08

- drop support for PHP 7.3

## 1.3.0 - 2019-09-04

- add support for Laravel 6

## 1.2.1 - 2019-03-15

- fix circular reference

## 1.2.0 - 2019-03-14

- the second parameter of `flash` will now lookup a preregistered macro

## 1.1.0 - 2019-03-14

- add `levels` method

## 1.0.0 - 2019-03-14

- initial release
