All Versions
29
Latest Version
Avg Release Cycle
74 days
Latest Release
-

Changelog History
Page 1

  • v4.5.0 Changes

    • Merge #148 - Add node.compareDocumentPosition support.
  • v4.4.1 Changes

    March 29, 2019
    • Replace a couple of let keywords with var because it was breaking some older environments and tools. See #147 for example.
  • v4.4.0 Changes

    February 14, 2019
    • Merge #145 - Copy static properties through the higher order component.
  • v4.3.0 Changes

    February 12, 2019
    • Merge #143 - Support D3 selection cloning.
  • v4.2.0 Changes

    June 17, 2018
    • Merge #133 - Clean up HOC timers on unmount.
  • v4.1.0 Changes

    November 08, 2017
    • Merge #123 - Expose drawFauxDOM in HOC.
    • Merge #116 - Support independent documents with a factory.
  • v4.0.5 Changes

    October 10, 2017
    • Merge #115 - Update a bunch of things.
  • v4.0.4 Changes

    October 10, 2017
    • Merge #114 - Move React to dev dependencies.
  • v4.0.3 Changes

    June 03, 2017

    ๐Ÿš€ This should have been v4.0.0 really, I sincerely apologise for breaking the previous three releases.

    • Merge #102 - Redesign and fix the withFauxDOM HOC.

    ๐Ÿ“š withFauxDOM now passes the methods you need through the props. The documentation has been updated. For reasoning, see #96.

  • v4.0.2 Changes

    June 01, 2017

    โœ… Same as v4.0.1 but under the normal latest tag.

    • Merge #100 - Change the withFauxDOM HOC so it only uses ES5 features. Fixes issues around uglifyjs after the v4.0.0 release.