Skip to content

Releases: rawilk/laravel-form-components

v7.1.7

06 Mar 13:46
Compare
Choose a tag to compare

What's Changed

  • Add Laravel 10.x support

Full Changelog: v7.1.6...v7.1.7

v7.1.6

20 Oct 18:08
34b3d4e
Compare
Choose a tag to compare

Fixed

  • Fix css minification issue in custom-select.css

Full Changelog: v7.1.5...v7.1.6

v7.1.5

24 Aug 15:57
86bbef9
Compare
Choose a tag to compare

Updated

  • Update blade heroicon references for v2

v7.1.4

24 Aug 15:36
51e3cc5
Compare
Choose a tag to compare

Updated

  • Update blade heroicon references for v2

v7.1.3

30 Mar 18:04
e784e5d
Compare
Choose a tag to compare

Fixed

  • Prevent checkbox/radios from emitting the input event in custom selects to prevent it interfering with their toggle handlers on each option

Full Changelog: v7.1.2...v7.1.3

v7.1.2

29 Mar 14:49
c35f9b6
Compare
Choose a tag to compare

Fixed

  • Provide better x-model support for switch-toggle component
  • Defer to \Illuminate\Support\Js::from() for setting on/off values for switch-toggle component

Full Changelog: v7.1.1...v7.1.2

v7.1.1

25 Mar 20:01
6978a4c
Compare
Choose a tag to compare

Updated

  • Add text alignment dropdown to quill editor toolbar by default

Full Changelog: v7.1.0...v7.1.1

v7.1.0

25 Mar 19:45
20a3148
Compare
Choose a tag to compare

Added

  • Add Quill Rich Text Editor component - #53

Updated

  • Update vendor cdn versions in config

Full Changelog: v7.0.6...v7.1.0

v7.0.6

16 Mar 14:11
478f276
Compare
Choose a tag to compare

Fixed

  • Prevent JavaScript errors on custom select when calling .some on non-arrays

v7.0.5

22 Feb 17:47
8ae6641
Compare
Choose a tag to compare

Fixed

  • Handle null value updates better when a browser event is emitted to custom select components