v8.0.0
What's Changed
- Laravel 10 support by @magarrent in #73
- Structure updates by @rawilk in #74
- NPM: Bump @babel/core from 7.20.12 to 7.21.0 by @dependabot in #80
- Config/component update by @rawilk in #81
- Bump creyD/prettier_action from 3.0 to 4.3 by @dependabot in #78
- Bump actions/checkout from 2 to 3 by @dependabot in #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
- @magarrent made their first contribution in #73
- @dependabot made their first contribution in #80
Full Changelog: v7.1.6...v8.0.0