Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency react-tabs to v6 #7882

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-tabs 3.0.0 -> 6.0.2 age adoption passing confidence

Release Notes

reactjs/react-tabs (react-tabs)

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes
  • refactor defaultProps to disable warning from react (#​518) (dc34bdb)

v6.0.0

Compare Source

Features
  • Remove UMD build and drop support for older browsers (e4b9867)
BREAKING CHANGES
  • The UMD build has been removed.
  • Older browsers are not supported anymore. In particulare Internet Explorer, the default browser on Android < 5.0 and iOS Safari < 12.2
  • src folder is not included anymore in the package to reduce package size.

v5.2.0

Compare Source

Features

v5.1.0

Compare Source

Features
  • typescript: Add new type for custom tabs function components (#​469) (f5a877c)

v5.0.0

Compare Source

This release focus on tackling some long-standing issues with server-side rendering. react-tabs now uses some new features from react 18 to fix those issues. The npm package is now ~20% smaller and the UMD builds are also a little bit smaller (production: ~5%, dev: ~30%)

Features
  • Add typescript typings to repo (4965a39)
  • Improve output code size and do not package tests (77d571a)
  • Minify generated code and don't print comments (efd6807)
  • Use new useId hook from react 18 (487326c)
BREAKING CHANGES
  • Typescript typings are now part of this package. Please uninstall @types/react-tabs
  • React version 18 or newer is now required.
  • resetIdCounter was removed as it is not necessary anymore. Ensure you remove any calls to it from your code.
  • The package now does use Object.assign directly instead of babel helpers. In older browsers you need to pollyfill Object.assign and Symbol. react itself has the same requirements, see https://reactjs.org/docs/javascript-environment-requirements.html
  • Tests are not shipped anymore with the npm package.

v4.3.0

Compare Source

Features
  • Add typescript typings to repo (0cb15ff)
  • typescript: Add new type for custom tabs function components (#​469) (51b30bb)

v4.2.1

Compare Source

Bug Fixes
  • Improve minimal performance of code (58caf6a)

v4.2.0

Compare Source

Bug Fixes
  • Do not always refocus tab if rerender happens (4c63bcb)
Features
  • New prop to disable focusing tabs on click (85caf7a)

v4.1.0

Compare Source

Features
  • Support react version 18 (f849c30)

v4.0.1

Compare Source

Bug Fixes
  • Requires React version 16.8 or newer (397673d)

v4.0.0

Compare Source

Features
  • Always set focus on tabs (4512dad), closes #​272
  • Updated all the class components to newer functional components (b2159c9)
BREAKING CHANGES
  • The tabs are now instantly focused on click and not just by double-click. The default styling has been adapted for that, so that there is no outline shown anymore on focus.
  • Requires react 16.8 or newer

v3.2.3

Compare Source

Bug Fixes
  • Change strategy to detect tabs for compatibility with other libraries (517a056), closes #​424

v3.2.2

Compare Source

Bug Fixes
  • Add link to error message about controlled vs uncontrolled (e50db44)

v3.2.1

Compare Source

Bug Fixes
  • Ensure that initial selected index never goes below 0 (ba1c5f8)

v3.2.0

Compare Source

Features
  • Add new environment prop to handle tabs in iframes (#​365) (d6fd355)
  • New prop to disable up/down arrow keys for changing tabs (#​368) (40ea746)

v3.1.2

Compare Source

Bug Fixes
  • deps: add support for React 17 (cb8297d)

v3.1.1

Compare Source

Bug Fixes
  • Replace classnames with clsx (a37ca85)

v3.1.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Bot PRs that update dependencies javascript labels Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot PRs that update dependencies javascript
Projects
None yet
0 participants