This repository was archived by the owner on Sep 23, 2024. It is now read-only.
Releases: mikebronner/laravel-casts
Releases · mikebronner/laravel-casts
0.5.8
Fixed
- asset injection routine to have a less brittle check on request or response content.
0.5.7
Fixed
- asset injection error on redirects.
0.5.6
Fixed
- offset of submit button in bootstrap 4.
0.5.5
Fixed
- framework detection from form options.
0.5.4
Fixed
- checkboxes that are created without a label to use the name of the field as the label.
0.5.3
Fixed
- uppercased
HTTP
folder to capitalizedHttp
.
0.5.2
Added
- optional cancel button to submit button.
0.5.1
Added
- specification of framework to be used to optionally be added in the form and any of the control directives.
- ability to enable or disable multi-selects in comboboxes.
- add combobox callbacks for
changeFunction
andcreate
.
Updated
- to be compatible with LaravelCollective/Html patch.
Fixed
- detection of multi-select drop-downs.
- file upload field.
- datetime pre-population and positioning and styling.
- subform selector.
- combobox preselect options.
0.5.0
Changed
- to specifying target CSS framework in a config file, rather than as a form attribute. This provides better availability of the setting, and is easier to maintain. This is a backwards-compatibility-breaking change.
0.4.13
Added
- @statictext component.