Skip to content

Latest commit

 

History

History
209 lines (113 loc) · 7.56 KB

CHANGELOG.md

File metadata and controls

209 lines (113 loc) · 7.56 KB

Changelog

All notable changes to filament-tiptap-editor will be documented in this file.

v2.6.5 - 2023-07-09

What's Changed

  • Chore: Update README.md by @pboivin in awcodes#132
  • Feat: Add refresh-tiptap-editors event handler by @pboivin in awcodes#135

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.6.4...v2.6.5

v2.6.4 - 2023-07-01

What's Changed

  • Feat: Add update-editor-content event handler by @pboivin in awcodes#129

New Contributors

  • @pboivin made their first contribution in awcodes#129

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.6.3...v2.6.4

v2.6.3 - 2023-06-28

What's Changed

  • Fix: standalone instructions and minor style tweaks by @awcodes in awcodes#127

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.6.2...v2.6.3

v2.6.2 - 2023-06-28

What's Changed

  • Fix text and background colors in dark mode by @atmonshi in awcodes#126

New Contributors

  • @atmonshi made their first contribution in awcodes#126

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.6.1...v2.6.2

v2.6.1 - 2023-06-27

What's Changed

  • Fix: helper text anchor tags in MediaAction by @awcodes in awcodes#125

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.6.0...v2.6.1

v2.6.0 - 2023-06-23

What's Changed

  • Better drop downs
  • Bubble Menu Support
  • Floating Menu Support
  • Grid Builder
  • Enhanced Color Picker
  • Enhanced Video with native support *see note below

‼️ New video extension has the potential to break videos. Please make sure to update your content to change any references of aspectWidth, aspectwidth, aspectHeight or aspectheight to data-aspect-width and data-aspect-height respectively.

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.5.0...v2.6.0

v2.5.0 - 2023-06-14

What's Changed

  • Feat: add blade output helper by @awcodes in awcodes#119

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.4.1...v2.5.0

v2.4.1 - 2023-06-04

What's Changed

  • Fix: use Livewire hook for reinitializing editor by @awcodes in awcodes#116

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.4.0...v2.4.1

v2.4.0 - 2023-05-31

What's Changed

  • Fix: vite facade not callable by @phpsa in awcodes#110
  • Chore: Remove hidden text input by @awcodes in awcodes#114

New Contributors

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.3.0...v2.4.0

v2.3.0 - 2023-05-27

What's Changed

  • Chore: add support for Curator with multiple images by @awcodes in awcodes#109

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.2.11...v2.3.0

v2.2.11 - 2023-05-12

What's Changed

  • Chore(deps): Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in awcodes#105
  • Fix: helperText on MediaAction alt field by @awcodes in awcodes#106
  • Fix: Multiple editors not switching to locale changes. by @awcodes in awcodes#107

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.2.10...v2.2.11

v2.2.10 - 2023-04-21

What's Changed

  • Fix: maxFileSize() method default value bug by @awcodes in awcodes#103
  • Feature: Add paragraph tool and heading level indicator by @awcodes in awcodes#104

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.2.9...v2.2.10

v2.2.9 - 2023-03-24

What's Changed

  • Chore(deps): Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in awcodes#98
  • Fix: error when clicking on details tool button by @hofey in awcodes#99

New Contributors

  • @hofey made their first contribution in awcodes#99

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.2.8...v2.2.9

v2.2.8 - 2023-03-17

What's Changed

  • Feature: allow resetting of media attributes by @awcodes in awcodes#97

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.2.7...v2.2.8

v2.2.7 - 2023-03-17

What's Changed

  • Fix: tool focus bug by @awcodes in awcodes#94
  • Fix: fullscreen height bug by @awcodes in awcodes#96

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.2.6...v2.2.7

v2.2.6 - 2023-03-08

What's Changed

  • Fix: translatable issues causing tool issues by @awcodes in awcodes#92

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.2.5...v2.2.6

v2.2.5 - 2023-03-07

What's Changed

  • Chore: make assets versionable for cache busting by @awcodes in awcodes#89
  • Feature: add max content option by @awcodes in awcodes#90

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.2.4...v2.2.5

v2.2.4 - 2023-03-05

What's Changed

  • Fix: default null state errors by @awcodes in awcodes#87
  • Fix: translation switching by @awcodes in awcodes#88

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.2.3...v2.2.4

v2.2.3 - 2023-02-28

What's Changed

  • Fix: default empty state check by @awcodes in awcodes#84
  • Chore(deps): Bump actions/checkout from 2 to 3 by @dependabot in awcodes#83

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.2.2...v2.2.3

v2.2.2 - 2023-02-24

What's Changed

  • Fix: RTL suppport for textAlign extension by @awcodes in awcodes#82

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.2.1...v2.2.2

v2.2.1 - 2023-02-22

What's Changed

  • Chore(deps): Bump actions/setup-node from 2 to 3 by @dependabot in awcodes#79
  • Fix: empty state width for focusing field by @awcodes in awcodes#80

New Contributors

  • @dependabot made their first contribution in awcodes#79

Full Changelog: https://github.com/awcodes/filament-tiptap-editor/compare/v2.2.0...v2.2.1