Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@tamtamchik tamtamchik released this 26 Jan 15:49
· 4 commits to master since this release

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. Use flash()->some(...) instead.

Full Changelog: 2.0.1...3.0.0