Releases: forxer/blade-ui-kit-bootstrap
Releases · forxer/blade-ui-kit-bootstrap
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
0.11.0
- Renamed
Button
component toSimpleButton
- Added
outline
property to buttons, with possibility of global configuration and associatedno-outline
property - Added
confirm
,confirmId
andformId
properties toSimpleButton
components - Added
type
property toFormButton
andSimpleButton
components - Added new "Action buttons" components:
- Show button
- Restore button
- Back button
- Save button
- Archive button
- Archives button
- Recycle Bin button
- Added missing "Simple Button" view for Bootstrap 4
- Fixed alloweb button variants
Full Changelog: 0.10.0...0.11.0
0.10.0
- Added
text
andvariant
properties toFormButton
andLinkButton
components - Added
confirmId
property toLinkButton
component - Added "Simple Button" component
- Added first "Action buttons" components:
- Create button
- Edit button
- Delete button
- Destroy button
- The "logout" button becomes an "Action button"
- Renamed confirm modal data attributes
- Fixed button tooltip for
title
property in Bootstrap 5
Full Changelog: 0.9.1...0.10.0
0.9.1
- Input value could be null
- Fix doc URLs
Full Changelog: 0.9.0...0.9.1
0.9.0
- Moved documentation in
/docs
directory - Added
title
,confirm
anddisabled
properties to theFormButton
component - Added
LinkButton
component - Added
Text
input component - Renamed
HasFormMethod
trait toFormMethod
- Inherited views for child components
Full Changelog: 0.8.4...0.9.0
0.8.4
Updated QA tools
Full Changelog: 0.8.3...0.8.4
0.8.3
- Removed CRSF token on form with GET method
- Removed textarea rows attribute
- Enhanced strict type declarations
Full Changelog: 0.8.2...0.8.3