Skip to content

Releases: BladeRunnerJS/brjs

BladeRunnerJS 1.7.1

29 Sep 15:26
Compare
Choose a tag to compare

BladeRunnerJS v1.7.1

BladeRunnerJS v1.7.1 contains minor enhancements.

Bug Fixes

  • none

Enhancements

  • Additional check added to br.i18n.Translator too ensure i18n warnings are not consoled when the suppressI18nWarnings flag is set to true
  • Keyboard-events.js has been updated to support latest PhantomJS

Backwards Compatability

  • none

------------- ### API Documentation

Travis Build Status for v1.7.1:   Build Status

Closed Issues

The following issues labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport have been closed:

  • Suppress I18n flag not working #1795

1 issues closed; 1 labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport from 1 milestones:
https://github.com/BladeRunnerJS/brjs/issues?milestone=68&state=closed

Found an Issue?

Parts of this release note have been auto-generated. If you notice any problems with it tell us

BladeRunnerJS 1.7.0

13 Jul 13:39
Compare
Choose a tag to compare

BladeRunnerJS v1.7.0

BladeRunnerJS v1.7.0 contains enhancements and minor bug fixes.

Bug Fixes

  • br.parsing.LocalisedAmountParser has been updated to use BigNumber to fix rounding errors when parsing some values.
  • br.util.Observable now uses typeof in place of intanceof to avoid errors when using some classes used by downstream projects.

Enhancements

  • The version of Jetty packaged with BRJS has been upgraded to 9.4.6. This version contains a fix to an issue which caused bad requires to throw ServletExceptions in the browser when using our dev server.
  • br.presenter.testing.PresentationModelFixture now has setPMMappings method to support editing Presenter Mappings in acceptance tests.
  • The version of Selenium packaged with BRJS has been upgraded to 3.4.0.

Backwards Compatability

  • Changes to br.util.Observable will mean that any observers which are primitives instantiated using new (e.g. new String) will fail the type check.

------------- ### API Documentation

Travis Build Status for v1.7.0:   Build Status

Closed Issues

The following issues labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport have been closed:

  • IllegalArgumentException when requiring non existent class #1786

5 issues closed; 1 labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport from 1 milestones:
https://github.com/BladeRunnerJS/brjs/issues?milestone=67&state=closed

Found an Issue?

Parts of this release note have been auto-generated. If you notice any problems with it tell us

BladeRunnerJS 1.6.1

20 Apr 10:19
Compare
Choose a tag to compare

BladeRunnerJS v1.6.1

BladeRunnerJS v1.6.1 contains a minor bug fix.

Bug Fixes

  • br.presenter.testing.KnockoutInvocationCountPlugin and br.presenter.testing.PresentationModelFixture contain minor fixes to ensure invocation count proxy method return where necessary.

------------- ### API Documentation

Travis Build Status for v1.6.1:   Build Status

Closed Issues

The following issues labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport have been closed:

1 issues closed; 0 labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport from 1 milestones:
https://github.com/BladeRunnerJS/brjs/issues?milestone=66&state=closed

Found an Issue?

Parts of this release note have been auto-generated. If you notice any problems with it tell us

BladeRunnerJS 1.6.0

30 Mar 10:56
Compare
Choose a tag to compare

BladeRunnerJS v1.6.0

BladeRunnerJS v1.6.0 contains full Java 8 support and new features.

Java 8

BRJS was previously built and compiled with Java 8 but distributed to run against Java 7+. This is the first release that targets Java 8. We advise users to upgrade their Java versions to 8 and to ensure prod servers are upgraded where necessary.

Enhancements

  • br.AliasRegistryClass format has been simplified and now allows inline alias registration.
  • The version of Selenium that is shipped with BRJS has been upgraded to 3.0.1.
  • The Jetty version, which BRJS uses as a dev server, has been upgraded to 9.4.2.

------------- ### API Documentation

Travis Build Status for v1.6.0:   Build Status

Closed Issues

The following issues labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport have been closed:

  • Upgrade to Java 8, Jetty 9.4.2, Selenium 3.0.1 #1775

1 issues closed; 1 labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport from 1 milestones:
https://github.com/BladeRunnerJS/brjs/issues?milestone=65&state=closed

Found an Issue?

Parts of this release note have been auto-generated. If you notice any problems with it tell us

BladeRunnerJS 1.5.9

