Releases: welldone-software/why-did-you-render
Releases · welldone-software/why-did-you-render
v5.0.0-alpha.4
v5.0.0-alpha.4
v5.0.0-alpha.3
v5.0.0-alpha.3
v5.0.0-alpha.2
- No longer tracks re-renders as a result of useCallback invalidation due to deps changes (fixes #46)
- This fix was brought to you by the one and only @Hypnosphi :)
Version 5 alpha
v5.0.0-alpha.1 v5.0.0-alpha.1
v4.3.1
Improved development
- Updated packages
- Added E2E tests (Cypress)
- Added CI (Travis CI)
- Running Unit tests, Lint, Audit, and E2E tests in CI
v4.2.7
- small typescript update. thanks @igorrmotta!
v4.2.6
- Fixed "track owner reasons" for cloned elements. Thanks @Hypnosphi !
- Updated all dependencies including a security update for lodash
v4.2.5
fixed WDYR trying to track untrackable React elements which resulted in a redundant console error to the console. thanks @MaffooBristol
v4.2.4
fixed handling of hook state change during render. thanks @Hypnosphi!!