Skip to content

Releases: react-page/react-page

v5.4.4

26 Apr 08:02
2463f83
Compare
Choose a tag to compare

5.4.4 (2023-04-26)

Bug Fixes

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

v5.4.3

17 Feb 16:03
Compare
Choose a tag to compare

5.4.3 (2023-02-17)

Bug Fixes

  • sometimes slate does not proper update (1e145fc)

v5.4.2

13 Feb 08:00
Compare
Choose a tag to compare

5.4.2 (2023-02-13)

Bug Fixes

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

v5.4.1

06 Feb 17:30
3ef3395
Compare
Choose a tag to compare

5.4.1 (2023-02-06)

Bug Fixes

v5.4.0

02 Feb 16:22
110f212
Compare
Choose a tag to compare

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

27 Jan 14:10
Compare
Choose a tag to compare

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

27 Jan 13:55
Compare
Choose a tag to compare

5.3.10 (2023-01-27)

v5.3.0

30 Nov 13:06
d43aa38
Compare
Choose a tag to compare

5.3.0 (2022-11-30)

Bug Fixes

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

Features

v5.2.0

03 Nov 15:59
Compare
Choose a tag to compare

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

01 Nov 22:26
7d09101
Compare
Choose a tag to compare

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)