Skip to content

BladeRunnerJS 1.5.0

Compare
Choose a tag to compare
@brjs-ci brjs-ci released this 06 Sep 16:06
· 142 commits to master since this release

BladeRunnerJS v1.5.0

BladeRunnerJS v1.5.0 contains code refactoring and minor enhancements.

Enhancements

  • A boolean has been added to br.presenter.node.Field to represent when validation is pending / completed.
  • The utility class br.i18n.I18nStore has been added to br.i18n.Translator, this will prevent circular dependencies when running in WebPack.

Removing Redundant Code

  • Now that older versions of Internet Explorer are no longer supported by BRJS, thirdparty libraries containing shims and shivs have been removed from the codebase. If for any reason you still require these libraries we suggest you add them to your apps libs directory.

Backwards Compatibility Issues

  • The changes to br.i18n.Translator may result in errors in tests which previously accessed the private messages map of this class. It is recommended that you use I18nStore.registerTranslations to override/register translations for tests.


API Documentation

Travis Build Status for v1.5.0:   Build Status

Closed Issues

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

  • Add a property pending to field #1730

4 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=55&state=closed

Found an Issue?

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