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.11.1 #863

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2021

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

Release notes

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

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) ui-dom-utils: remove el.contentWindow.document from getFrameDocumentSafe (bf1e82e) ui-tabs: Fix small typo in ui-tabs readme (6a2a770)

Features ui-tabs: add ‘fixHeight’ prop to Tabs (b63e6e7)

v8.9.1

Bug Fixes shared-types: fix types not getting published (000c779)

v8.9.0

Bug Fixes fix shared-types TS errors (7b83164)

Features ui-icons: add immersive-reader icon (d5d6d4c)

v8.8.0

Bug Fixes

  • link correct source code on docs page for legacy versions (82dbb18)

... (truncated)

Changelog

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

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.

If you see warnings like the one above, please read this article on how to update your code here: Accessing the DOM

8.10.1 (2021-10-01)

Bug Fixes

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

8.10.0 (2021-09-28)

Bug Fixes

  • emotion,ui-i18n: decorator adds allowedProps property (ddc7880)
  • ui-dom-utils: remove el.contentWindow.document from getFrameDocumentSafe (bf1e82e)
  • ui-tabs: Fix small typo in ui-tabs readme (6a2a770)

Features

  • ui-tabs: add 'fixHeight' prop to Tabs (b63e6e7)

8.9.1 (2021-09-16)

... (truncated)

Commits
  • ea33daf chore(release): 8.11.1
  • 8536a1c fix(ui-options,ui-select,ui-simple-select): fix icon positioning
  • bc001cb chore(release): 8.11.0
  • 9119656 refactor(ui-eslint-config): remove babel-parser, add new TS rules
  • 732ac88 fix(ui-svg-images): fix icons getting cropped in zoomed windows
  • 29862b1 chore: fix iconography page warnings
  • ed32a6c test(ui-form-field): fix text-align related tests
  • 5b771cf refactor(emotion): remove bidirectionalPolyfill
  • 5aaa296 chore: refactor elementRef and handleRef methods
  • f96f8c4 chore: add OtherHTMLAttributes type to components
  • 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.11.1.
- [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.11.1)

---
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 Oct 25, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2021

Superseded by #901.

@dependabot dependabot bot closed this Nov 22, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/instructure/ui-tabs-8.11.1 branch November 22, 2021 15:19
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