09 Feb 10:18
Compare
Choose a tag to compare

BladeRunnerJS v1.5.9

BladeRunnerJS v1.5.9 contains one minor enhancement.

Enhancements

  • For FixtureFactories that have implemented a tearDown method, this will now be called at the end of tests to allow services to be cleared down.


API Documentation

Travis Build Status for v1.5.9:   Build Status

Closed Issues

The following issues labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport have been closed:

  • GWTTestRunner should call fixture factory teardown #1757

1 issues closed; 1 labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport from 1 milestones:
https://github.com/BladeRunnerJS/brjs/issues?milestone=64&state=closed

Found an Issue?

Parts of this release note have been auto-generated. If you notice any problems with it tell us

BladeRunnerJS 1.5.8

14 Dec 15:26
Compare
Choose a tag to compare

BladeRunnerJS v1.5.8

BladeRunnerJS v1.5.8 contains one minor bug fix.

Bug Fixes

  • Fixed a bug where ElementUtility would throw an error in IE11 when using SVG elements


API Documentation

Travis Build Status for v1.5.8:   Build Status

Closed Issues

The following issues labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport have been closed:

1 issues closed; 0 labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport from 1 milestones:
https://github.com/BladeRunnerJS/brjs/issues?milestone=63&state=closed

Found an Issue?

Parts of this release note have been auto-generated. If you notice any problems with it tell us

BladeRunnerJS 1.5.7

09 Dec 10:26
Compare
Choose a tag to compare

BladeRunnerJS v1.5.7

BladeRunnerJS v1.5.7 contains one minor bug fix.

Bug Fixes

  • ElementUtility now supports SVGs while searching for elements with a given className.


API Documentation

Travis Build Status for v1.5.7:   Build Status

Closed Issues

The following issues labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport have been closed:

1 issues closed; 0 labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport from 1 milestones:
https://github.com/BladeRunnerJS/brjs/issues?milestone=62&state=closed

Found an Issue?

Parts of this release note have been auto-generated. If you notice any problems with it tell us

BladeRunnerJS 1.5.6

25 Nov 14:52
Compare
Choose a tag to compare

BladeRunnerJS v1.5.6

BladeRunnerJS v1.5.6 contains one minor bug fix and an update to the Emitr library.

Bug Fixes & Minor Improvements

  • Bug fix, locale switcher resulted in incorrect urls when the index page was at the root e.g. index.html/en_GB.html
  • The Emitr library has been updated to optionally allow errors to NOT be swallowed during development.


API Documentation

Travis Build Status for v1.5.6:   Build Status

Closed Issues

The following issues labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport have been closed:

  • Locale switcher doesn't work when index page is at the root #1747

3 issues closed; 1 labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport from 1 milestones:
https://github.com/BladeRunnerJS/brjs/issues?milestone=61&state=closed

Found an Issue?

Parts of this release note have been auto-generated. If you notice any problems with it tell us

BladeRunnerJS 1.5.5

08 Nov 13:20
Compare
Choose a tag to compare

BladeRunnerJS v1.5.5

BladeRunnerJS v1.5.5 contains one minor bug fix.

Bug fixes

  • Fix provided to ensure ListenerCompatUtil correctly checks typeof of listener methods that works for all cases.


API Documentation

Travis Build Status for v1.5.5:   Build Status

Closed Issues

The following issues labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport have been closed:

  • ListenerCompatUtil incorrectly evaluates method #1743

1 issues closed; 1 labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport from 1 milestones:
https://github.com/BladeRunnerJS/brjs/issues?milestone=60&state=closed

Found an Issue?

Parts of this release note have been auto-generated. If you notice any problems with it tell us

BladeRunnerJS 1.5.4

07 Nov 14:45
Compare
Choose a tag to compare

BladeRunnerJS v1.5.4

BladeRunnerJS v1.5.4 contains one change.

  • The thirdparty library jQuery has been upgraded to version 1.12.4. Please consult the jQuery release notes for further information.


API Documentation

Travis Build Status for v1.5.4:   Build Status

Closed Issues

The following issues labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport have been closed:

  • Upgrade jQuery version #1702

1 issues closed; 1 labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport from 1 milestones:
https://github.com/BladeRunnerJS/brjs/issues?milestone=59&state=closed

Found an Issue?

Parts of this release note have been auto-generated. If you notice any problems with it tell us