React Page Versions Save

Next-gen, highly customizable content editor for the browser - based on React and written in TypeScript. WYSIWYG on steroids.

v5.4.4

1 year ago

5.4.4 (2023-04-26)

Bug Fixes

  • Properly render component type for custom options (#1291) (2463f83)

v5.4.3

1 year ago

5.4.3 (2023-02-17)

Bug Fixes

  • sometimes slate does not proper update (1e145fc)

v5.4.2

1 year ago

5.4.2 (2023-02-13)

Bug Fixes

  • useDebouncedCellData does not partially update and instead does a full data update (0273dd5)

v5.4.1

1 year ago

5.4.1 (2023-02-06)

Bug Fixes

v5.4.0

1 year ago

5.4.0 (2023-02-02)

Bug Fixes

  • slate: slate loses some updates / keystrokes (#1275) (b593744)

Features

  • disable showing errors in cells, you can turn on the old bhavior with shouldShowErrorInCells: false, (#1276) (110f212)

v5.3.11

1 year ago

5.3.11 (2023-01-27)

This latest release fixes a problematic bug with language switching, where one language might have overwritten another language.

We also switched from travis to github actions, since travis was unreliable.

v5.3.10

1 year ago

5.3.10 (2023-01-27)

v5.3.0

1 year ago

5.3.0 (2022-11-30)

Bug Fixes

  • insert button not looking correctly on windows (8e03993)

Features

v5.2.0

1 year ago

5.2.0 (2022-11-03)

Bug Fixes

  • warning about _customComponent (a287f45)

Features

  • uniforms controls: Content in controls have now more props to work with (ef0343e)

v5.1.7

1 year ago

5.1.7 (2022-11-01)

this release fixes various problems with slate "void" plugins. These are slate plugins / elements that have no content, e.g. image-blocks.

Bug Fixes

  • void elements may throw "Cannot resolve a DOM node from Slate node". (6cccacf)