All Versions
23
Latest Version
Avg Release Cycle
13 days
Latest Release
2949 days ago
Changelog History
Page 3
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 theWebpackDevServer
which allows for a server-app to be used.
- 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
-
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.
- ๐ Fixed breaking changes caused by updates to