Releases: portavice/bladestrap
Releases · portavice/bladestrap
Version 1.3.0
Version 1.2.0
Version 1.1.1
Fixed
- Display of error messages for checkboxes and radios whose name is not an array (#11)
- Make
Portavice\Bladestrap\Support\Options
countable to correct$loop->last
in Blade and display of error messages for checkboxes and radios (#11) - Set the correct value of form fields if the value was emptied or unchecked before submission with validation errors (don't prefill with the previous value currently in the database, but with the empty one submitted) (#11)
Version 1.1.0
Version 1.0.0
- Components for alerts with support for variants and dismissible
- Components for badges with background variants from Bootstrap 5.3
- Components for breadcrumb containers and items
- Components for buttons and button-like links with support for variants and active/disabled styling,
button groups and toolbars - Components for dropdown buttons (with different directions), headers, and items
- Components for forms and their fields
- Support all types of
<input>
s,<textarea>
, and<select>
- Set HTML attributes (e.g. classes or data attributes) for options of
<input type="checkbox">
,<input type="radio">
, and<select>
: - Allow HTML for labels of
<input type="checkbox">
and<input type="radio">
- Prefill values with old values or from query parameters
- Show feedback in case of errors
- Support all types of
- Components for colored links with support for opacity
- Components for list groups with support for flush style
and list items with support for variants and active/disabled styling - Auto-registration within Laravel applications
- Guide how to use Bladestrap in an application with Blade views, but without Laravel