Skip to content

Releases: rawilk/laravel-form-components

4.0.5

31 Mar 14:21
abf5e90
Compare
Choose a tag to compare

Fixed

  • Prevent custom select placeholder being rendered twice

4.0.4

31 Mar 12:33
ad776dd
Compare
Choose a tag to compare

Fixed

  • Fix next/previous month button styling on flatpickr

4.0.3

30 Mar 20:20
edb5a16
Compare
Choose a tag to compare

Fixed

  • Fix issue with date-picker toggle icon trying to render for a false value
  • Fix minor styling issues with flatpickr

4.0.2

30 Mar 16:29
5a9d944
Compare
Choose a tag to compare

Fixed

  • Fix issue with inputs that have no leading addons having no border radius

4.0.1

30 Mar 16:21
Compare
Choose a tag to compare

Fixed

  • Fix border radius issue with inputs that have leading addons
  • Fix width issue for leading addons

4.0.0

29 Mar 14:12
1eb16ad
Compare
Choose a tag to compare

Changed

  • Inline most tailwind class names on form components
  • Remove majority of styles from stylesheet
  • Change styling from sass to css/postcss
  • Enable border by default on <x-form-group> when it is inline and not the first child in a container
  • Enable margins on <x-form-group> by default
  • Change how <x-custom-select> "scrolls" to each option
  • Switch any icons rendered with svg() helper to be rendered with <x-dynamic-component /> blade component instead

Added

  • Add ability to specify grid columns on <x-checkbox-group> component (when inline)
  • Add $optional and $hint attributes to <x-form-group> component

Removed

  • Remove $fixedPosition prop from <x-custom-select>

Fixed

  • Fix array to string conversion error on textarea when no value is passed in to it
  • Prevent $wire from breaking <x-custom-select> when not used in a livewire component
  • <x-custom-select> will now position itself correctly and will not require the fixed-position prop anymore (requires Popper.js)
  • Add missing translations to form-components translation file
  • Render timezone-select with correctly when using a component name prefix (#16)

3.1.1

01 Mar 15:13
Compare
Choose a tag to compare

Fixed

  • Prevent inputs from rendering the string [] when name is omitted

3.1.0

24 Feb 14:34
Compare
Choose a tag to compare

Added

  • Add extra-attributes property to inputs to allow more options for attribute forwarding

3.0.6

22 Feb 16:07
Compare
Choose a tag to compare

Fixed

  • Stop using strict comparison for finding a "selected" option in select component (#11)

3.0.5

03 Feb 15:04
Compare
Choose a tag to compare

Fixed

  • Fix bug with multiple custom select "selectedOption" not updating correctly and throwing JS errors