Skip to content

Releases: tamtamchik/simple-flash

3.0.0

26 Jan 15:49
Compare
Choose a tag to compare

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

2.0.1

28 Dec 10:05
Compare
Choose a tag to compare

Added

  • PHP 8 support.

2.0.0

11 Mar 17:40
Compare
Choose a tag to compare

Breaking Change!

  • Only latest versions of the frameworks are now supported.
  • Discontinued support for:
    • Bootstrap 3
    • Foundation 5
    • UIKit 2
    • Siimple 1 & Siimple 2
  • Templates::BASE now points to Templates::BOOTSTRAP (version 4).
  • Renamed presets:
    • Templates::BOOTSTRAP_4Templates::BOOTSTRAP
    • Templates::FOUNDATION_6Templates::FOUNDATION
    • Templates::UIKIT_3Templates::UIKIT
    • Templates::SEMANTIC_2Templates::SEMANTIC
    • Templates::SIIMPLE_3Templates::SIIMPLE
  • Renamed classes:
    • src/Templates/Bootstrap4Template.phpsrc/Templates/BootstrapTemplate.php
    • src/Templates/Foundation6Template.phpsrc/Templates/FoundationTemplate.php
    • src/Templates/Semantic2Template.phpsrc/Templates/SemanticTemplate.php
    • src/Templates/Uikit3Template.phpsrc/Templates/UikitTemplate.php
    • src/Templates/Siimple3Template.phpsrc/Templates/SiimpleTemplate.php
  • Removed classes:
    • src/Templates/Bootstrap3Template.php
    • src/Templates/Foundation5Template.php
    • src/Templates/Uikit2Template.php
    • src/Templates/Siimple2Template.php
    • src/Templates/SiimpleTemplate.php

Changed

  • All framework templates updated to be compatible with latest versions of frameworks.

Added

Updates and new frameworks

04 Sep 13:49
Compare
Choose a tag to compare

Updated bundled libs

05 Apr 09:03
Compare
Choose a tag to compare
  • Added UiKit 3 (beta 19)
  • Added Siimple 2

Bulma Invasion

21 Dec 16:26
Compare
Choose a tag to compare
1.2.3

Added Bulma.io template

Fixed Bootstrap 4 template

10 May 13:33
Compare
Choose a tag to compare
1.2.2

ribbon added

Siimple Alerts added

25 Apr 14:23
Compare
Choose a tag to compare

Removed Interface

19 Mar 10:57
Compare
Choose a tag to compare

removed FlashInterface

Templates

13 Mar 15:54
Compare
Choose a tag to compare

Templates added.

More information in README.md