All Versions
23
Latest Version
Avg Release Cycle
13 days
Latest Release
2364 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.9.0 Changes
May 10, 2016๐ Changed
โก๏ธ Update references, including bringing React up to
15.0.2
. -
v3.8.1 Changes
April 14, 2016โ Removed
- ๐
this.border()
style helper Caused some problems with component sizing, this needs to be thought through a little more carefully. Will re-implement this soon.
- ๐
-
v3.8.0 Changes
April 13, 2016โ Added
- ๐
Style properties:
this.border()
style helperthis.background()
style helper.
- ๐
Style properties:
-
v3.7.8 Changes
April 11, 2016โ Added
- A
__UIHARNESS__
environment variable that can be used to mix UIHarness specs with server-side unit-tests. See issue 60. - Explicit reference to
memory-fs
.
๐ Changed
- ๐ง Taking an array of entry paths within the
.uiharness.yml
configuration file.
- A
-
v3.7.0 Changes
February 23, 2016โ Added
- ๐ Support for passing context down to a hosted component (see React Context).
Methods:
this.childContextTypes
this.context
this.page.insertScript
method.
๐ Changed
this.load
method tothis.component
.
๐ Deprecated
- ๐
this.load
method (still working with a deprecation warning in the console).
- ๐ Support for passing context down to a hosted component (see React Context).
Methods:
-
v3.6.0 Changes
February 18, 2016โ Added
- โ Adding
<link>
to<head>
for adding web-fonts. Seethis.page.insertFont(url)
. - ๐ Setting the
NODE_ENV
to production for WebPack when building in production mode. This speeds up React when deployed in production.
๐ Changed
- ๐ Looking for build config within the
.uiharness.yml
file if parameter not passed into thebuild
function. Before this, the YAML file was being inspected only from the shell command which prevented the YAML file from being considered if the caller was doing it from code via the API.
- โ Adding
-
v3.4.0 Changes
February 12, 2016โ Added
- ๐ง Reading
graphqlSchema
andproxy
from the.uiharness.yml
configuration file. - ๐ฆ Exposing
/<package-name>/images
as a static web-server path for image assets. - ๐ Build command for generating bundled JS, along with file-size details.
๐ Changed
- ๐ง Relay configuration supports taking a path to a
.json
file from thegraphqlSchema
argument.
๐ Deprecated
โ Removed
- ๐ The file Size calculation command. Covered with the
build
command.
- ๐ง Reading
-
v3.3.0 Changes
January 27, 2016โ Added
- Calculating built JS size statistics (run
$ node size
);
- Calculating built JS size statistics (run
-
v3.2.0 Changes
January 27, 2016โ Added
- ๐ง Configuration settings specified in a
.uiharness.yml
file within the in the root of the project.
- ๐ง Configuration settings specified in a
-
v3.1.0 Changes
January 26, 2016โ 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 version3.0.3
).
๐ Changed
- Referencing Babel dependencies via
js-babel
andjs-babel-dev
modules. - ๐ Linting updated to use AirBnB style guide.
๐ Deprecated
โ Removed
- โ Removed the
bundle
andbundle:init
scripts. The UIHarness client is now bundled as a chunk within the main Webpack build.
๐ Fixed
๐ Security