Skip to content

Commit a723304

Browse files
iuliacimpeanurazvantomegeaarhtudormorar
authored
0.0.19 (#173)
* Updated data-theme (#171) * Changed data-theme in data-mvx-theme * Updated changelog * Updated components.d.ts * 0.0.19 * Updated changelog * Added getElementByDataTestIdDeep utility function for tests to find shadow dom elements (#172) * Add getElementByDataTestIdDeep utility function for enhanced testing capabilities * Update CHANGELOG to reflect the addition of getElementByDataTestIdDeep utility function for tests * Refactor getElementByDataTestIdDeep to utilize walkShadowDom for improved shadow DOM traversal; add tests for walkShadowDom functionality * Refactor shadow DOM traversal tests by removing unnecessary comments and improving clarity; streamline walkShadowDom function for better readability * Refactor tests for getElementByDataTestIdDeep by removing redundant comments and enhancing code clarity; ensure consistent formatting in test cases. --------- Co-authored-by: Tudor Morar <tudor.morar@multiversx.com> * Update CHANGELOG.md * Updated changelog --------- Co-authored-by: Razvan Tomegea <razvantomegea@users.noreply.github.com> Co-authored-by: Tudor Morar <tudor.morar@multiversx.com>
1 parent a76755a commit a723304

10 files changed

+543
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [[0.0.19](https://github.com/multiversx/mx-sdk-dapp-ui/pull/173)] - 2025-07-23
11+
12+
- [Added getElementByDataTestIdDeep utility function for tests](https://github.com/multiversx/mx-sdk-dapp-ui/pull/172)
13+
- [Updated data-theme](https://github.com/multiversx/mx-sdk-dapp-ui/pull/171)
14+
1015
## [[0.0.18](https://github.com/multiversx/mx-sdk-dapp-ui/pull/170)] - 2025-07-22
1116

1217
- [Fixed typo in ledger confirm](https://github.com/multiversx/mx-sdk-dapp-ui/pull/170)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiversx/sdk-dapp-ui",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "A library to hold UI components for a dApp on the MultiversX blockchain",
55
"author": "MultiversX",
66
"license": "MIT",

0 commit comments

Comments
 (0)