All Versions
23
Latest Version
Avg Release Cycle
13 days
Latest Release
2949 days ago

Changelog History
Page 3

  • v3.0.0 Changes

    January 21, 2016
    โž• Added
    • ๐Ÿ— Bundling the UIHarness code itself as a static file so only the test specs/components are build (faster).
    • node bundle command.
    ๐Ÿ”„ Changed
    • ๐Ÿšš Moved from WebPack middleware to use the WebpackDevServer.
      • This was done because reload issues were occurring with the middleware (it is less well supported) and is no longer necessary with an firmer understanding of the proxy feature of the WebpackDevServer which allows for a server-app to be used.
  • v2.0.0 Changes

    January 04, 2016
    ๐Ÿ”„ Changed
    • โšก๏ธ Updated to using Babel 6.
  • v1.1.9 Changes

    December 04, 2015
    ๐Ÿ›  Fixed
    • ๐Ÿ›  Fixed breaking changes caused by updates to react-schema module.