Releases: rawilk/laravel-form-components
Releases · rawilk/laravel-form-components
v8.1.4
What's Changed
- Scope md padding to a media query for native form selects so it's not overridden by the input padding right value
- NPM: Bump @babel/preset-env from 7.21.5 to 7.22.2 by @dependabot in #107
- NPM: Bump @babel/core from 7.21.8 to 7.22.1 by @dependabot in #108
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #109
- Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #110
- NPM: Bump @babel/preset-env from 7.22.2 to 7.22.4 by @dependabot in #112
- NPM: Bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0 by @dependabot in #113
- NPM: Bump @rollup/plugin-commonjs from 25.0.0 to 25.0.1 by @dependabot in #114
- NPM: Bump @babel/core from 7.22.1 to 7.22.5 by @dependabot in #115
- NPM: Bump @babel/preset-env from 7.22.4 to 7.22.5 by @dependabot in #116
- NPM: Bump @rollup/plugin-commonjs from 25.0.1 to 25.0.2 by @dependabot in #117
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #118
- NPM: Bump @babel/preset-env from 7.22.5 to 7.22.7 by @dependabot in #119
- NPM: Bump @babel/core from 7.22.5 to 7.22.8 by @dependabot in #120
Full Changelog: v8.1.3...v8.1.4
v8.1.3
What's Changed
- Add padding-right styling to native selects
- NPM: Bump @rollup/plugin-commonjs from 24.0.1 to 24.1.0 by @dependabot in #101
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #102
- NPM: Bump @babel/preset-env from 7.21.4 to 7.21.5 by @dependabot in #103
- NPM: Bump @babel/core from 7.21.4 to 7.21.5 by @dependabot in #104
- NPM: Bump @babel/core from 7.21.5 to 7.21.8 by @dependabot in #105
- NPM: Bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 by @dependabot in #106
Full Changelog: v8.1.2...v8.1.3
v8.1.2
What's Changed
- NPM: Bump @babel/core from 7.21.3 to 7.21.4 by @dependabot in #95
- NPM: Bump @babel/preset-env from 7.20.2 to 7.21.4 by @dependabot in #96
- NPM: Bump @rollup/plugin-node-resolve from 15.0.1 to 15.0.2 by @dependabot in #97
- Content Security Policy Support by @rawilk in #98
Full Changelog: v8.1.1...v8.1.2
v8.1.1
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: v8.1.0...v8.1.1
v8.1.0
What's Changed
- NPM: Bump fs-extra from 11.1.0 to 11.1.1 by @dependabot in #91
- Bump actions/stale from 7 to 8 by @dependabot in #92
- Provide better dark mode support by @rawilk in #93
Full Changelog: v8.0.4...v8.1.0
v8.0.4
What's Changed
- Ensure a value is always rendered onto checkbox/radios if one is set
Full Changelog: v8.0.3...v8.0.4
v8.0.3
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: v8.0.2...v8.0.3
v8.0.2
v8.0.1
What's Changed
- Bump creyD/prettier_action from 4.2 to 4.3 by @dependabot in #86
- Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in #87
- Bump actions/stale from 5 to 7 by @dependabot in #85
- Support simple array options in x-select by @rawilk in #89
Full Changelog: v8.0.0...v8.0.1
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