Skip to content

Releases: rawilk/laravel-form-components

v8.1.4

10 Jul 12:43
3ad7b7a
Compare
Choose a tag to compare

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

24 May 18:51
69d76e1
Compare
Choose a tag to compare

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

13 Apr 20:24
83595c6
Compare
Choose a tag to compare

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

31 Mar 14:47
7c4bd87
Compare
Choose a tag to compare

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

27 Mar 18:32
6b02836
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.4...v8.1.0

v8.0.4

23 Mar 12:42
0e9be2a
Compare
Choose a tag to compare

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

22 Mar 17:55
770e49a
Compare
Choose a tag to compare

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

22 Mar 12:44
2b0a64b
Compare
Choose a tag to compare

What's Changed

  • Fix styling for inline form groups

Full Changelog: v8.0.1...v8.0.2

v8.0.1

21 Mar 12:55
6c53c53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.0...v8.0.1

v8.0.0

17 Mar 15:23
a0e6225
Compare
Choose a tag to compare

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

Full Changelog: v7.1.6...v8.0.0