steps icon indicating copy to clipboard operation
steps copied to clipboard

React Steps

Results 23 steps issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @​eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...

dependencies

Bumps [np](https://github.com/sindresorhus/np) from 9.2.0 to 10.0.5. Release notes Sourced from np's releases. v10.0.5 Fix npm 10 compatibility for real (#744) 34409be https://github.com/sindresorhus/np/compare/v10.0.4...v10.0.5 v10.0.4 Fix compatibility with npm 10 (#743) 4caa295...

dependencies

The onChange event fires when you press Enter even if the step is disabled

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.2.0. Release notes Sourced from eslint-plugin-jest's releases. v28.2.0 28.2.0 (2024-04-06) Features support providing aliases for @jest/globals package (#1543) (744d4f6) v28.1.1 28.1.1 (2024-04-06) Bug Fixes max-expects:...

dependencies

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 50.0.1 to 52.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v52.0.0 New rules no-single-promise-in-promise-methods (#2258) 8f0ee89 no-await-in-promise-methods (#2259) a3be554 no-anonymous-default-export (#2273) c035216 Improvements filename-case: Add option for multiple...

dependencies

Bumps [rc-dialog](https://github.com/react-component/dialog) from 8.9.0 to 9.4.0. Release notes Sourced from rc-dialog's releases. v9.4.0 feat: Dialog support aria-* in closable (#403) 94dcda5 fix: fix the issue in the demo where the...

dependencies

Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.11. Release notes Sourced from husky's releases. v9.0.11 chore: update package-lock.json by @​btea in typicode/husky#1383 fix: export HUSKY=0 in init (fixes #1393) by @​typicode in...

dependencies

Not sure if there was a breaking syntax change between versions 4 and 5 that is causing this, but I upgraded from 4.1.4 to 6.0.1 and it broke rc-steps in...

Bumps [dumi](https://github.com/umijs/dumi) from 1.1.50 to 2.1.14. Commits ce9c8e7 build: release 2.1.14 33f70a6 fix: dom type render failed bug in API component (#1507) 09db565 feat: support to hide sidebar via page...

dependencies

React 18, Nextjs 12.3 ```javascript import Steps from 'rc-steps'; import 'rc-steps/assets/index.css'; const { Step } = Steps; const Tracking = () => { const [current, setCurrent] = useState(0); const onChange...