Releases: compulim/use-propagate
Releases · compulim/use-propagate
v0.2.1
[0.2.1] - 2025-02-14
Changed
- Bumped dependencies, in PR #21
- Development dependencies
@babel/preset-env@7.25.8@babel/preset-react@7.25.7@babel/preset-typescript@7.25.7@testing-library/dom@10.4.0@testing-library/react@16.0.1@tsconfig/recommended@1.0.7@types/jest@29.5.13@types/react@18.3.11@types/react-dom@18.3.1@typescript-eslint/eslint-plugin@8.8.1@typescript-eslint/parser@8.8.1esbuild@0.24.0eslint@9.12.0eslint-plugin-prettier@5.2.1eslint-plugin-react@7.37.1prettier@3.3.3tsup@8.3.0typescript@5.6.3
- Development dependencies
- Fixed
usePropagatehook to return a stable function reference across re-renders, in PR #23, by @OEvgeny
v0.2.0 (#18)
[0.2.0] - 2024-07-24
Added
- Introduced
PropagationScopecomponent for scoping propagations in the component tree, by @OEvgeny in PR #15
Changed
- 💢 Moved build tools from Babel to tsup/esbuild
- Streamlined code, by @compulim in PR #5
- Bumped dependencies, in PR #11, and #14
- Production dependencies
- Development dependencies
@babel/preset-env@7.24.7@babel/preset-react@7.24.7@babel/preset-typescript@7.24.7@testing-library/react@16.0.0@tsconfig/recommended@1.0.6@tsconfig/strictest@2.0.5@types/react@18.3.3@types/react-dom@18.3.0esbuild@0.21.5react@18.3.1react-dom@18.3.1react-test-renderer@18.3.1tsup@8.1.0typescript@5.5.2