Skip to content

Releases: SAP/karma-ui5

v1.0.0

04 Apr 07:04
Compare
Choose a tag to compare

Please read the Migration Guide to v1.0.0 to see how to adapt your project.

Breaking Changes

  • Update karma peerDependency to ">= 1.7.1" 2d06e91

Bug Fixes

  • Don't create webpack bundle on postinstall 8dbb33a
  • Keep last test page open 6abbec4
  • Use full screen size for QUnit HTML iframe e8c63a5
  • TypeError: top.jsUnitTestSuite is not a constructor 729a9d3

Features

  • Enable UI5 Tooling support for "script" mode 5e80a72
  • Introduce "html" / "script" mode bc0aa54

All changes

v1.0.0-beta.2...v1.0.0

v1.0.0-beta.2

22 Mar 09:07
Compare
Choose a tag to compare

Bug Fixes

  • Run tests in iFrame by default (#32) 7c4a825
  • Missing testrunner.html when using npm dependencies (#27) c2adeed
  • Add missing dependency to "js-yaml" 619431f

All changes

v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

13 Mar 08:11
Compare
Choose a tag to compare

Breaking Changes

  • Require Node.js >= 8.5 ad7b772
  • Rename framework / config to ui5 4ce4609
  • Rename package to karma-ui5 74ad2e8

Features

  • Integrate execution without htmlrunner e991ac6
  • Add QUnit HTML runner 2b69ab0

BREAKING CHANGE

Support for older Node.js releases has been dropped.
Only Node.js v8.5 or higher is supported.

The framework and config names have been changed from openui5 to
ui5.

The useMockServer option has been removed.
A MockServer needs to be started from the test code.

The package has been renamed from karma-openui5 to karma-ui5. New
versions will only be published as karma-ui5.

All changes

0.2.3...v1.0.0-beta.1

0.2.2

29 Mar 14:57
Compare
Choose a tag to compare
Release 0.2.2

0.2.1

11 Dec 12:44
Compare
Choose a tag to compare
Release 0.2.1

Mockserver functionality

09 Dec 08:44
Compare
Choose a tag to compare
0.2.0

Added mockserver functionality

0.1.2

08 Dec 09:37
Compare
Choose a tag to compare
Added npmignore file so that the builded file is released

0.1.0

08 Dec 08:50
Compare
Choose a tag to compare
Change name for karma config to openui5 and make config generic