Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps @shopify/polaris from 5.15.0 to 6.2.1.

Release notes

Sourced from @shopify/polaris's releases.

v6.2.1

Bug fixes

  • Added hideOnPrint prop to Card and CardSection (#4071)
  • DropZone now has plural sentences when allowMultiple is true #4037
  • Hide IndexTable header after scrolling past table body (#4063)
  • Update IndexTable to select row when clicked (#4062)
  • Fixed Filters focus state when tabbing into the component from a popover (#4073)
  • Removed the isMounted check from Portal to only rely on the useEffect for calling onPortalCreated (#4066)
  • Removed transition from BulkActions to eliminate flicker (#4081)
  • update error background color in Select (#4089)
  • Fixed Trapfocus issue that was preventing tabbing with react forms (#4100)

v6.2.0

Enhancements

  • Added zIndexOverride prop to Popover (#3937)
  • Added statusAndProgressLabelOverride prop to Badge (#4028)
  • Added an onError hook to the Avatar component (#4052)

Bug fixes

  • IndexTable Remove parent resource name from bulk select action (#4013)
  • Ensured @charset declaration is the first thing in our styles.css file (#4019)
  • Fix Modal.Section divider color to match header and footer divider (#4021)
  • Fix IndexTable sticky header alignment and jank (#4033
  • Remove focus ring on click for ActionList (#4034)
  • Updated <TextField> to use autocomplete=nope instead of autocomplete=off (#4053)

Dependency upgrades

  • Update @shopify/polaris-tokens to v3.0.0 (#4030)

Documentation

  • Replaced mentions of "invalid" with not "valid" (#4056)

v6.1.0

Enhancements

  • Added focus-visible polyfill and default styles (#3695)
  • Added removeUnderline prop to Button to remove underline when plain and monochrome are true (#3998)
  • Removed #AppFrameMainContent link and updated SkipToContent link to target #AppFrameMain instead (#3912)
  • Reset color in unstyled-button mixin (#4008)
  • Added IndexTable / IndexProvider component (#3646)
  • Added dataHref prop to ResourceItem which gets passed to the main li element as data-href(#3975)

Bug fixes

  • Updated examples for DropZone so they accept all image types (#3701) (thanks @malanjp for the pull request)

... (truncated)

Changelog

Sourced from @shopify/polaris's changelog.

6.2.1 - 2021-04-05

Bug fixes

  • Added hideOnPrint prop to Card and CardSection (#4071)
  • DropZone now has plural sentences when allowMultiple is true #4037
  • Hide IndexTable header after scrolling past table body (#4063)
  • Update IndexTable to select row when clicked (#4062)
  • Fixed Filters focus state when tabbing into the component from a popover (#4073)
  • Removed the isMounted check from Portal to only rely on the useEffect for calling onPortalCreated (#4066)
  • Removed transition from BulkActions to eliminate flicker (#4081)
  • update error background color in Select (#4089)
  • Fixed Trapfocus issue that was preventing tabbing with react forms (#4100)

6.2.0 - 2021-03-17

Enhancements

  • Added zIndexOverride prop to Popover (#3937)
  • Added statusAndProgressLabelOverride prop to Badge (#4028)
  • Added an onError hook to the Avatar component (#4052)

Bug fixes

  • IndexTable Remove parent resource name from bulk select action (#4013)
  • Ensured @charset declaration is the first thing in our styles.css file (#4019)
  • Fix Modal.Section divider color to match header and footer divider (#4021)
  • Fix IndexTable sticky header alignment and jank (#4033
  • Remove focus ring on click for ActionList (#4034)
  • Updated <TextField> to use autocomplete=nope instead of autocomplete=off (#4053)

Dependency upgrades

  • Update `@shopify/polaris-tokens to v3.0.0 (#4030)

Documentation

  • Replaced mentions of "invalid" with not "valid" (#4056)

6.1.0 - 2021-02-25

Enhancements

  • Added focus-visible polyfill and default styles (#3695)
  • Added removeUnderline prop to Button to remove underline when plain and monochrome are true (#3998)
  • Removed #AppFrameMainContent link and updated SkipToContent link to target #AppFrameMain instead (#3912)
  • Reset color in unstyled-button mixin (#4008)
  • Added IndexTable / IndexProvider component (#3646)
  • Added dataHref prop to ResourceItem which gets passed to the main li element as data-href(#3975)

... (truncated)

Commits
  • 3656296 v6.2.1
  • 4f4b6b8 Update change log
  • 83810fb v6.2.1-rc.1
  • bb57afb Merge branch 'main' into polaris-release
  • c9fe82a trapfocus logic update (#4100)
  • ef0b0d4 update Select error background color (#4089)
  • 1ddee4e DropZone - show plural message when allowMultiple is true (#4037)
  • 7b8310e Bump y18n from 4.0.0 to 4.0.1 in /examples/next.js (#4096)
  • d2e2dda [BulkActions] Removed flicker from indextable transition to bulk actions view...
  • 278f5ce [A11y][Filters] position hidden proxy container offscreen to prevent focus (#...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 12, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #369.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/shopify/polaris-6.2.1 branch April 27, 2021 21:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants