Skip to content

Latest commit

 

History

History
61 lines (59 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

61 lines (59 loc) · 2.02 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[5.0.2] - 26-02-2025

  • Laravel 12 compatibility
  • Update phpunit configuration

[5.0.1] - 13-03-2024

  • Laravel 11 compatibility

[5.0.0] - 01-05-2023

Changed

  • Laravel 10 compatibility
  • Remove old travis config and replace with GH actions

[4.0.1] - 14-02-2022

Changed

  • Laravel 9 compatibility
  • PHP 8 support

[4.0.0] - 13-10-2020

Changed

  • Laravel 8.0 compatibility
  • PHP 7.3+ required

[3.0.3] - 26-03-2020

Changed

  • Laravel 7.0 compatibility

[3.0.2] - 22-10-2019

Changed

  • Laravel 6.0 compatibility

[3.0.1] - 10-03-2019

Changed

  • Laravel 5.8 tests

[3.0.0] - 27-05-2018

BREAKING CHANGES, PLEASE SEE DOCUMENTATION

Added

  • Groups - groups of messages can now be created
  • Group Helper Functions - width(), classes(), position(), max() and reverse()
  • Message Helper Functions - duration() and speed()
  • Vue component npm package created to remove need for excess code/instructions laralabs-vue-toaster
  • @toastcomponent blade directive to echo component markup into view
  • 'toast_stagger' config option - stagger message duration using the 'toast_lifetime' and 'toast_interval' config options

Changed

Removed

  • expires() function.
  • 'js_namespace' config option removed, namespace will always be 'toaster'

[2.0.1] - 29-01-2018

Changed

  • composer.json updated to fix packagist

[2.0.0] - 19-09-2017

Added

  • Support for using redirect()
  • @toaster blade directive

Changed

  • Unit tests altered to reflect changes

Removed

  • toast() function no longer needed
  • 'bind_js_vars_to_this_view' config option

[1.1.0] - 12-09-2017

Added

  • update() function to mass update previous message properties
  • Unit Tests