Rawilk Laravel Form Components Versions Save

Form components built for Tailwind & Livewire.

v8.1.4

10 months ago

What's Changed

Full Changelog: https://github.com/rawilk/laravel-form-components/compare/v8.1.3...v8.1.4

v8.1.3

11 months ago

What's Changed

Full Changelog: https://github.com/rawilk/laravel-form-components/compare/v8.1.2...v8.1.3

v8.1.2

1 year ago

What's Changed

Full Changelog: https://github.com/rawilk/laravel-form-components/compare/v8.1.1...v8.1.2

v8.1.1

1 year ago

What's Changed

  • Bump up custom-select z-index to 30 by default
  • Make custom-select z-index configurable via the css variable --custom-select-menu-z-index

Full Changelog: https://github.com/rawilk/laravel-form-components/compare/v8.1.0...v8.1.1

v8.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/rawilk/laravel-form-components/compare/v8.0.4...v8.1.0

v8.0.4

1 year ago

What's Changed

  • Ensure a value is always rendered onto checkbox/radios if one is set

Full Changelog: https://github.com/rawilk/laravel-form-components/compare/v8.0.3...v8.0.4

v8.0.3

1 year ago

What's Changed

  • Prevent textarea from resizing when hidden
  • Prevent false positives for "has children" checks on select options when an empty collection is used for children

Full Changelog: https://github.com/rawilk/laravel-form-components/compare/v8.0.2...v8.0.3

v8.0.2

1 year ago

What's Changed

  • Fix styling for inline form groups

Full Changelog: https://github.com/rawilk/laravel-form-components/compare/v8.0.1...v8.0.2

v8.0.1

1 year ago

What's Changed

Full Changelog: https://github.com/rawilk/laravel-form-components/compare/v8.0.0...v8.0.1

v8.0.0

1 year ago

What's Changed

  • Laravel 10 support by @magarrent in https://github.com/rawilk/laravel-form-components/pull/73
  • Structure updates by @rawilk in https://github.com/rawilk/laravel-form-components/pull/74
  • NPM: Bump @babel/core from 7.20.12 to 7.21.0 by @dependabot in https://github.com/rawilk/laravel-form-components/pull/80
  • Config/component update by @rawilk in https://github.com/rawilk/laravel-form-components/pull/81
  • Bump creyD/prettier_action from 3.0 to 4.3 by @dependabot in https://github.com/rawilk/laravel-form-components/pull/78
  • Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/rawilk/laravel-form-components/pull/75
  • Dark mode support added
  • Custom Tailwind plugin to support different colors for switch-toggle added
  • JS assets built using Rollup now
  • Directives @fcScripts and @fcStyles removed
  • Directive @fcJavaScript renamed to @fcScripts
  • Self-closing tag <fc:scripts /> added as an alternative to @fcScripts
  • New TimeZoneRegionEnum added
  • TimeZoneRegion support class deprecated
  • Added CSS variables for common input styling modifications
  • Simplified component markup by moving Tailwind CSS classes to external CSS
  • Revamped JavaScript for custom-select, tree-select, date-picker, quill, and filepond components
  • Added support for automatically resizing textareas
  • Added $customSelect, $customSelectOption, $treeSelect, $treeSelectOption, and $datePicker alpine magic properties
  • Changed file-upload component to use a native file input instead of custom button
  • Added support for native progress bar for file-upload progress
  • Changed form group labels to automatically find and focus custom-select and quill inputs within the form group with no custom configuration now
  • Added a new defaults config key for common settings to modify on components
  • Removed support for automatically pulling in 3rd-party cdn assets
  • Added new trailingInlineAddon to addons
  • Removed PublishCommand
  • Changed up how JavaScript options and callbacks are defined for components like quill, filepond and date-picker

New Contributors

Full Changelog: https://github.com/rawilk/laravel-form-components/compare/v7.1.6...v8.0.0