Releases: forxer/blade-ui-kit-bootstrap
Releases · forxer/blade-ui-kit-bootstrap
0.14.3
- Experimental : added dedicated views for action button components (only for Boostrap 5 first)
- Various consolidations
Full Changelog: 0.14.2...0.14.3
0.14.2
- Fixed "Disabled" and "Enabled" action buttons
- Experimental : added
$startContent
and$endContent
properties to button components
Full Changelog: 0.14.1...0.14.2
0.14.1
Maintenance
Full Changelog: 0.14.0...0.14.1
0.14.0
Added all_forms_with_novalidate
global configuration value
Full Changelog: 0.13.1...0.14.0
0.13.1
Small typos
Full Changelog: 0.13.0...0.13.1
0.13.0
Add support for Laravel 11
Full Changelog: 0.12.2...0.13.0
0.12.2
Fixed "Logout" translation
Full Changelog: 0.12.1...0.12.2
0.12.1
Fixed "Logout" translation
Full Changelog: 0.12.0...0.12.1
0.12.0
- Added
BootstrapVersion
enum - Added
size
,lg
andsm
properties to buttons - Added
hide-text
property to buttons for future features... - Added new "Action buttons" components:
- Preview button
- Move up button
- Move down button
- Enable button
- Disable button
- Enabled button
- Disabled button
- Renamed
button.blade.php
views tosimple-button.blade.php
- Rewrote all button component class constructor signatures
- Replaced the native PHP function
ucfirst()
with the Laravel methodStr::ucfirst()
to support multi-byte strings
Full Changelog: 0.11.1...0.12.0
0.11.1
Default all_buttons_outline
config value to false
Full Changelog: 0.11.0...0.11.1