Skip to content

Latest commit

 

History

History
150 lines (98 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

150 lines (98 loc) · 11.5 KB

Changelog

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

0.9.1 (2022-05-23)

Features

0.9.0 (2022-05-11)

0.9.0-rc4.3 (2022-04-28)

Bug Fixes

  • #241: rm warning if control was not instatiated by $$ (#242) (0b6a111), closes #241

0.9.0-rc4.2 (2022-04-20)

Features

  • add to "best of UI5" (#231) (b17685c)
  • proxy object-type return value (#234) (1959411)
  • wdi5-control: .getControlInfo() for info on capabilities (#214) (965d8bb)
  • wdi5-control: .getControlInfo() for info on capabilities (#214) (073d917)

0.9.0-rc4.1 (2022-04-12)

Features

Bug Fixes

0.9.0-rc4 (2022-04-08)

Features

  • added selenium-service configuration sample (#220) (99dd250)
  • get all controls of a specific type (#212) (f4e8082)
  • performance: using custom waitForUI5 function to overcome sap.ui.test.RecordReplay promiseWaiter issue (#217) (53fd065), closes #196
  • wdio bridge via $() (#179) (acf026b)

Bug Fixes

0.9.0-rc3 (2022-03-25)

Features

Bug Fixes

0.9.0-rc2 (2022-03-22)

0.9.0-rc1 (2022-03-18)

Features

  • devx: auto open dev tools when DEBUG is set (#168) (048767b)
  • enhanced logger and tests (#189) (959f159)
  • logger: custom tags in logger (17eef1a)
  • matcher: i18n, ancestor, descendant, sibling, labelFor (1fd328c), closes #129 #121

Bug Fixes

0.9.0-alpha.1 (2022-03-04)

Features

0.9.0-alpha.0 (2022-03-01)

Features

Bug Fixes

  • add missing wait for ui5 timeout option (0e59dbe)
  • api visibility (eba53bd)
  • client side getAggregation (6c9e98b)
  • custom press api (8cf76b6)
  • disable control's fireEvent for wdi5's api (ba367c6)
  • export module (9c57635)
  • make usable in fluent async api (6300a1b)
  • md (b02c47f)
  • module export (673830c)
  • package.json: main entry point (04ce093)
  • pass over generated control id (84fd727)
  • reenable button for nav sequence (d66a982)
  • references (54ecae7)
  • safeguard cache control store (0949fa0)
  • ts: compile errors for mocha + jquery (ae252eb)
  • using logger singleton (22b70a0)
  • wdi5 init sequence (3a9eb2b)
  • work getWebElement with fluent async api (07fd194)