Skip to content

Releases: plone/volto

4.0.0-alpha.24

14 Jan 18:18
1e988b4
Compare
Choose a tag to compare
4.0.0-alpha.24 Pre-release
Pre-release

Added

4.0.0-alpha.23

14 Jan 14:30
d524292
Compare
Choose a tag to compare
4.0.0-alpha.23 Pre-release
Pre-release

Added

  • Support for indexable blocks (requires plone.restapi 6.1.0) @timo
  • Set alt tag of image when selecting image in image block @robgietema

Changes

  • More cleaning the body classname from the current displayname view @sneridagh
  • Make it possible to paste links, lists, b and i Elements into text-blocks
    @jackahl
  • added option to include mp4 files from a remote source in video Block @steffenri @jackahl

4.0.0-alpha.22

04 Jan 10:54
7a45d87
Compare
Choose a tag to compare
4.0.0-alpha.22 Pre-release
Pre-release

Changes

  • Disable all styling when copying text from another source (e.g. MS Word) into a text block @jackahl
  • Avoid console warnings in QuerystringWidget @tiberich
  • Fix body classname based on the current content type @sneridagh

4.0.0-alpha.21

02 Jan 14:49
e17168f
Compare
Choose a tag to compare
4.0.0-alpha.21 Pre-release
Pre-release

Changes

  • Fix failing test on Footer due to year change in Copyright notice @sneridagh

4.0.0-alpha.20

02 Jan 14:12
732e252
Compare
Choose a tag to compare
4.0.0-alpha.20 Pre-release
Pre-release

Added

Changes

Internal

  • Upgrade version pin for lxml, for compatibility with Python3.8
  • Bump handlebars from 4.1.2 to 4.3.0 @timo

4.0.0-alpha.19

20 Dec 11:26
6db6590
Compare
Choose a tag to compare
4.0.0-alpha.19 Pre-release
Pre-release

Added

  • Implementation of Portuguese (BR) translation @LeuAlmeida
  • Added translations to spanish @macagua

Changes

  • empty text blocks are shown as
    in the view.
  • Fix double fetch due to asyncConnect being executed in browser too @robgietema @sneridagh

4.0.0-alpha.18

12 Dec 09:25
e7c521d
Compare
Choose a tag to compare
4.0.0-alpha.18 Pre-release
Pre-release

Added

  • Added CTRL+ENTER feature in text blocks by default. It creates a newline inside the same text chunk (<p>) @sneridagh
  • Automatically switch sidebar on block change @robgietema
  • Japanese translation @terapyon

Changes

  • Remove "documentDescription" class in table block @sverbois
  • Added possibility to work with vimeo-videos instead of youtube-videos in the video block @wkbkhard
  • Fixed Issue 1021: typing in a "wrong" URL leads to error @wkbkhard
  • General toolbar more and personal tools menu CSS fixes @sneridagh
  • Fix bug that lead to crashing the view when deleting the last row of a table
  • Fix Select widget bug if the field has already the options in the choices schema, do not trigger the vocabulary request @sneridagh

Internal

4.0.0-alpha.17

03 Dec 10:38
4183076
Compare
Choose a tag to compare
4.0.0-alpha.17 Pre-release
Pre-release

Internal

  • Revert eslint upgrade, because of problems with the react-app preset typescript settings @sneridagh

4.0.0-alpha.16

02 Dec 21:15
c355536
Compare
Choose a tag to compare
4.0.0-alpha.16 Pre-release
Pre-release

Changes

Internal

  • Pin Guillotina docker image @sneridagh
  • Forked react-helmet since it seems unmaintained. Now it's a Named import in helpers. @sneridagh
  • Update internal dependencies, fix "unmet peer dependencies" console logs by adding the peer dependencies to the local dependencies @sneridagh
  • Update some dependencies, including: react-router, eslint engine and plugins/config and others @sneridagh
  • Lodash improvements for decrease bundle size @sneridagh

4.0.0-alpha.15

27 Nov 14:56
db0de06
Compare
Choose a tag to compare
4.0.0-alpha.15 Pre-release
Pre-release

Internal

  • Export the resetContent action @pnicolli
  • Fix toolbar collapsed color @sneridagh
  • Minor CSS fixes @sneridagh
  • Remove @testing-library/cypress dep, as it breaks builds if the internal cypress release is different than the one in this package @sneridagh