Releases: plone/volto
Releases · plone/volto
3.2.0
Added
- Add toast component @sneridagh
Changes
- Workflow change awareness on toolbar @robgietema
- Fix link popup in case you dismiss it without setting anything @sneridagh
- Small UX/UI fixes @sneridagh
3.1.0
Added
- Upgrade to react-redux 7.1. It includes the new official hooks for Redux
@sneridagh - Make Login Route accessible from anywhere in path url @nileshgulia1
Changes
- Fix basic tiles classes @rodfersou
- Fix video alignment @sneridagh
Internal
- Upgrade handlebars to 4.1.2 @timo
- Upgrade js-yaml to 3.13.3 @timo
- Upgrade Plone api folder to 5.2rc3 @sneridagh
- Fixes for image/file fields widgets for Guillotina @sneridagh
- Fixes for Cypress Guillotina tests @sneridagh
3.0.4
3.0.3
Internal
- Use eslint-config-react-app instead of airbnb + custom config for linting @timo
- More eslint fixes for avoiding parsing errors on decorators @sneridagh
- Add 'prettier' command to check if there are any missing prettier fixes @timo
- Run 'prettier' on Travis and fail the build if there are missing prettier fixes @timo
- Add 'prettier:fix' command to fix all missing prettier fixes at once @timo
- Run 'prettier:fix' once and commit all fixes @timo
- Fix the most important violations reported with the new config @sneridagh
3.0.2
Changes
- Re-add babel-eslint because of the decorators @sneridagh
- Upgrade eslint-config-airbnb @sneridagh
3.0.1
Changes
- Small fix for a missplacement of the hooks plugin in .eslintrc @sneridagh
3.0.0
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
Changes
- Update api folder to Plone 5.2 and Python3, update the whole story @sneridagh
2.1.2
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
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