Skip to content

Releases: plone/volto

3.0.2

10 May 18:33
3284b4c
Compare
Choose a tag to compare

Changes

3.0.1

10 May 10:21
183d154
Compare
Choose a tag to compare

Changes

  • Small fix for a missplacement of the hooks plugin in .eslintrc @sneridagh

3.0.0

10 May 09:07
fe231af
Compare
Choose a tag to compare

Added

  • Upgrade to Razzle 3 @sneridagh
  • contact-form view @cekk
  • Add cypress setup for both Plone and Guillotina @sneridagh
  • Update SelectWidget and ArrayWidget and related vocabularies actions/reducers
    for the breaking changes in plone.restapi 4.0.0 @davisagli @sneridagh
  • Expose request on the promise returned by the api helper @csenger

Changes

  • Several dependencies upgraded @sneridagh
  • Fix image of Hero Tile for images in private containers @sneridagh
  • Remove enforcement of JSdocs in Volto ESlint rules @sneridagh
  • Remove RobotFramework tests in favor of the cypress ones @sneridagh
  • Updated docs to highlight some code changes @pigeonflight

2.1.3

17 Apr 09:53
e8b6536
Compare
Choose a tag to compare

Changes

  • Update api folder to Plone 5.2 and Python3, update the whole story @sneridagh

2.1.2

16 Apr 16:02
7cea0fd
Compare
Choose a tag to compare

Changes

  • Fixed issue where it was not possible to click into the title tile above the
    small red bar at the beginning of the line in some browsers. @jackahl
  • Docs content editing. @esteele
  • Fix the folder_contents view component bby preventing the SearchableText be
    empty if you haven't typed anything in the filter fields yet. This is caused
    by the new ZCatalog in Zope 4. @sneridagh

2.1.1

04 Apr 15:55
7ab8b89
Compare
Choose a tag to compare

Changes

  • Improved search action, now it supports passing directly the arrayed values
    and it converts it to Plone's query syntax @sneridagh

  • Added depth argument to the navigation action, to match the @navigation
    endpoint feature @sneridagh

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