Releases: forxer/blade-ui-kit-bootstrap
Releases · forxer/blade-ui-kit-bootstrap
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