Skip to content

4.0.0

Compare
Choose a tag to compare
@rawilk rawilk released this 29 Mar 14:12
1eb16ad

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)