Skip to content

v11.0.1

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 18 Aug 01:08
· 808 commits to master since this release
07c5d01

Patch Changes

  • Re-introduce lint rules requiring React import when using JSX (#631)

    As sku v11 moved to the new JSX transform, we removed all lint rules ensuring React was imported when using JSX. Unfortunately this change only works if all compile packages (e.g. braid-design-system) switch to sku v11 at the same time, which would also constitute a breaking change. To avoid a lot of package update churn, we are re-introducing the need for React imports when JSX is present.

  • Update svgo config to remove deprecated "extendDefaultPlugins" utility. (#632)

    This requires svgo@2.4.0, so Unknown builtin plugin "preset-default" specified errors can be fixed by refreshing the lockfile.