Skip to content

Releases: FriendsOfTYPO3/visual_editor

1.4.1 Improve Visual Editor accessibility

30 Apr 12:41
Immutable release. Only release title and notes can be modified.
abd8e17

Choose a tag to compare

Improves accessibility across Visual Editor controls with labels, keyboard activation, focus styling, semantic roles, and localized accessibility texts. This makes editor actions easier to use with keyboards and assistive technologies, and adds README guidance about project-level accessibility responsibilities.

What's Changed

  • [TASK] add functional and unit test setup by @Kanti in #73
  • [TASK] improve visual editor accessibility by @Kanti in #74

Full Changelog: 1.4.0...1.4.1

1.4.0 Big Addition: Images are now editable

25 Apr 06:55
Immutable release. Only release title and notes can be modified.
e8e5c43

Choose a tag to compare

Images can now be edited by simply clicking on them:
grafik

What's Changed

  • [FEATURE] make images editable by @Kanti in #70
  • [BUGFIX] handle doktypes with option isViewable=false without breaking the editor by @cowboyxup in #72

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0 add FormEngine-style unsaved changes dialog

21 Apr 12:48
Immutable release. Only release title and notes can be modified.
5dd422b

Choose a tag to compare

What's Changed

  • [TASK] simplify ve-drag-handle by moving more logic into velocity-scroll.js by @Kanti in #67
  • [BUGFIX] handle DataHandler save errors without breaking the editor by @Kanti in #68
  • [FEATURE] add FormEngine-style unsaved changes dialog by @Kanti in #69

Full Changelog: 1.2.1...1.3.0

1.2.1

20 Apr 06:45
Immutable release. Only release title and notes can be modified.
eaced82

Choose a tag to compare

What's Changed

  • [BGUFIX] fix call to getGroupedRecords by @Kanti in #64

Full Changelog: 1.2.0...1.2.1

1.2.0 move away PageTree :)

17 Apr 13:47
Immutable release. Only release title and notes can be modified.
30d8a87

Choose a tag to compare

What's Changed

  • [TASK] Make hidden content elements easier to spot by @Kanti in #61
  • [FEATURE] remember the backend page tree state across editor reloads by @Kanti in #62
  • [TASK] Improve drag-scroll smoothness by @Kanti in #63

Full Changelog: 1.1.4...1.2.0

1.1.4 refines inline editing, drag behavior, and field visibility

16 Apr 07:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • [BUGFIX] allow trailing spaces while editing trimmed text by @Kanti in #54
  • [TASK] Prevent disallowed named arguments usage using phpstan by @Kanti in #55
  • [TASK] keep empty editable fields highlighted by @Kanti in #56
  • [BUGFIX] Try getParsedBody() before decoding request body stream by @Kanti in #57
  • [TASK] Hide fields that are emptied after blur by @Kanti in #58
  • [BUGFIX] only show the action bar when hovering the content element by @Kanti in #59
  • Auto-scroll page when dragging content elements in visual editor by @N0S0I in #60

New Contributors

  • @N0S0I made their first contribution in #60

Full Changelog: 1.1.3...1.1.4

1.1.3

09 Apr 15:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • [BUGFIX] generate editor preview URLs without workspace split compare by @Kanti in #52

Full Changelog: 1.1.2...1.1.3

1.1.2 Add an `optional` argument for `f:render.text`

09 Apr 07:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • [TASK] improve missing field handling in TextViewHelper by @Kanti in #48
  • [BUGFIX] update editMode TypoScript condition syntax by @Kanti in #50

Full Changelog: 1.1.1...1.1.2

1.1.1 fixes preview permissions and editor access in Visual Editor

07 Apr 08:15
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • [BUGFIX] respect preview access restrictions in visual editor by @Kanti in #44
  • [TASK] Fix rector changes by @Kanti in #47
  • [BUGFIX] allow non-admin editors to open the visual editor by @Kanti in #46

Full Changelog: 1.1.0...1.1.1

1.1.0 TCA validation for type=input

02 Apr 13:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • [FEATURE] add TCA validation support for editable text fields by @Kanti in #33
  • [BUGFIX] allow inline style attributes in mutated CSP policy by @Kanti in #35
  • [BUGFIX] stop loading RTE contents CSS into the visual editor frontend by @Kanti in #43

Full Changelog: 1.0.8...1.1.0