All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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