Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

44 lines (24 loc) · 1.63 KB

Changelog

v1.0.3 - 2024-04-18

What's Changed

  • fix: Implement support for multiple editors within a Livewire component by @dasundev in #9
  • fixed editor can not be used more than once by @muhammedjafer in #8

New Contributors

  • @dasundev made their first contribution in #9
  • @muhammedjafer made their first contribution in #8

Full Changelog: https://github.com/dasundev/livewire-quill-text-editor/compare/v1.0.2...v1.0.3

v1.0.2 - 2024-04-12

What's Changed

  • chore(deps): Bump livewire/livewire from 3.3.5 to 3.4.9 by @dependabot in #7

New Contributors

  • @dependabot made their first contribution in #7

Full Changelog: https://github.com/dasundev/livewire-quill-text-editor/compare/v1.0.1...v1.0.2

v1.0.1 - 2024-02-03

What's Changed

  • Allow null values instead of forcing a string by @pvdptje in #2
  • Fix to display the wire:model value on first load by @pvdptje in #3

New Contributors

  • @pvdptje made their first contribution in #2

Full Changelog: https://github.com/dasundev/livewire-quill-text-editor/compare/v1.0.0...v1.0.1

v1.0.0 - 2024-01-10

Initial release