Skip to content
This repository was archived by the owner on Aug 11, 2026. It is now read-only.

v7.5.0

Choose a tag to compare

@kyledurand kyledurand released this 16 Dec 16:37
· 3581 commits to main since this release

7.5.0 - 2021-12-09

Enhancements

  • Removed animation from Skeleton components (#4697)
  • Remove duplicate duration(fast) usage. (#4682)
  • Updated the accessability label for the rollup actions in the Page header (#4080)

Bug fixes

  • Centered full width Popover on small viewports (#4114)

Development workflow

  • Remove analyze custom properties check. (#4718)
  • Removed support for importing from components as it slows tests down (#4735, #4739)

Dependency upgrades

  • Bumped postcss to v8.3.1 (#4701)
  • Bumped @shopify/postcss-plugin to v5.0.1 (#4701)
  • Bumped postcss-loader to v4.2.0 (#4701)
  • Bumped postcss-modules to v4.2.2 (#4701)
  • Bumped node-sass to v6.0.1 (#4783)
  • Bumped sass-loader to v10.1.1 (#4783)
  • Bumped stylelint to v14.1.0 and @shopify/stylelint-plugin to v11.0.0 (#4798)
  • Bumped eslint to v8.3.0 and @shopify/eslint-plugin to v41.0.1 (#4797)

Code quality

  • Removed rem() function from tokens.ts (#4695)
  • Remove unnecessary import of Tokens in Collapsible test (#4722)
  • Remove legacy tokens and use default theme for .storybook/manager.js (#4729)

Deprecations

  • Deprecated thumbnail property for Page (#4733)
  • Deprecated secondaryActions property for SkeletonPage (#4740)