ui-harness v3.1.0 Release Notes

Release Date: 2016-01-26 // about 8 years ago
  • โž• Added

    • ๐Ÿ‘ Relay/GraphQL support.
    • ๐Ÿ”ง Passing proxy option through to server start method. This allows things like the GraphQL proxy to be configured.
    • ๐Ÿ‘ฎ Force min-version of Node at startup. (>=5.5.0 as of version 3.0.3).

    ๐Ÿ”„ Changed

    • Referencing Babel dependencies via js-babel and js-babel-dev modules.
    • ๐Ÿ’… Linting updated to use AirBnB style guide.

    ๐Ÿ—„ Deprecated

    โœ‚ Removed

    • โœ‚ Removed the bundle and bundle:init scripts. The UIHarness client is now bundled as a chunk within the main Webpack build.

    ๐Ÿ›  Fixed

    ๐Ÿ”’ Security