Skip to content

Releases: welldone-software/why-did-you-render

v5.0.0-alpha.4

20 Sep 08:59
Compare
Choose a tag to compare
v5.0.0-alpha.4 Pre-release
Pre-release
v5.0.0-alpha.4

v5.0.0-alpha.3

20 Sep 08:58
Compare
Choose a tag to compare
v5.0.0-alpha.3 Pre-release
Pre-release
v5.0.0-alpha.3

v5.0.0-alpha.2

01 Sep 13:56
Compare
Choose a tag to compare
v5.0.0-alpha.2 Pre-release
Pre-release
  • 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

21 Aug 14:01
Compare
Choose a tag to compare
Version 5 alpha Pre-release
Pre-release
v5.0.0-alpha.1

v5.0.0-alpha.1

v4.3.1

20 Sep 09:21
Compare
Choose a tag to compare
  • fixed owner reasons bug in strict mode, also added a test
  • updated all dev packages

Improved development

08 Aug 17:07
Compare
Choose a tag to compare
  • Updated packages
  • Added E2E tests (Cypress)
  • Added CI (Travis CI)
  • Running Unit tests, Lint, Audit, and E2E tests in CI

v4.2.7

23 Jul 13:11
Compare
Choose a tag to compare

v4.2.6

17 Jul 06:20
Compare
Choose a tag to compare
  • Fixed "track owner reasons" for cloned elements. Thanks @Hypnosphi !
  • Updated all dependencies including a security update for lodash

v4.2.5

31 May 08:59
Compare
Choose a tag to compare

fixed WDYR trying to track untrackable React elements which resulted in a redundant console error to the console. thanks @MaffooBristol

v4.2.4

30 May 09:21
Compare
Choose a tag to compare

fixed handling of hook state change during render. thanks @Hypnosphi!!