All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.5.3 (2020-06-23)
3.5.2 (2020-06-19)
3.5.1 (2020-06-19)
- explicitly include dist files in npm tarball (#158) (6bd3ddf)
- build: don't ignore dist direcotry (#155) (3771b26)
- build: don't ignore dist direcotry (#155) (647ac6f)
3.5.0 (2020-06-16)
- 4.5:1 ratio for devtool colors in both light and dark theme (#142) (35a3f4d)
- fire checkNode on leading edge (#147) (055dc2b)
3.4.1 (2020-02-14)
- debounce: make 3rd parameter a true debounce (0503d5f)
3.4.0 (2020-02-11)
3.3.0 (2019-08-28)
- addComponent was getting called for the same component multiple times causing after.js to get stuck in an infinite loop (d5901f3)
- catch and log errors thrown when calling React.findDOMNode (#82) (14eeec6)
- include node tested to its path when determining commonParent (31e13e4)
- look for debug id under the fibre if not in the internal instance (#65) (e246a24)
- use reactInstance variable when possible (eafb2e3)
- example: correctly mount shadow DOM (#88) (528e153)
- package: update react-shadow to version 17.0.0 (#83) (98b3cb9)
3.2.0 (2019-06-26)
- addComponent was getting called for the same component multiple times causing after.js to get stuck in an infinite loop (d5901f3)
- catch and log errors thrown when calling React.findDOMNode (#82) (14eeec6)
- include node tested to its path when determining commonParent (31e13e4)
- look for debug id under the fibre if not in the internal instance (#65) (e246a24)
- use reactInstance variable when possible (eafb2e3)
- example: correctly mount shadow DOM (#88) (528e153)
- package: update react-shadow to version 17.0.0 (#83) (98b3cb9)
3.1.0 (2019-03-11)
3.0.2 (2018-09-17)
- use reactInstance variable when possible (eafb2e3)
- addComponent was getting called for the same component multiple times causing after.js to get stuck in an infinite loop (d5901f3)
3.0.1 (2018-04-05)
3.0.0 (2018-03-28)
3.0.0-alpha.1 (2018-02-20)
- add integration testing with Cypress (10bfda6)
- add support for react 16 (f9de57d), closes #26
- make react-axe return a promise (1d4bd8d)
- upgrade to axe 3 (87e6d1e), closes #22