React Page Versions Save

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

v5.0.2

1 year ago

5.0.2 (2022-07-13)

Bug Fixes

  • tabs in legacy background plugin not working (c92e430)

v5.0.1

1 year ago

5.0.1 (2022-07-06)

Bug Fixes

v5.0.0

1 year ago

5.0.0 (2022-06-24)

This release uses material-ui version 5, now called MUI https://mui.com/. Its no longer a peer dependency, but instead a direct dependency, so you can safely remove material-ui 4 from your package.json (unless you use it in your app of course.

We also added support to easily override the default theme of react-page. Check this example

One notable change is that the bottom-toolbar for rich-text editing now uses the default (bright) theme and no longer a dark variant. Reason was consistency and to make it easier to override the theme.

upgrade instructions

  • remove @material-ui/core, @material-ui/icons and @material-ui/style from your project if you don't use it elsewhere
  • should you use @material-ui (version 4) elsewhere please read this
  • bump versions of react-page dependencies
  • we use the default theme from @mui which is slightly different than @material-ui (4) default theme. if you want to adjust the theme Check this example

Features

BREAKING CHANGES

  • design is a bit different. There might be problems if your app uses material-ui 4 (@material-ui). Please check the docs if you are using material-ui 4

v5.0.0-beta.2

1 year ago

5.0.0-beta.2 (2022-06-21)

v4.11.1

2 years ago

4.11.1 (2022-06-02)

v5.0.0-beta.1

2 years ago

5.0.0-beta.1 (2022-05-24)

Features

BREAKING CHANGES

  • design is a bit different. There might be problems if your app uses material-ui 4 (@material-ui).

v4.11.0

2 years ago

4.11.0 (2022-05-17)

Bug Fixes

  • autoform: showIf does not work if custom component is specified (#1189) (629f528)
  • typescript: not compatible with strict mode (#1105) (8a5ee2d)
  • undo broken in slate (ed7d2b8)

Features

  • make move buttons more subtle (6dafa39)
  • slate: update slate to latest version (#1184) (40342ef)

v4.11.0-beta.1

2 years ago

4.11.0-beta.1 (2022-05-16)

Bug Fixes

  • autoform: showIf does not work if custom component is specified (#1189) (629f528)
  • typescript: not compatible with strict mode (#1105) (8a5ee2d)
  • undo broken in slate (ed7d2b8)

Features

  • make move buttons more subtle (6dafa39)
  • slate: update slate to latest version (#1184) (40342ef)

v4.10.0-beta.4

2 years ago

4.10.0-beta.4 (2022-05-16)

Bug Fixes

v4.10.0-beta.3

2 years ago

4.10.0-beta.3 (2022-05-14)

Features

  • make move buttons more subtle (6dafa39)