Skip to content

Releases: ui5-community/wdi5

v2.0.9

23 May 07:54
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.9 (2024-05-23)

Bug Fixes

2.0.8 (2024-05-13)

Bug Fixes

  • pass interaction matcher in press function (0080ce1)

2.0.7 (2024-04-28)

2.0.6 (2024-01-15)

2.0.5 (2024-01-10)

Bug Fixes

  • TypeScript Module Configuration (especially for ESM) (#574) (56552d5), closes #573

2.0.4 (2023-12-21)

Bug Fixes

  • remove empty array elements to reduce to reduce scope transfer size (#570) (f2843c1)

2.0.3 (2023-11-15)

Bug Fixes

  • timeout from config during late inject (#552) (2dc1e08)

2.0.2 (2023-10-05)

Bug Fixes

2.0.1 (2023-09-25)

2.0.0 (2023-09-16)

2.0.0-rc.0 (2023-09-08)

Features

Bug Fixes

  • remove it.only from stale element tests (7bb89f1)

2.0.0-beta.1 (2023-08-29)

Features

  • sap build workzone std ed enablement, ias authentication capability (#520) (8f6c217), closes #378

2.0.0-beta.0 (2023-08-28)

Features

2.0.0-alpha.1 (2023-07-06)

2.0.0-alpha.0 (2023-07-03)

Features

1.5.4 (2023-08-31)

1.5.3 (2023-08-22)

Bug Fixes

  • display different error message depending on the type (#506) (0f8e356)

1.5.2 (2023-08-17)

Bug Fixes

  • invalidate control map when we injectUi5 (#513) (b6b7210)

1.5.1 (2023-06-14)

Bug Fixes

1.5.0 (2023-05-09)

Features

  • outsource auth tests, drop node 14, make node 16 dev default, align script timeout (#465) (b2cb381)

1.4.0 (2023-05-09)

Features

  • add exec to ui5 controls to boost performance for data retrieval from many ui5 child controls (#456) (93116d4)

1.3.3 (2023-04-27)

Bug Fixes

  • queue on the node event loop to mitigate "waitAsync is already running bug" (#455) (bed997e), closes #452

1.3.2 (2023-03-15)

Bug Fixes

  • fe-lib: transform milliseconds to seconds correctly for TestLibrary (#443) (a7f840f)

1.3.1 (2023-02-27)

1.3.0 (2023-02-24)

Features

1.2.1 (2023-02-23)

Bug Fixes

  • make saveObject() work in unsecure contexts (#419) (c293f0f), closes #416

1.2.0 (2023-02-08)

Features

  • allow for async client-side controller functions (#423) (bde49d1), closes #417

1.1.1 (2023-02-08)

Bug Fixes

1.1.0 (2023-01-30)

Features

  • make FE Test Library recognize Timeout Setting (#411) (9d84414)

1.0.5 (2023-01-13)

Bug Fixes

1.0.4 (2022-12-13)

Bug Fixes

1.0.3 (2022-12-12)

Bug Fixes

  • injectTools: narrow down the UMD loader to window (#387) (4f7994b), closes #386

1.0.2 (2022-11-30)

Bug Fixes

1.0.1 (2022-11-24)

Bug Fixes

  • wait for the injection of wdi5 till the redirection finished (#379) (2cc492e)

1.0.0 (2022-11-23)

1.0.0-pre.5 (2022-11-22)

Bug Fixes

1.0.0-pre.4 (2022-11-22)

1.0.0-pre.3 (2022-11-21)

Features

  • add watch support for authentication (#372) (8eb564d)

1.0.0-pre.2 (2022-11-16)

Bug Fixes

1.0.0-pre.1 (2022-11-14)

Features

1.0.0-pre.0 (2022-11-14)

Features

0.9.16 (2022-11-08)

Features

Read more

v2.0.8

13 May 15:54
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.8 (2024-05-13)

Bug Fixes

  • pass interaction matcher in press function (0080ce1)

2.0.7 (2024-04-28)

2.0.6 (2024-01-15)

2.0.5 (2024-01-10)

Bug Fixes

  • TypeScript Module Configuration (especially for ESM) (#574) (56552d5), closes #573

2.0.4 (2023-12-21)

Bug Fixes

  • remove empty array elements to reduce to reduce scope transfer size (#570) (f2843c1)

2.0.3 (2023-11-15)

Bug Fixes

  • timeout from config during late inject (#552) (2dc1e08)

2.0.2 (2023-10-05)

Bug Fixes

2.0.1 (2023-09-25)

2.0.0 (2023-09-16)

2.0.0-rc.0 (2023-09-08)

Features

Bug Fixes

  • remove it.only from stale element tests (7bb89f1)

2.0.0-beta.1 (2023-08-29)

Features

  • sap build workzone std ed enablement, ias authentication capability (#520) (8f6c217), closes #378

2.0.0-beta.0 (2023-08-28)

Features

2.0.0-alpha.1 (2023-07-06)

2.0.0-alpha.0 (2023-07-03)

Features

1.5.4 (2023-08-31)

1.5.3 (2023-08-22)

Bug Fixes

  • display different error message depending on the type (#506) (0f8e356)

1.5.2 (2023-08-17)

Bug Fixes

  • invalidate control map when we injectUi5 (#513) (b6b7210)

1.5.1 (2023-06-14)

Bug Fixes

1.5.0 (2023-05-09)

Features

  • outsource auth tests, drop node 14, make node 16 dev default, align script timeout (#465) (b2cb381)

1.4.0 (2023-05-09)

Features

  • add exec to ui5 controls to boost performance for data retrieval from many ui5 child controls (#456) (93116d4)

1.3.3 (2023-04-27)

Bug Fixes

  • queue on the node event loop to mitigate "waitAsync is already running bug" (#455) (bed997e), closes #452

1.3.2 (2023-03-15)

Bug Fixes

  • fe-lib: transform milliseconds to seconds correctly for TestLibrary (#443) (a7f840f)

1.3.1 (2023-02-27)

1.3.0 (2023-02-24)

Features

1.2.1 (2023-02-23)

Bug Fixes

  • make saveObject() work in unsecure contexts (#419) (c293f0f), closes #416

1.2.0 (2023-02-08)

Features

  • allow for async client-side controller functions (#423) (bde49d1), closes #417

1.1.1 (2023-02-08)

Bug Fixes

1.1.0 (2023-01-30)

Features

  • make FE Test Library recognize Timeout Setting (#411) (9d84414)

1.0.5 (2023-01-13)

Bug Fixes

1.0.4 (2022-12-13)

Bug Fixes

1.0.3 (2022-12-12)

Bug Fixes

  • injectTools: narrow down the UMD loader to window (#387) (4f7994b), closes #386

1.0.2 (2022-11-30)

Bug Fixes

1.0.1 (2022-11-24)

Bug Fixes

  • wait for the injection of wdi5 till the redirection finished (#379) (2cc492e)

1.0.0 (2022-11-23)

1.0.0-pre.5 (2022-11-22)

Bug Fixes

1.0.0-pre.4 (2022-11-22)

1.0.0-pre.3 (2022-11-21)

Features

  • add watch support for authentication (#372) (8eb564d)

1.0.0-pre.2 (2022-11-16)

Bug Fixes

1.0.0-pre.1 (2022-11-14)

Features

1.0.0-pre.0 (2022-11-14)

Features

0.9.16 (2022-11-08)

Features

0.9.15 (2022-10-26)

Bug Fixes

Read more

v2.0.7

28 Apr 14:44
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.7 (2024-04-28)

2.0.6 (2024-01-15)

2.0.5 (2024-01-10)

Bug Fixes

  • TypeScript Module Configuration (especially for ESM) (#574) (56552d5), closes #573

2.0.4 (2023-12-21)

Bug Fixes

  • remove empty array elements to reduce to reduce scope transfer size (#570) (f2843c1)

2.0.3 (2023-11-15)

Bug Fixes

  • timeout from config during late inject (#552) (2dc1e08)

2.0.2 (2023-10-05)

Bug Fixes

2.0.1 (2023-09-25)

2.0.0 (2023-09-16)

2.0.0-rc.0 (2023-09-08)

Features

Bug Fixes

  • remove it.only from stale element tests (7bb89f1)

2.0.0-beta.1 (2023-08-29)

Features

  • sap build workzone std ed enablement, ias authentication capability (#520) (8f6c217), closes #378

2.0.0-beta.0 (2023-08-28)

Features

2.0.0-alpha.1 (2023-07-06)

2.0.0-alpha.0 (2023-07-03)

Features

1.5.4 (2023-08-31)

1.5.3 (2023-08-22)

Bug Fixes

  • display different error message depending on the type (#506) (0f8e356)

1.5.2 (2023-08-17)

Bug Fixes

  • invalidate control map when we injectUi5 (#513) (b6b7210)

1.5.1 (2023-06-14)

Bug Fixes

1.5.0 (2023-05-09)

Features

  • outsource auth tests, drop node 14, make node 16 dev default, align script timeout (#465) (b2cb381)

1.4.0 (2023-05-09)

Features

  • add exec to ui5 controls to boost performance for data retrieval from many ui5 child controls (#456) (93116d4)

1.3.3 (2023-04-27)

Bug Fixes

  • queue on the node event loop to mitigate "waitAsync is already running bug" (#455) (bed997e), closes #452

1.3.2 (2023-03-15)

Bug Fixes

  • fe-lib: transform milliseconds to seconds correctly for TestLibrary (#443) (a7f840f)

1.3.1 (2023-02-27)

1.3.0 (2023-02-24)

Features

1.2.1 (2023-02-23)

Bug Fixes

  • make saveObject() work in unsecure contexts (#419) (c293f0f), closes #416

1.2.0 (2023-02-08)

Features

  • allow for async client-side controller functions (#423) (bde49d1), closes #417

1.1.1 (2023-02-08)

Bug Fixes

1.1.0 (2023-01-30)

Features

  • make FE Test Library recognize Timeout Setting (#411) (9d84414)

1.0.5 (2023-01-13)

Bug Fixes

1.0.4 (2022-12-13)

Bug Fixes

1.0.3 (2022-12-12)

Bug Fixes

  • injectTools: narrow down the UMD loader to window (#387) (4f7994b), closes #386

1.0.2 (2022-11-30)

Bug Fixes

1.0.1 (2022-11-24)

Bug Fixes

  • wait for the injection of wdi5 till the redirection finished (#379) (2cc492e)

1.0.0 (2022-11-23)

1.0.0-pre.5 (2022-11-22)

Bug Fixes

1.0.0-pre.4 (2022-11-22)

1.0.0-pre.3 (2022-11-21)

Features

  • add watch support for authentication (#372) (8eb564d)

1.0.0-pre.2 (2022-11-16)

Bug Fixes

1.0.0-pre.1 (2022-11-14)

Features

1.0.0-pre.0 (2022-11-14)

Features

0.9.16 (2022-11-08)

Features

0.9.15 (2022-10-26)

Bug Fixes

0.9.14 (2022-10-26)

0.9.13 (2022-09-16)

Features

  • turn off logging per selector

0.9.12 (2022-0...

Read more

v2.0.6

15 Jan 10:12
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.6 (2024-01-15)

2.0.5 (2024-01-10)

Bug Fixes

  • TypeScript Module Configuration (especially for ESM) (#574) (56552d5), closes #573

2.0.4 (2023-12-21)

Bug Fixes

  • remove empty array elements to reduce to reduce scope transfer size (#570) (f2843c1)

2.0.3 (2023-11-15)

Bug Fixes

  • timeout from config during late inject (#552) (2dc1e08)

2.0.2 (2023-10-05)

Bug Fixes

2.0.1 (2023-09-25)

2.0.0 (2023-09-16)

2.0.0-rc.0 (2023-09-08)

Features

Bug Fixes

  • remove it.only from stale element tests (7bb89f1)

2.0.0-beta.1 (2023-08-29)

Features

  • sap build workzone std ed enablement, ias authentication capability (#520) (8f6c217), closes #378

2.0.0-beta.0 (2023-08-28)

Features

2.0.0-alpha.1 (2023-07-06)

2.0.0-alpha.0 (2023-07-03)

Features

1.5.4 (2023-08-31)

1.5.3 (2023-08-22)

Bug Fixes

  • display different error message depending on the type (#506) (0f8e356)

1.5.2 (2023-08-17)

Bug Fixes

  • invalidate control map when we injectUi5 (#513) (b6b7210)

1.5.1 (2023-06-14)

Bug Fixes

1.5.0 (2023-05-09)

Features

  • outsource auth tests, drop node 14, make node 16 dev default, align script timeout (#465) (b2cb381)

1.4.0 (2023-05-09)

Features

  • add exec to ui5 controls to boost performance for data retrieval from many ui5 child controls (#456) (93116d4)

1.3.3 (2023-04-27)

Bug Fixes

  • queue on the node event loop to mitigate "waitAsync is already running bug" (#455) (bed997e), closes #452

1.3.2 (2023-03-15)

Bug Fixes

  • fe-lib: transform milliseconds to seconds correctly for TestLibrary (#443) (a7f840f)

1.3.1 (2023-02-27)

1.3.0 (2023-02-24)

Features

1.2.1 (2023-02-23)

Bug Fixes

  • make saveObject() work in unsecure contexts (#419) (c293f0f), closes #416

1.2.0 (2023-02-08)

Features

  • allow for async client-side controller functions (#423) (bde49d1), closes #417

1.1.1 (2023-02-08)

Bug Fixes

1.1.0 (2023-01-30)

Features

  • make FE Test Library recognize Timeout Setting (#411) (9d84414)

1.0.5 (2023-01-13)

Bug Fixes

1.0.4 (2022-12-13)

Bug Fixes

1.0.3 (2022-12-12)

Bug Fixes

  • injectTools: narrow down the UMD loader to window (#387) (4f7994b), closes #386

1.0.2 (2022-11-30)

Bug Fixes

1.0.1 (2022-11-24)

Bug Fixes

  • wait for the injection of wdi5 till the redirection finished (#379) (2cc492e)

1.0.0 (2022-11-23)

1.0.0-pre.5 (2022-11-22)

Bug Fixes

1.0.0-pre.4 (2022-11-22)

1.0.0-pre.3 (2022-11-21)

Features

  • add watch support for authentication (#372) (8eb564d)

1.0.0-pre.2 (2022-11-16)

Bug Fixes

1.0.0-pre.1 (2022-11-14)

Features

1.0.0-pre.0 (2022-11-14)

Features

0.9.16 (2022-11-08)

Features

0.9.15 (2022-10-26)

Bug Fixes

0.9.14 (2022-10-26)

0.9.13 (2022-09-16)

Features

  • turn off logging per selector

0.9.12 (2022-09-09)

Features

  • s...
Read more

v2.0.5

10 Jan 13:19
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.5 (2024-01-10)

Bug Fixes

  • TypeScript Module Configuration (especially for ESM) (#574) (56552d5), closes #573

2.0.4 (2023-12-21)

Bug Fixes

  • remove empty array elements to reduce to reduce scope transfer size (#570) (f2843c1)

2.0.3 (2023-11-15)

Bug Fixes

  • timeout from config during late inject (#552) (2dc1e08)

2.0.2 (2023-10-05)

Bug Fixes

2.0.1 (2023-09-25)

2.0.0 (2023-09-16)

2.0.0-rc.0 (2023-09-08)

Features

Bug Fixes

  • remove it.only from stale element tests (7bb89f1)

2.0.0-beta.1 (2023-08-29)

Features

  • sap build workzone std ed enablement, ias authentication capability (#520) (8f6c217), closes #378

2.0.0-beta.0 (2023-08-28)

Features

2.0.0-alpha.1 (2023-07-06)

2.0.0-alpha.0 (2023-07-03)

Features

1.5.4 (2023-08-31)

1.5.3 (2023-08-22)

Bug Fixes

  • display different error message depending on the type (#506) (0f8e356)

1.5.2 (2023-08-17)

Bug Fixes

  • invalidate control map when we injectUi5 (#513) (b6b7210)

1.5.1 (2023-06-14)

Bug Fixes

1.5.0 (2023-05-09)

Features

  • outsource auth tests, drop node 14, make node 16 dev default, align script timeout (#465) (b2cb381)

1.4.0 (2023-05-09)

Features

  • add exec to ui5 controls to boost performance for data retrieval from many ui5 child controls (#456) (93116d4)

1.3.3 (2023-04-27)

Bug Fixes

  • queue on the node event loop to mitigate "waitAsync is already running bug" (#455) (bed997e), closes #452

1.3.2 (2023-03-15)

Bug Fixes

  • fe-lib: transform milliseconds to seconds correctly for TestLibrary (#443) (a7f840f)

1.3.1 (2023-02-27)

1.3.0 (2023-02-24)

Features

1.2.1 (2023-02-23)

Bug Fixes

  • make saveObject() work in unsecure contexts (#419) (c293f0f), closes #416

1.2.0 (2023-02-08)

Features

  • allow for async client-side controller functions (#423) (bde49d1), closes #417

1.1.1 (2023-02-08)

Bug Fixes

1.1.0 (2023-01-30)

Features

  • make FE Test Library recognize Timeout Setting (#411) (9d84414)

1.0.5 (2023-01-13)

Bug Fixes

1.0.4 (2022-12-13)

Bug Fixes

1.0.3 (2022-12-12)

Bug Fixes

  • injectTools: narrow down the UMD loader to window (#387) (4f7994b), closes #386

1.0.2 (2022-11-30)

Bug Fixes

1.0.1 (2022-11-24)

Bug Fixes

  • wait for the injection of wdi5 till the redirection finished (#379) (2cc492e)

1.0.0 (2022-11-23)

1.0.0-pre.5 (2022-11-22)

Bug Fixes

1.0.0-pre.4 (2022-11-22)

1.0.0-pre.3 (2022-11-21)

Features

  • add watch support for authentication (#372) (8eb564d)

1.0.0-pre.2 (2022-11-16)

Bug Fixes

1.0.0-pre.1 (2022-11-14)

Features

1.0.0-pre.0 (2022-11-14)

Features

0.9.16 (2022-11-08)

Features

0.9.15 (2022-10-26)

Bug Fixes

0.9.14 (2022-10-26)

0.9.13 (2022-09-16)

Features

  • turn off logging per selector

0.9.12 (2022-09-09)

Features

  • support press OPA5 inte...
Read more

v2.0.4

21 Dec 15:14
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.4 (2023-12-21)

Bug Fixes

  • remove empty array elements to reduce to reduce scope transfer size (#570) (f2843c1)

2.0.3 (2023-11-15)

Bug Fixes

  • timeout from config during late inject (#552) (2dc1e08)

2.0.2 (2023-10-05)

Bug Fixes

2.0.1 (2023-09-25)

2.0.0 (2023-09-16)

2.0.0-rc.0 (2023-09-08)

Features

Bug Fixes

  • remove it.only from stale element tests (7bb89f1)

2.0.0-beta.1 (2023-08-29)

Features

  • sap build workzone std ed enablement, ias authentication capability (#520) (8f6c217), closes #378

2.0.0-beta.0 (2023-08-28)

Features

2.0.0-alpha.1 (2023-07-06)

2.0.0-alpha.0 (2023-07-03)

Features

1.5.4 (2023-08-31)

1.5.3 (2023-08-22)

Bug Fixes

  • display different error message depending on the type (#506) (0f8e356)

1.5.2 (2023-08-17)

Bug Fixes

  • invalidate control map when we injectUi5 (#513) (b6b7210)

1.5.1 (2023-06-14)

Bug Fixes

1.5.0 (2023-05-09)

Features

  • outsource auth tests, drop node 14, make node 16 dev default, align script timeout (#465) (b2cb381)

1.4.0 (2023-05-09)

Features

  • add exec to ui5 controls to boost performance for data retrieval from many ui5 child controls (#456) (93116d4)

1.3.3 (2023-04-27)

Bug Fixes

  • queue on the node event loop to mitigate "waitAsync is already running bug" (#455) (bed997e), closes #452

1.3.2 (2023-03-15)

Bug Fixes

  • fe-lib: transform milliseconds to seconds correctly for TestLibrary (#443) (a7f840f)

1.3.1 (2023-02-27)

1.3.0 (2023-02-24)

Features

1.2.1 (2023-02-23)

Bug Fixes

  • make saveObject() work in unsecure contexts (#419) (c293f0f), closes #416

1.2.0 (2023-02-08)

Features

  • allow for async client-side controller functions (#423) (bde49d1), closes #417

1.1.1 (2023-02-08)

Bug Fixes

1.1.0 (2023-01-30)

Features

  • make FE Test Library recognize Timeout Setting (#411) (9d84414)

1.0.5 (2023-01-13)

Bug Fixes

1.0.4 (2022-12-13)

Bug Fixes

1.0.3 (2022-12-12)

Bug Fixes

  • injectTools: narrow down the UMD loader to window (#387) (4f7994b), closes #386

1.0.2 (2022-11-30)

Bug Fixes

1.0.1 (2022-11-24)

Bug Fixes

  • wait for the injection of wdi5 till the redirection finished (#379) (2cc492e)

1.0.0 (2022-11-23)

1.0.0-pre.5 (2022-11-22)

Bug Fixes

1.0.0-pre.4 (2022-11-22)

1.0.0-pre.3 (2022-11-21)

Features

  • add watch support for authentication (#372) (8eb564d)

1.0.0-pre.2 (2022-11-16)

Bug Fixes

1.0.0-pre.1 (2022-11-14)

Features

1.0.0-pre.0 (2022-11-14)

Features

0.9.16 (2022-11-08)

Features

0.9.15 (2022-10-26)

Bug Fixes

0.9.14 (2022-10-26)

0.9.13 (2022-09-16)

Features

  • turn off logging per selector

0.9.12 (2022-09-09)

Features

  • support press OPA5 interaction for wdi5 press() API
  • enable enterText() in fluent async api
  • more precise error messages (with causes)

0.9.11 (2022-09-08)

Bug Fixes

0.9.10 (2022-07-27)

Features

  • improve error messages when control is not found (#309) ([f7b3182](https:...
Read more

v2.0.3

15 Nov 15:43
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.3 (2023-11-15)

Bug Fixes

  • timeout from config during late inject (#552) (2dc1e08)

2.0.2 (2023-10-05)

Bug Fixes

2.0.1 (2023-09-25)

2.0.0 (2023-09-16)

2.0.0-rc.0 (2023-09-08)

Features

Bug Fixes

  • remove it.only from stale element tests (7bb89f1)

2.0.0-beta.1 (2023-08-29)

Features

  • sap build workzone std ed enablement, ias authentication capability (#520) (8f6c217), closes #378

2.0.0-beta.0 (2023-08-28)

Features

2.0.0-alpha.1 (2023-07-06)

2.0.0-alpha.0 (2023-07-03)

Features

1.5.4 (2023-08-31)

1.5.3 (2023-08-22)

Bug Fixes

  • display different error message depending on the type (#506) (0f8e356)

1.5.2 (2023-08-17)

Bug Fixes

  • invalidate control map when we injectUi5 (#513) (b6b7210)

1.5.1 (2023-06-14)

Bug Fixes

1.5.0 (2023-05-09)

Features

  • outsource auth tests, drop node 14, make node 16 dev default, align script timeout (#465) (b2cb381)

1.4.0 (2023-05-09)

Features

  • add exec to ui5 controls to boost performance for data retrieval from many ui5 child controls (#456) (93116d4)

1.3.3 (2023-04-27)

Bug Fixes

  • queue on the node event loop to mitigate "waitAsync is already running bug" (#455) (bed997e), closes #452

1.3.2 (2023-03-15)

Bug Fixes

  • fe-lib: transform milliseconds to seconds correctly for TestLibrary (#443) (a7f840f)

1.3.1 (2023-02-27)

1.3.0 (2023-02-24)

Features

1.2.1 (2023-02-23)

Bug Fixes

  • make saveObject() work in unsecure contexts (#419) (c293f0f), closes #416

1.2.0 (2023-02-08)

Features

  • allow for async client-side controller functions (#423) (bde49d1), closes #417

1.1.1 (2023-02-08)

Bug Fixes

1.1.0 (2023-01-30)

Features

  • make FE Test Library recognize Timeout Setting (#411) (9d84414)

1.0.5 (2023-01-13)

Bug Fixes

1.0.4 (2022-12-13)

Bug Fixes

1.0.3 (2022-12-12)

Bug Fixes

  • injectTools: narrow down the UMD loader to window (#387) (4f7994b), closes #386

1.0.2 (2022-11-30)

Bug Fixes

1.0.1 (2022-11-24)

Bug Fixes

  • wait for the injection of wdi5 till the redirection finished (#379) (2cc492e)

1.0.0 (2022-11-23)

1.0.0-pre.5 (2022-11-22)

Bug Fixes

1.0.0-pre.4 (2022-11-22)

1.0.0-pre.3 (2022-11-21)

Features

  • add watch support for authentication (#372) (8eb564d)

1.0.0-pre.2 (2022-11-16)

Bug Fixes

1.0.0-pre.1 (2022-11-14)

Features

1.0.0-pre.0 (2022-11-14)

Features

0.9.16 (2022-11-08)

Features

0.9.15 (2022-10-26)

Bug Fixes

0.9.14 (2022-10-26)

0.9.13 (2022-09-16)

Features

  • turn off logging per selector

0.9.12 (2022-09-09)

Features

  • support press OPA5 interaction for wdi5 press() API
  • enable enterText() in fluent async api
  • more precise error messages (with causes)

0.9.11 (2022-09-08)

Bug Fixes

0.9.10 (2022-07-27)

Features

  • improve error messages when control is not found (#309) (f7b3182), closes #304

0.9.9 (2022-07-05)

0.9.8 (2022-07-04)

Features

  • ts app sample (#299) ([5...
Read more

v2.0.2

05 Oct 07:32
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2023-10-05)

Bug Fixes

2.0.1 (2023-09-25)

2.0.0 (2023-09-16)

2.0.0-rc.0 (2023-09-08)

Features

Bug Fixes

  • remove it.only from stale element tests (7bb89f1)

2.0.0-beta.1 (2023-08-29)

Features

  • sap build workzone std ed enablement, ias authentication capability (#520) (8f6c217), closes #378

2.0.0-beta.0 (2023-08-28)

Features

2.0.0-alpha.1 (2023-07-06)

2.0.0-alpha.0 (2023-07-03)

Features

1.5.4 (2023-08-31)

1.5.3 (2023-08-22)

Bug Fixes

  • display different error message depending on the type (#506) (0f8e356)

1.5.2 (2023-08-17)

Bug Fixes

  • invalidate control map when we injectUi5 (#513) (b6b7210)

1.5.1 (2023-06-14)

Bug Fixes

1.5.0 (2023-05-09)

Features

  • outsource auth tests, drop node 14, make node 16 dev default, align script timeout (#465) (b2cb381)

1.4.0 (2023-05-09)

Features

  • add exec to ui5 controls to boost performance for data retrieval from many ui5 child controls (#456) (93116d4)

1.3.3 (2023-04-27)

Bug Fixes

  • queue on the node event loop to mitigate "waitAsync is already running bug" (#455) (bed997e), closes #452

1.3.2 (2023-03-15)

Bug Fixes

  • fe-lib: transform milliseconds to seconds correctly for TestLibrary (#443) (a7f840f)

1.3.1 (2023-02-27)

1.3.0 (2023-02-24)

Features

1.2.1 (2023-02-23)

Bug Fixes

  • make saveObject() work in unsecure contexts (#419) (c293f0f), closes #416

1.2.0 (2023-02-08)

Features

  • allow for async client-side controller functions (#423) (bde49d1), closes #417

1.1.1 (2023-02-08)

Bug Fixes

1.1.0 (2023-01-30)

Features

  • make FE Test Library recognize Timeout Setting (#411) (9d84414)

1.0.5 (2023-01-13)

Bug Fixes

1.0.4 (2022-12-13)

Bug Fixes

1.0.3 (2022-12-12)

Bug Fixes

  • injectTools: narrow down the UMD loader to window (#387) (4f7994b), closes #386

1.0.2 (2022-11-30)

Bug Fixes

1.0.1 (2022-11-24)

Bug Fixes

  • wait for the injection of wdi5 till the redirection finished (#379) (2cc492e)

1.0.0 (2022-11-23)

1.0.0-pre.5 (2022-11-22)

Bug Fixes

1.0.0-pre.4 (2022-11-22)

1.0.0-pre.3 (2022-11-21)

Features

  • add watch support for authentication (#372) (8eb564d)

1.0.0-pre.2 (2022-11-16)

Bug Fixes

1.0.0-pre.1 (2022-11-14)

Features

1.0.0-pre.0 (2022-11-14)

Features

0.9.16 (2022-11-08)

Features

0.9.15 (2022-10-26)

Bug Fixes

0.9.14 (2022-10-26)

0.9.13 (2022-09-16)

Features

  • turn off logging per selector

0.9.12 (2022-09-09)

Features

  • support press OPA5 interaction for wdi5 press() API
  • enable enterText() in fluent async api
  • more precise error messages (with causes)

0.9.11 (2022-09-08)

Bug Fixes

0.9.10 (2022-07-27)

Features

  • improve error messages when control is not found (#309) (f7b3182), closes #304

0.9.9 (2022-07-05)

0.9.8 (2022-07-04)

Features

0.9.7 (2022-07-04)

Bug Fixes

Read more

v2.0.1

25 Sep 12:05
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2023-09-25)

2.0.0 (2023-09-16)

2.0.0-rc.0 (2023-09-08)

Features

Bug Fixes

  • remove it.only from stale element tests (7bb89f1)

2.0.0-beta.1 (2023-08-29)

Features

  • sap build workzone std ed enablement, ias authentication capability (#520) (8f6c217), closes #378

2.0.0-beta.0 (2023-08-28)

Features

2.0.0-alpha.1 (2023-07-06)

2.0.0-alpha.0 (2023-07-03)

Features

1.5.4 (2023-08-31)

1.5.3 (2023-08-22)

Bug Fixes

  • display different error message depending on the type (#506) (0f8e356)

1.5.2 (2023-08-17)

Bug Fixes

  • invalidate control map when we injectUi5 (#513) (b6b7210)

1.5.1 (2023-06-14)

Bug Fixes

1.5.0 (2023-05-09)

Features

  • outsource auth tests, drop node 14, make node 16 dev default, align script timeout (#465) (b2cb381)

1.4.0 (2023-05-09)

Features

  • add exec to ui5 controls to boost performance for data retrieval from many ui5 child controls (#456) (93116d4)

1.3.3 (2023-04-27)

Bug Fixes

  • queue on the node event loop to mitigate "waitAsync is already running bug" (#455) (bed997e), closes #452

1.3.2 (2023-03-15)

Bug Fixes

  • fe-lib: transform milliseconds to seconds correctly for TestLibrary (#443) (a7f840f)

1.3.1 (2023-02-27)

1.3.0 (2023-02-24)

Features

1.2.1 (2023-02-23)

Bug Fixes

  • make saveObject() work in unsecure contexts (#419) (c293f0f), closes #416

1.2.0 (2023-02-08)

Features

  • allow for async client-side controller functions (#423) (bde49d1), closes #417

1.1.1 (2023-02-08)

Bug Fixes

1.1.0 (2023-01-30)

Features

  • make FE Test Library recognize Timeout Setting (#411) (9d84414)

1.0.5 (2023-01-13)

Bug Fixes

1.0.4 (2022-12-13)

Bug Fixes

1.0.3 (2022-12-12)

Bug Fixes

  • injectTools: narrow down the UMD loader to window (#387) (4f7994b), closes #386

1.0.2 (2022-11-30)

Bug Fixes

1.0.1 (2022-11-24)

Bug Fixes

  • wait for the injection of wdi5 till the redirection finished (#379) (2cc492e)

1.0.0 (2022-11-23)

1.0.0-pre.5 (2022-11-22)

Bug Fixes

1.0.0-pre.4 (2022-11-22)

1.0.0-pre.3 (2022-11-21)

Features

  • add watch support for authentication (#372) (8eb564d)

1.0.0-pre.2 (2022-11-16)

Bug Fixes

1.0.0-pre.1 (2022-11-14)

Features

1.0.0-pre.0 (2022-11-14)

Features

0.9.16 (2022-11-08)

Features

0.9.15 (2022-10-26)

Bug Fixes

0.9.14 (2022-10-26)

0.9.13 (2022-09-16)

Features

  • turn off logging per selector

0.9.12 (2022-09-09)

Features

  • support press OPA5 interaction for wdi5 press() API
  • enable enterText() in fluent async api
  • more precise error messages (with causes)

0.9.11 (2022-09-08)

Bug Fixes

0.9.10 (2022-07-27)

Features

  • improve error messages when control is not found (#309) (f7b3182), closes #304

0.9.9 (2022-07-05)

0.9.8 (2022-07-04)

Features

0.9.7 (2022-07-04)

Bug Fixes

0.9.6 (2022-06-29)

0.9.5 (2022-06-24)

Features

Read more

v1.5.6

07 Sep 14:10
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.5.6 (2023-09-07)

Bug Fixes

  • webdriver: backport safeguarding of stale element handling from wdi5^2 (f523410)

1.5.5 (2023-08-31)

Bug Fixes

  • devtools: handle renewing webElements gracefully (#527) (0190ce9)

1.5.4 (2023-08-31)

Bug Fixes

  • safeguard devtools protocol stale web element ref (#524) (ece986f)

1.5.3 (2023-08-22)

Bug Fixes

  • display different error message depending on the type (#506) (0f8e356)

1.5.2 (2023-08-17)

Bug Fixes

  • invalidate control map when we injectUi5 (#513) (b6b7210)

1.5.1 (2023-06-14)

Bug Fixes

1.5.0 (2023-05-09)

Features

  • outsource auth tests, drop node 14, make node 16 dev default, align script timeout (#465) (b2cb381)

1.4.0 (2023-05-09)

Features

  • add exec to ui5 controls to boost performance for data retrieval from many ui5 child controls (#456) (93116d4)

1.3.3 (2023-04-27)

Bug Fixes

  • queue on the node event loop to mitigate "waitAsync is already running bug" (#455) (bed997e), closes #452

1.3.2 (2023-03-15)

Bug Fixes

  • fe-lib: transform milliseconds to seconds correctly for TestLibrary (#443) (a7f840f)

1.3.1 (2023-02-27)

1.3.0 (2023-02-24)

Features

1.2.1 (2023-02-23)

Bug Fixes

  • make saveObject() work in unsecure contexts (#419) (c293f0f), closes #416

1.2.0 (2023-02-08)

Features

  • allow for async client-side controller functions (#423) (bde49d1), closes #417

1.1.1 (2023-02-08)

Bug Fixes

1.1.0 (2023-01-30)

Features

  • make FE Test Library recognize Timeout Setting (#411) (9d84414)

1.0.5 (2023-01-13)

Bug Fixes

1.0.4 (2022-12-13)

Bug Fixes

1.0.3 (2022-12-12)

Bug Fixes

  • injectTools: narrow down the UMD loader to window (#387) (4f7994b), closes #386

1.0.2 (2022-11-30)

Bug Fixes

1.0.1 (2022-11-24)

Bug Fixes

  • wait for the injection of wdi5 till the redirection finished (#379) (2cc492e)

1.0.0 (2022-11-23)

1.0.0-pre.5 (2022-11-22)

Bug Fixes

1.0.0-pre.4 (2022-11-22)

1.0.0-pre.3 (2022-11-21)

Features

  • add watch support for authentication (#372) (8eb564d)

1.0.0-pre.2 (2022-11-16)

Bug Fixes

1.0.0-pre.1 (2022-11-14)

Features

1.0.0-pre.0 (2022-11-14)

Features

0.9.16 (2022-11-08)

Features

0.9.15 (2022-10-26)

Bug Fixes

0.9.14 (2022-10-26)

0.9.13 (2022-09-16)

Features

  • turn off logging per selector

0.9.12 (2022-09-09)

Features

  • support press OPA5 interaction for wdi5 press() API
  • enable enterText() in fluent async api
  • more precise error messages (with causes)

0.9.11 (2022-09-08)

Bug Fixes

0.9.10 (2022-07-27)

Features

  • improve error messages when control is not found (#309) (f7b3182), closes #304

0.9.9 (2022-07-05)

0.9.8 (2022-07-04)

Features

0.9.7 (2022-07-04)

Bug Fixes

0.9.6 (2022-06-29)

0.9.5 (2022-06-24)

Features

0.9.4 (2022-06-21)

Bug Fixes

0.9.3 (2022-06-20)

Bug Fixes

0.9.2 (2022-06-15)

Features

  • improved sync with ui5 core lifecycle (#278) (53e1a7e)

0.9.1 (2022-05-23)

Features

Read more