All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
A list of unreleased changes can be found here.
v4.1.0 - 2024-11-08
- Add support for UI5 2.x in "script" mode
e7ce5c8
v4.0.1 - 2024-07-25
- Bump @ui5/project from 3.9.2 to 4.0.0
a62495d
- Bump @ui5/server from 3.2.1 to 4.0.0
e2c0266
- Bump @ui5/fs from 3.0.5 to 4.0.0
261a3ee
v4.0.0 - 2024-07-24
- Drop node v16, v18, v21
ed6c356
Support for older Node.js and npm releases has been dropped. Only Node.js 20.11.x and >=22.0.0 as well as npm v8 or higher are supported.
JIRA: CPOUI5FOUNDATION-846
v3.0.4 - 2023-10-19
v3.0.3 - 2023-04-27
- Ensure defined urlParameters order
e1f3f7a
v3.0.2 - 2023-02-17
v3.0.1 - 2023-02-16
v3.0.0 - 2023-02-10
- Require Node.js ^16.18.0 || >=18.12.0
13ca8ad
- Require Node.js ^16.18.0 || >=18.0.0 / npm >= 8
f4e250b
- Update UI5 Tooling dependencies to v3.0.0 (#536)
8b294d8
- Bump @ui5/project from 3.0.0-rc.1 to 3.0.0-rc.2
1aa26c5
- Support UI5 Tooling v3
49c4997
Raising the minimum required Node v18 version to 18.12.0.
Support for older Node.js and npm releases has been dropped. Only Node.js ^16.18.0 or >=18.0.0, and npm v8 or higher are supported.
v2.4.0 - 2021-12-08
v2.3.4 - 2021-06-10
v2.3.3 - 2021-02-01
v2.3.2 - 2020-11-24
v2.3.1 - 2020-10-13
v2.3.0 - 2020-09-02
v2.2.1 - 2020-08-24
v2.2.0 - 2020-06-16
v2.1.2 - 2020-05-25
- Protocol error when using https ui5.url
6396bb4
v2.1.1 - 2020-05-19
- Improve performance when serving UI5 resources via URL
20b6512
v2.1.0 - 2020-04-09
- Add "configPath" option
6f90051
v2.0.0 - 2020-04-02
- Support UI5 Tooling specVersion 2.0 / Add all ui5 serve middlewares
fbfcb09
The ui5 framework is now initialized asynchronous, which is only supported starting with karma v4.3.0.
Support for older Node.js releases has been dropped. Only Node.js v10 or higher is supported.
v1.2.0 - 2020-04-01
- Error Handling: Prevent UnhandledRejection
4e1db52
v1.1.0 - 2019-09-06
- Resolve absolute paths (webapp / src / test)
4f8c180
- Fix link in testsuite error messages
8129dfd
- Improve error handling (#102)
482d646
- Execution in IE11 (html mode)
7c793ae
v1.0.1 - 2019-06-17
v1.0.0 - 2019-04-04
- Update karma peerDependency to ">= 1.7.1"
2d06e91
- 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
v1.0.0-beta.2 - 2019-03-22
- Run tests in iFrame by default (#32)
7c4a825
- Missing testrunner.html when using npm dependencies (#27)
c2adeed
- Add missing dependency to "js-yaml"
619431f
v1.0.0-beta.1 - 2019-03-13
- Require Node.js >= 8.5
ad7b772
- Rename framework / config to ui5
4ce4609
- Rename package to karma-ui5
74ad2e8
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
.