Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Bump @shopify/polaris from 4.25.0 to 6.5.0 #322

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @shopify/polaris from 4.25.0 to 6.5.0.

Release notes

Sourced from @​shopify/polaris's releases.

v6.4.0

  • Add variableHeight prop to DropZone so children control its height (#4136)
  • Add print styles to Card, Heading, Layout, Layout.Section, Subheading, TextStyle components (#4142)
  • Add fullWidth prop to ColorPicker so the color picker can take the full width (#4152)
  • Add noScroll prop to Modal which prevents modal contents from scrolling (#4153)
  • Added new color prop to ProgressBar (#3415)
  • Added requiredIndicator prop to Label, Labelled, Select and TextField (#4119)
  • Add small prop to Modal so that width can be decreased to 380px (#4177)
  • Add status prop to IndexTable.Row to allow table rows to specify background colors(#4146)

v6.3.0

  • Add hoverable prop to DataTable (#4074)
  • Added interactive color variant to Icon (#4112)
  • Update IndexTable hover styles for sticky column (#4113)
  • Add colSpan to the cells in DataTable so that cells fill the table width (#4120)

v6.2.2

  • Reverts to use autocomplete=off instead of autocomplete=nope (#4108)

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

... (truncated)

Changelog

Sourced from @​shopify/polaris's changelog.

6.5.0 - 2021-06-02

Enhancements

  • Disabled pointer-events on the prefix and suffix elements of the TextField component (#4207)

Bug fixes

  • Fixed focus-ring mixin for when unitless addition occurred (#4234)
  • Fixed Scrollable lower bound detection for lower resolution screens (#4218)
  • Fixed a bug where the inner nested drop zone was not available during a dragging event. (#4123)
  • Fixed border misalignment and updated color of DropZone to match current design. (#4123)
  • Fixed heading overflow issue on dismissible CalloutCard (#4135)
  • Fixed Loading setting state after it has unmounted (#4158)
  • Prevent extra right margin being added to the Filter component when used without filters. (#4134)
  • Fixed off-center image in EmptyState within page context (#4140)
  • Fixed offset in DualThumb when used with a min value different from 0 #4172
  • Fixed loading state stacking in ResourceList (#4208)
  • Fixed focus order of visually hidden input in DropZone (#4219)

Deprecations

  • Deprecate Sheet component #4210

6.4.0 - 2021-05-11

  • Add variableHeight prop to DropZone so children control its height (#4136)
  • Add print styles to Card, Heading, Layout, Layout.Section, Subheading, TextStyle components (#4142)
  • Add fullWidth prop to ColorPicker so the color picker can take the full width (#4152)
  • Add noScroll prop to Modal which prevents modal contents from scrolling (#4153)
  • Added new color prop to ProgressBar (#3415)
  • Added requiredIndicator prop to Label, Labelled, Select and TextField (#4119)
  • Add small prop to Modal so that width can be decreased to 380px (#4177)
  • Add status prop to IndexTable.Row to allow table rows to specify background colors(#4146)

6.3.0 - 2021-04-19

  • Add hoverable prop to DataTable (#4074)
  • Added interactive color variant to Icon (#4112)
  • Update IndexTable hover styles for sticky column (#4113)
  • Add colSpan to the cells in DataTable so that cells fill the table width (#4120)

6.2.2 - 2021-04-08

  • Reverts <TextField> to use autocomplete=off instead of autocomplete=nope (#4108)

6.2.1 - 2021-04-05

Bug fixes

... (truncated)

Commits

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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 Jun 6, 2021
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