Skip to content

Releases: plone/volto

3.2.6

19 Aug 11:47
6a4bb2e
Compare
Choose a tag to compare

Changes

  • Export history in start-client.jsx

3.2.5

04 Jul 15:35
499aebe
Compare
Choose a tag to compare

Changes

  • Fix bulk workflow change in contents view @sneridagh

3.2.4

03 Jul 15:10
f38095d
Compare
Choose a tag to compare

Changes

  • Add proper placeholder to the add link feature in the editor @sneridagh

3.2.3

02 Jul 17:53
2bd6814
Compare
Choose a tag to compare

Changes

  • Add proper unique id to all fields, based on the fieldset and field name @sneridagh

3.2.2

02 Jul 14:55
8eb6f43
Compare
Choose a tag to compare

Changes

  • Update connected-react-router and fix instantiation of the wrapper component
    to fix the sync problems with the router and the store @sneridagh
  • Fix remove link entity of only a part it only removes that part, not the
    whole entity @robgietema

3.2.1

01 Jul 13:16
d641fdf
Compare
Choose a tag to compare

Changes

  • Fix reordering in folder contents view and problems with previous windowing settings leaked to current one. @robgietema

3.2.0

01 Jul 09:40
64060e5
Compare
Choose a tag to compare

Added

Changes

3.1.0

14 Jun 13:24
0a46f67
Compare
Choose a tag to compare

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

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

30 May 07:58
e145599
Compare
Choose a tag to compare

Changes

  • Fix order of arguments when sending the contact form @csenger
  • Fix @babel/core import on i18n script @sneridagh

3.0.3

13 May 16:16
18afec8
Compare
Choose a tag to compare

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