Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Latest commit

 

History

History
144 lines (82 loc) · 8.49 KB

CHANGELOG.md

File metadata and controls

144 lines (82 loc) · 8.49 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.5.3 (2020-06-23)

Bug Fixes

  • make conf and context parameters optional again (#171) (605cab8)

3.5.2 (2020-06-19)

3.5.1 (2020-06-19)

Bug Fixes

  • 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)

Features

Bug Fixes

  • 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)

Bug Fixes

  • debounce: make 3rd parameter a true debounce (0503d5f)

3.4.0 (2020-02-11)

Features

3.3.0 (2019-08-28)

Bug Fixes

  • 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)

Features

3.2.0 (2019-06-26)

Bug Fixes

  • 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)

Features

3.1.0 (2019-03-11)

Bug Fixes

  • look for debug id under the fibre if not in the internal instance (#65) (e246a24)

Features

3.0.2 (2018-09-17)

Bug Fixes

  • 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)

Bug Fixes

  • use a semaphore to avoid running axe concurrently (#33) (151c906), closes #32

3.0.0 (2018-03-28)

Features

  • Simplified the example by removing Grunt (#30) (311d2e5), closes #29

3.0.0-alpha.1 (2018-02-20)

Features

  • 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

2.1.9 (2017-12-20)

2.1.8 (2017-12-20)

2.1.6 (2017-06-10)

2.1.5 (2017-06-05)

2.1.4 (2017-05-25)

2.1.2 (2017-05-01)