Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@i-like-robots i-like-robots released this 03 Apr 15:48
cccbcb4

This release is the culmination of decades of work throughout February/March 2020.

  • Sass build plugin: (breaking change) Switched from node-sass to dart-sass for Sass compilation
  • Base build plugin: Added a new package to provide the base Webpack configuration for building Page Kit apps
  • App context package: (breaking change) Refactored to throw an error when unrecognised properties are added
  • Base styles UI component: Added a new package which centralises all of our global base styles including basic typography, grid, and font loading.
  • Shell UI component: Refactored to avoid output of additional <div> elements when providing React components as contents
  • (breaking change) Refactored all build plugins into regular Webpack plugins
  • (breaking change) Removed the CLI package
  • (breaking change) Removed the Pluggable package

Please refer to the 0.6.x to 0.7.x migration guide for more details.