Skip to content

Releases: plone/volto

4.0.0-alpha.14

24 Nov 21:34
363e881
Compare
Choose a tag to compare
4.0.0-alpha.14 Pre-release
Pre-release

Internal

  • Proper config for stylelint-prettier integration, add husky integration and scripts for stylelint, review stylelint rules @sneridagh

4.0.0-alpha.13

23 Nov 13:54
54e22e5
Compare
Choose a tag to compare
4.0.0-alpha.13 Pre-release
Pre-release

Internal

  • Upgrade autoprefixer, remove deprecated browsers option, move to browserlist in package.json @sneridagh
  • Upgrade react and react-dom to 16.12.0 @pnicolli

4.0.0-alpha.12

13 Nov 09:04
7afa5cc
Compare
Choose a tag to compare
4.0.0-alpha.12 Pre-release
Pre-release

Changes

  • Add loading animation for save and edit buttons in toolbar @pgrunewald
  • Move Body class depending on content type to App component in order to make it available everywhere @sneridagh
  • Add root class name to Tags component @sneridagh

4.0.0-alpha.11

08 Nov 11:07
43e4844
Compare
Choose a tag to compare
4.0.0-alpha.11 Pre-release
Pre-release

Added

  • Improved ObjectBrowser API to allow arbitrary field names and a custom onSelectItem @sneridagh

Changes

  • Fix icon in TextWidget @sneridagh
  • impprove documentation for Icon @jackahl
  • Fix ability to develop Volto itself (as and addon with a mrs.developer checkout) inside a Volto project @sneridagh

Internal

4.0.0-alpha.10

31 Oct 10:51
438759a
Compare
Choose a tag to compare
4.0.0-alpha.10 Pre-release
Pre-release

Added

  • Add Node 12 support @timo

Changes

Internal

  • Report port number on startup @fredvd
  • Retry Cypress tests two times before failing @timo
  • Add waitForResourceToLoad to Cypress @timo
  • Add use cases to README @timo
  • Re-enabled Guillotina tests @sneridagh
  • Remove Docker build from tests @sneridagh
  • Removed Enzyme @pnicolli
  • Added testing-library (react and cypress) @pnicolli
  • Tiles -> Blocks renaming @sneridagh

4.0.0-alpha.9

09 Oct 08:29
bd5d64c
Compare
Choose a tag to compare
4.0.0-alpha.9 Pre-release
Pre-release

Changes

  • Rename blockID to id for view block components, to unify naming in edit-view @sneridagh
  • Change the order of the widget decider algorithm to choices is chosen before the vocabularies one @sneridagh
  • Remove old messages container since it's not used anymore @sneridagh
  • Improve the Pastanaga Editor block wrapper container layout, deprecating the hack .ui.wrapper > * @sneridagh
  • Fix ArrayWidget and amend users control panel arrays instantiations @sneridagh

4.0.0-alpha.8

05 Oct 14:52
3397bd7
Compare
Choose a tag to compare
4.0.0-alpha.8 Pre-release
Pre-release

Added

Changes

  • Fix DefaultView.jsx warning on missing key @sneridagh

Internal

  • Enable run yarn install on git checkout and git pull in husky @sneridagh
  • Disable Cypress blocks tests @sneridagh
  • Remove dockerized unit tests @timo

4.0.0-alpha.7

02 Oct 15:10
30133af
Compare
Choose a tag to compare
4.0.0-alpha.7 Pre-release
Pre-release

Added

  • Add CSS class names to block chooser @timo
  • Add Cypress tests for blocks @timo @rodrigo @jakahl

Changes

Internal

  • Change the general naming of the documentation to developer documentation @sneridagh
  • Add blockID prop to block tiles render view, this is handy for some blocks use cases @sneridagh

4.0.0-alpha.6

30 Sep 15:50
2bed0f2
Compare
Choose a tag to compare
4.0.0-alpha.6 Pre-release
Pre-release

Added

  • Transfer focus management and keyboard navigation to the tiles engine @sneridagh

Changes

  • Slight amendment to Blocks chooser styling @sneridagh
  • The default view for content types DocumentView.jsx has been renamed to a more appropiate DefaultView.jsx @sneridagh

Internal

4.0.0-alpha.5

28 Sep 19:49
d08cb45
Compare
Choose a tag to compare
4.0.0-alpha.5 Pre-release
Pre-release

Added

  • Default body classes were enhanced to accept path and content type based ones as in Plone @sneridagh

Changes

  • Fix for checkboxes when setting false values, this fixes #888 @sneridagh