Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Releases: mikebronner/laravel-casts

0.5.8

27 Jun 00:28
Compare
Choose a tag to compare
0.5.8 Pre-release
Pre-release

Fixed

  • asset injection routine to have a less brittle check on request or response content.

0.5.7

25 Jun 17:31
Compare
Choose a tag to compare
0.5.7 Pre-release
Pre-release

Fixed

  • asset injection error on redirects.

0.5.6

22 Jun 01:27
Compare
Choose a tag to compare
0.5.6 Pre-release
Pre-release

Fixed

  • offset of submit button in bootstrap 4.

0.5.5

22 Jun 00:45
Compare
Choose a tag to compare
0.5.5 Pre-release
Pre-release

Fixed

  • framework detection from form options.

0.5.4

22 Jun 00:30
Compare
Choose a tag to compare
0.5.4 Pre-release
Pre-release

Fixed

  • checkboxes that are created without a label to use the name of the field as the label.

0.5.3

02 Jun 23:23
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release

Fixed

  • uppercased HTTP folder to capitalized Http.

0.5.2

02 Jun 17:14
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

Added

  • optional cancel button to submit button.

0.5.1

16 May 20:25
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

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 and create.

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

21 Mar 16:26
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

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

21 Mar 15:36
Compare
Choose a tag to compare
0.4.13 Pre-release
Pre-release

Added