Skip to content

v3.3.0

Choose a tag to compare

@markusguenther markusguenther released this 25 Feb 16:07
· 68 commits to master since this release

3.3.0 (2020-02-25)

Important information

When you used a slick.slider package version with content collections in the slide nodes, you can migrate the content structure of the existing slides to the new flat structure.

Just execute to get the new structure:

./flow node:migrate 20200225141414

And clean up the empty collections with:

./flow node:migrate 20200225141420

New

  • Add migration for cleaning empty content collections of slides (53cd56e)
  • Add migration for flat slide content structure (9f1e18d)

TASK

  • adjust slide nodetype definition, to be compatible with old version (8933dba)

Upgrade

  • Bump @babel/core from 7.7.7 to 7.8.4 (ac15915)
  • Bump style-loader from 1.0.0 to 1.1.3 (c7c0a46)