tabs icon indicating copy to clipboard operation
tabs copied to clipboard

React Tabs

Results 120 tabs issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.21.0. Release notes Sourced from eslint's releases. v9.21.0 Features 418717f feat: introduce new deprecated types for rules (#19238) (fnx) 5c5b802 feat: Add --ext CLI option...

dependencies

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 56.0.1 to 57.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v57.0.0 Breaking This package is now pure ESM. Please read this. Flat config is now required c44ea26 Migration...

dependencies

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.18 to 19.0.10. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.3.18&new-version=19.0.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.3.5 to 19.0.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=18.3.5&new-version=19.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

```ts export interface Tab extends Omit { key: string; label: React.ReactNode; } ``` 我看像select组件中的value是支持number类型的。

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 19.0.0. Release notes Sourced from react's releases. 19.0.0 (December 5, 2024) Below is a list of all new features, APIs, deprecations, and breaking changes. Read...

dependencies

## Summary by CodeRabbit ## 发行说明 - **依赖更新** - 包名从 `rc-tabs` 更改为 `@rc-component/tabs` - 版本从 `15.5.0` 更新到 `1.0.0` - 添加新的依赖包:`@rc-component/motion`、`@rc-component/resize-observer` 和 `@rc-component/util` - **导入路径调整** - 多个模块的导入路径从 `rc-util` 和 `rc-motion` 等更新到...

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.3.1 to 19.0.0. Release notes Sourced from react-dom's releases. 19.0.0 (December 5, 2024) Below is a list of all new features, APIs, deprecations, and breaking changes. Read...

dependencies

https://github.com/ant-design/ant-design/issues/39433 ## Summary by CodeRabbit - **新功能** - 在`TabItem`接口中增加了`scrollPosition`属性,提供更细致的标签滚动控制。 - 新增文档文件`scroll-position.md`,展示滚动位置功能的示例。 - 更新`Tabs`组件,支持根据用户选择动态调整标签的滚动位置。 - `TabNavList`组件增强了滚动行为的灵活性,支持新的`scrollPosition`属性。 - **文档** - 更新README文档,包含新的`scrollPosition`属性信息。