Releases: forxer/blade-ui-kit-bootstrap
Releases · forxer/blade-ui-kit-bootstrap
0.24.0
0.23.1
Replace all "modal-confirm" by "confirm-modal"
Full Changelog: 0.23.0...0.23.1
0.23.0
Added <span class="btn-text">
on button text
Full Changelog: 0.22.0...0.23.0
0.22.0
- Added
<x-btn-copy />
action button component - The shared button code has been put into Blade partials
Full Changelog: 0.21.0...0.22.0
0.21.0
- The
href
attribute of link buttons is not mandatory - Added
<x-btn-email />
action button component - Added
<x-btn-phone />
action button component - Added
<x-btn-website />
action button component - Documentation fixes and improvements
Full Changelog: 0.20.1...0.21.0
0.20.1
Forms : @csrf
and @method
only when needed
Full Changelog: 0.20.0...0.20.1
0.20.0
- Added
variant
property to "modal components" - Added
outline
property to "modal components", with possibility of global configuration and associatedno-outline
property - Added
confirmVariant
property to "button components"
Full Changelog: 0.19.2...0.20.0
0.19.2
Inversion of method invocation: onConstructing()
before initAttributes()
Full Changelog: 0.19.1...0.19.2
0.19.1
Inverting modal buttons
Full Changelog: 0.19.0...0.19.1
0.19.0
- Added
<x-form-modal />
component - Renamed from
<x-modal-confirm />
to<x-confirm-modal />
- Added
<x-btn-modal-confirm-yes />
and<x-btn-modal-confirm-no />
action buttons for confirm modal component - Added
confirmTitle
attribute to button components - Added
<x-btn-cancel />
action button component - Refactored confirm modal component views
Full Changelog: 0.18.0...0.19.0