All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- 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.1
esbuild@0.24.0
eslint@9.12.0
eslint-plugin-prettier@5.2.1
eslint-plugin-react@7.37.1
prettier@3.3.3
tsup@8.3.0
typescript@5.6.3
- Development dependencies
- Fixed
usePropagate
hook to return a stable function reference across re-renders, in PR #23, by @OEvgeny
0.2.0 - 2024-07-24
- Introduced
PropagationScope
component for scoping propagations in the component tree, by @OEvgeny in PR #15
- 💢 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.0
esbuild@0.21.5
react@18.3.1
react-dom@18.3.1
react-test-renderer@18.3.1
tsup@8.1.0
typescript@5.5.2
- Added ESLint import/export syntax, in PR #20
- Added
publint
, in PR #20