Skip to content

Releases: plone/volto

2.1.0

02 Apr 08:32
5eaa7d5
Compare
Choose a tag to compare

Added

  • Added specific onMutateTile for solely use of the Text tile when it mutates
    to another type of tile. This prevents onChangeTile do one thing that it was
    not designed lifting responsibilities from it. @sneridagh
  • Added detached mode for the text tile so it will be able to render outside
    the Volto editor without all the tile mutation machinery and the keyboard
    handlers. @sneridagh

Changes

  • Small improvements to the internal tile api @sneridagh
  • Fix for tiles having dialog box ENTER key captured by global tile onKeyDown
    handler, then creating a tile instead of the intended behavior. @sneridagh
  • Fix small CSS and import issues @sneridagh
  • Fix Invalid Redraft object warning on console @sneridagh

2.0.0

25 Mar 20:50
933858a
Compare
Choose a tag to compare

Added

  • Tiles refactor, move keyboard listeners and Trash icon to Tiles HOC
    @sneridagh
  • Fix tiles navigation via cursors on all available tiles @sneridagh
  • Fix UX on HTML tile when navigating via cursors @sneridagh
  • Add ability to add new text tile via Enter key @sneridagh
  • Add create new text tile at the bottom on adding tiles @sneridagh
  • Improve general UX on tiles creation and focusing on creation @sneridagh

1.10.0

25 Mar 10:50
f5b643a
Compare
Choose a tag to compare

Added

1.9.0

25 Mar 10:24
79f64b6
Compare
Choose a tag to compare

Added

  • Upgraded to React 16.8 (the one with hooks) @sneridagh
  • Upgraded to the recent (at last) released react-redux 7.0beta.0, this release
    solves the performance issues with the new React context and leave them ready
    for the upcoming useRedux hook. This release supports the latest React 16.8.
    @sneridagh
  • Upgraded to the latest Router and react-router-config and other required
    upgrades. @sneridagh
  • Upgraded to latest redux-connect @sneridagh
  • Upgraded to latest razzle @sneridagh

1.8.3

21 Mar 18:04
c108dd3
Compare
Choose a tag to compare

Changes

1.8.2

21 Mar 08:34
6ed4b17
Compare
Choose a tag to compare

Changes

1.8.1

19 Mar 13:58
05e1c92
Compare
Choose a tag to compare

Changes

  • Fix hero tile View styling, add definitive icon @sneridagh
  • Fix the trash icon on the tiles that was displaced by other change @sneridagh

1.8.0

15 Mar 09:34
bbd8c39
Compare
Choose a tag to compare

Added

Changes

1.7.0

03 Mar 20:47
c8b5f35
Compare
Choose a tag to compare

Added

Changes

  • Fix image float/left right on image tile @timo

1.6.1

01 Mar 22:38
df966a5
Compare
Choose a tag to compare

Changes

  • Fix a regression on the add tile button alignment @sneridagh