3.0.0
Breaking Changes!
- Minimum PHP version is now 7.3.
- Function
flash()
is now namespaced:Tamtamchik\NameCase\flash
.
Added
- Halfmoon alerts added.
- New optional property for framework for display method.
flash()->display(..., Templates::TAILWIND)
- Shortcut methods for displaying alerts with framework templates:
flash()->displayBootstrap(...)
flash()->displayFoundation(...)
flash()->displayBulma(...)
flash()->displayMaterialize(...)
flash()->displayTailwind(...)
flash()->displayPrimer(...)
flash()->displayUikit(...)
flash()->displaySemantic(...)
flash()->displaySpectre(...)
flash()->displayHalfmoon(...)
Deprecated
flash()->hasMessages(...)
is deprecated. Useflash()->some(...)
instead.
Full Changelog: 2.0.1...3.0.0