Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 664 Bytes

CHANGELOG.md

File metadata and controls

43 lines (26 loc) · 664 Bytes

Changelog

1.2.0 - 2023-03-27

added

  • PHP 8.2 & Laravel 10 support

1.0.4 - 2022-02-22

added

  • php8.1 & Laravel9 support

1.0.3 - 2021-05-16

added

  • config publishable for bootstrap 4 | 5 theme

1.0.2 - 2021-05-05

fixed

  • notification clear on wire:loading

added

  • helper methods for different alert messages
$this->info('your message');	// support `info` `warning` `success` `danger`

1.0.1 - 2021-05-02

Changed

  • _openModal support modal size as last param e.g. _openModal("foo", "sample-form", [], "sm")

Fixed

  • alert notification not showing fixed

1.0.0 - 2021-05-01

  • initial release