drawer
drawer copied to clipboard
React Drawer
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 29.0.1. Release notes Sourced from eslint-plugin-jest's releases. v29.0.1 29.0.1 (2025-06-18) Bug Fixes update semantic-release config so new v29 major is marked as latest on npm...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.14 to 30.0.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.2 to 16.1.2. Release notes Sourced from lint-staged's releases. v16.1.2 Patch Changes #1570 a7c0c88 Thanks @ItsNickBarry! - When using --diff-filter with the D option to include deleted...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.29.0. Release notes Sourced from eslint's releases. v9.29.0 Features f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic) 19cdd22 feat: prune...
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 11.0.3. Changelog Sourced from glob's changelog. changeglob 11.0 Drop support for node before v20 10.4 Add includeChildMatches: false option Export the Ignore class 10.3 Add...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.7 to 16.3.0. Release notes Sourced from @testing-library/react's releases. v16.3.0 16.3.0 (2025-04-02) Features add bernardobelchior as a contributor for code, and doc (#1391) (9fc6a75) v16.2.0 16.2.0 (2025-01-15)...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 51.0.1 to 59.0.1. Release notes Sourced from eslint-plugin-unicorn's releases. v59.0.1 prefer-single-call: Fix crash on CallExpression followed by FunctionDeclaration (#2639) 3114dd9 https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v59.0.0...v59.0.1 v59.0.0 Breaking Rename no-array-push-push rule to...
Bumps [@ant-design/icons](https://github.com/ant-design/ant-design-icons) from 5.6.1 to 6.0.0. Commits See full diff in compare view [](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...
从7.2升级到8.0之后,mask遮罩层会挡住整个页面,一个最简单的demo就能试出问题 不是deps缓存问题,新建一个项目demo也会这样 ` import { useState } from 'react' import Drawer from "rc-drawer"; import "rc-drawer/assets/index.css"; import './App.css' function App() { const [open, setOpen] = useState(false) return ( setOpen(true)}>打开抽屉 setOpen(false)} width={600}...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 51.0.1 to 62.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v62.0.0 New rules no-immediate-mutation (#2787) e1c7d2ed no-useless-collection-argument (#2777) 2d07c9a9 prefer-response-static-json (#2778) ffe5943b Improvements text-encoding-identifier-case: Add withDash option (#2780)...