Releases: plone/volto
Releases · plone/volto
2.1.0
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
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
Added
- Fix npm package generation @sneridagh
1.9.0
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
Changes
- Several CSS fixes @sneridagh
- Add several icons @sneridagh
1.8.2
1.8.1
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
1.7.0
1.6.1
Changes
- Fix a regression on the add tile button alignment @sneridagh