Skip to content

Releases: joelwmale/livewire-quill

4.1.0

04 Mar 00:01
0acbebc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

v4.0.0

31 Jan 06:56
Compare
Choose a tag to compare

What's Changed

  • Fix: multiple quill components per page
  • Add: placeholder settings
  • Add: configuration to set default classes to be shared across all livewire quill instances
  • Add: configuration to set default toolbars to be shared across all livewire quill instances (this can be turned off instance specific)
  • Fix: moves js and css into the project

Upgrading

If upgrading from v3 you will need to make sure you publish the assets, as mentioned in the README.

Full Changelog: 3.0.2...4.0.0

3.0.3

14 Jan 05:23
Compare
Choose a tag to compare

What's Changed

  • Feature: Support multiple quill instances on a single page by @joelwmale in #16

Full Changelog: 3.0.2...3.0.3

3.0.1

03 Sep 08:29
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 by @dependabot in #10
  • Add tests by @joelwmale
  • Livewire v3.5 support

Full Changelog: 3.0.0...3.0.1

3.0.2

21 Nov 00:43
Compare
Choose a tag to compare

What's Changed

  • Better Livewire 3 support

Full Changelog: 3.0.1...3.0.2

3.0.0

03 Sep 07:57
80d3b2d
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #5
  • build(deps): bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #8
  • Laravel 11 by @joelwmale in #12

Full Changelog: 2.0.0...3.0.0

2.0.0

23 Nov 02:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...2.0.0

1.0.2

21 Jul 23:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

13 Jun 07:20
Compare
Choose a tag to compare

What's Changed

  • Fixed quill libraries not being loaded by @joelwmale

Full Changelog: 1.0.0...1.0.1

1.0.0

13 Jun 04:24
2274ce8
Compare
Choose a tag to compare

What's Changed

  • Initial release

New Contributors