Skip to content

Commit

Permalink
Merge pull request #1790 from BladeRunnerJS/1.7.0-release-notes
Browse files Browse the repository at this point in the history
adding release notes for 1.7.0
  • Loading branch information
thecapdan authored Jul 13, 2017
2 parents 55b2395 + 7d6ad03 commit 85ccf94
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions releases/v1.7.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"milestone": "1.7.0",
"name": "BladeRunnerJS 1.7.0",
"prerelease": false
}
18 changes: 18 additions & 0 deletions releases/v1.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## BladeRunnerJS @tagVersion@

BladeRunnerJS @tagVersion@ 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.

0 comments on commit 85ccf94

Please sign in to comment.