Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Bump @instructure/ui-tabs from 7.4.0 to 8.12.0 #901

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2021

Bumps @instructure/ui-tabs from 7.4.0 to 8.12.0.

Release notes

Sourced from @​instructure/ui-tabs's releases.

v8.12.0

Bug Fixes

  • emotion: fix EmotionThemeProvider falling back to using Canvas theme (cc5ce19)
  • ui-avatar: add unset logic for image loaded state (e6665c1)
  • ui-dialog,ui-drawer-layout: fix Dialog role attribute (2681e14)
  • ui-modal: fix Modal.Header padding when it has CloseButton (82b8314)
  • ui-motion: fix interrupted transition not removing transition classes (db3fd4f)
  • ui-scripts: resolve webpack 5 commonjs build issue (d51a85e), closes #778
  • ui-time-select: fix timeselect highlight behaviour (9653a89)

Features

  • shared-types,ui-checkbox,ui-radio-input: make checkbox and radio borders consistent (a6aaef2)
  • ui-avatar: add hasInverseColor prop to Avatars (feef554)
  • ui-avatar: add renderIcon prop to Avatar (d7233d8)
  • ui-date-input: add display prop to DateInput for fluid width (10d1551)
  • ui-date-time-input,ui-i18n,ui-time-select: add DateTimeInput (1054ae9)
  • ui-icons: add arrow-double-start, arrow-double-end icons (e3249d2)
  • ui-tabs: update Tabs focus styles to inset focus ring (3a59c3f)

v8.11.1

Bug Fixes ui-options, ui-select, ui-simple-select: fix icon positioning (8536a1c)

v8.11.0

Note: The bidirectionalPolyfill util has been deleted. With the release of Safari 15 (Sep 20, 2021) all of our supported browsers (last 2 major versions) can handle CSS Logical Properties without any polyfills and prefixes, so this util was no longer needed.

Bug Fixes

  • ui-menu: fix menu tooltip position (e60a4a9)
  • ui-svg-images: fix icons getting cropped in zoomed windows (732ac88)

Features

  • ui-modal: add spacing prop to Modal.Header (3887f80)

v8.10.2

This version contains no new Features or Bug Fixes. But internally we have changed how we access the DOM to be in line with React best practices. Warning: XYZ doesn't have "ref" property. ReactDOM.findDOMNode is deprecated in Strict mode, consider using refs instead. From InstUI v9, components must have the "ref" property for findDOMNode to work. If you see warnings like the one above, please read this article on how to update your code here: Accessing the DOM

v8.10.1

Bug Fixes ui-popover: popover does not update on certain prop changes (93b506f)

v8.10.0

Bug Fixes emotion,ui-i18n: decorator adds allowedProps property (ddc7880)

... (truncated)

Changelog

Sourced from @​instructure/ui-tabs's changelog.

8.12.0 (2021-11-17)

Bug Fixes

  • emotion: fix EmotionThemeProvider falling back to using Canvas theme (cc5ce19)
  • ui-avatar: add unset logic for image loaded state (e6665c1)
  • ui-dialog,ui-drawer-layout: fix Dialog role attribute (2681e14)
  • ui-modal: fix Modal.Header padding when it has CloseButton (82b8314)
  • ui-motion: fix interrupted transition not removing transition classes (db3fd4f)
  • ui-scripts: resolve webpack 5 commonjs build issue (d51a85e), closes #778
  • ui-time-select: fix timeselect highlight behaviour (9653a89)

Features

  • shared-types,ui-checkbox,ui-radio-input: make checkbox and radio borders consistent (a6aaef2)
  • ui-avatar: add hasInverseColor prop to Avatars (feef554)
  • ui-avatar: add renderIcon prop to Avatar (d7233d8)
  • ui-date-input: add display prop to DateInput for fluid width (10d1551)
  • ui-date-time-input,ui-i18n,ui-time-select: add DateTimeInput (1054ae9)
  • ui-icons: add arrow-double-start, arrow-double-end icons (e3249d2)
  • ui-tabs: update Tabs focus styles to inset focus ring (3a59c3f)

8.11.1 (2021-10-19)

Bug Fixes

  • ui-options,ui-select,ui-simple-select: fix icon positioning (8536a1c)

8.11.0 (2021-10-15)

Note:

The bidirectionalPolyfill util has been deleted. With the release of Safari 15 (Sep 20, 2021) all of our supported browsers (last 2 major versions) can handle CSS Logical Properties without any polyfills and prefixes, so this util was no longer needed.

Bug Fixes

  • ui-menu: fix menu tooltip position (e60a4a9)
  • ui-svg-images: fix icons getting cropped in zoomed windows (732ac88)

Features

  • ui-modal: add spacing prop to Modal.Header (3887f80)

8.10.2 (2021-10-01)

Note:

This version contains no new Features or Bug Fixes. But internally we have changed how we access the DOM to be in line with React best practices.

Warning: XYZ doesn't have "ref" property. ReactDOM.findDOMNode is deprecated in Strict mode, consider using refs instead. From InstUI v9, components must have the "ref" property for findDOMNode to work.

... (truncated)

Commits
  • 325b8d3 chore(release): 8.12.0
  • 1bd7a0c docs(ui-modal): update Modal Header spacing example
  • dffbe6b docs: fix issue with changing tabs on docs pages
  • 9653a89 fix(ui-time-select): fix timeselect highlight behaviour
  • 10d1551 feat(ui-date-input): add display prop to DateInput for fluid width
  • 32da301 chore: add consistent preview urls by using the prs number as an alias
  • e6665c1 fix(ui-avatar): add unset logic for image loaded state
  • feef554 feat(ui-avatar): add hasInverseColor prop to Avatars
  • d7233d8 feat(ui-avatar): add renderIcon prop to Avatar
  • fa07135 refactor(emotion,ui-i18n): documentation fixes
  • 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)

Bumps [@instructure/ui-tabs](https://github.com/instructure/instructure-ui) from 7.4.0 to 8.12.0.
- [Release notes](https://github.com/instructure/instructure-ui/releases)
- [Changelog](https://github.com/instructure/instructure-ui/blob/master/CHANGELOG.md)
- [Commits](instructure/instructure-ui@v7.4.0...v8.12.0)

---
updated-dependencies:
- dependency-name: "@instructure/ui-tabs"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 22, 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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants