Releases: plone/volto
Releases · plone/volto
4.0.0-alpha.24
Added
- Added customStyleMap param to Editor of draftjs @giuliaghisini
- Added Table of Contents block @robgietema
4.0.0-alpha.23
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
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
Changes
- Fix failing test on Footer due to year change in Copyright notice @sneridagh
4.0.0-alpha.20
Added
- Added translations to Portuguese @emansije
Changes
- Fix wysiwyg widget help tag, for styling consistency @tiberiuichim
- Added more i18n improvements @macagua
- Disable submit button on save, to avoid multiple content creation @tiberiuichim
- Fix focus on sidebar @robgietema
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
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
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
- Updated to react-select v3 @robdayz
- Fix file and link redirect views @robgietema
- Restrict moment.js locales to available languages @tisto @robgietema
- Fix history view @robgietema
4.0.0-alpha.17
Internal
- Revert eslint upgrade, because of problems with the react-app preset typescript settings @sneridagh
4.0.0-alpha.16
Changes
- Fix small CSS issues in Blocks @sneridagh
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
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