33 commits in all time May 01, 2026 20:24 – Jul 30, 2026 20:24 UTC
Merge 6cd1da808372dcc3dea413f8639a260a05bc7417 into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
Git Commit b47af63e Branch pull/66/merge Document 10/1,143 ++ 1,263 --
chore(deps): Update all non-major dependencies
Git Commit 6cd1da80 Branch renovate/all-non-major-dependencies Document 10/1,143 ++ 1,263 --
Merge dfb3d898e1e1add4a5788fb1c360829f8301da3a into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
Git Commit bb217644 Branch pull/46/merge Document 1/1 ++ 1 --
chore(deps): Update Node.js to v22.23.2
Git Commit dfb3d898 Branch renovate/node-22.x Document 1/1 ++ 1 --
chore(deps): Update pnpm to v10.34.5 (#75)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Git Commit b0a3e71a Branch main Document 1/1 ++ 1 --
chore(deps): Update dependency vite to v6.4.3 [SECURITY] (#74)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Git Commit aee6a0d9 Branch main Document 3/261 ++ 189 --
chore(deps): Update dependency vite to v6.4.3 [SECURITY]
Git Commit a65e00a1 Branch pull/74/head Document 3/261 ++ 189 --
chore(deps): Update pnpm to v10.34.4 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Git Commit 81aab0d5 Branch main Document 1/1 ++ 1 --
chore(deps): Update pnpm to v10.34.3 (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Git Commit a2df9618 Branch main Document 1/1 ++ 1 --
drichar use-wallet-ui
fix(css): render library SVG icons as block in standalone CSS (#71)
The standalone (non-Tailwind) CSS ships a minimal scoped reset instead of
Tailwind's full preflight. It mirrored preflight for <img> but omitted the
<svg> rule, so library icons fell back to the UA default display: inline.
The inline baseline gap distorted tightly-wrapped controls such as the
rounded "Close dialog" button. The Tailwind flavor was unaffected because
the consumer's own preflight already sets svg { display: block }.

Add a scoped svg reset (display: block; vertical-align: middle) mirroring
preflight and the existing img reset, fixing all library icons in the
standalone flavor without affecting consumer elements.
Git Commit d1d21fbc Branch main Document 1/14 ++ 0 --
drichar use-wallet-ui
fix(css): render library SVG icons as block in standalone CSS
The standalone (non-Tailwind) CSS ships a minimal scoped reset instead of
Tailwind's full preflight. It mirrored preflight for <img> but omitted the
<svg> rule, so library icons fell back to the UA default display: inline.
The inline baseline gap distorted tightly-wrapped controls such as the
rounded "Close dialog" button. The Tailwind flavor was unaffected because
the consumer's own preflight already sets svg { display: block }.

Add a scoped svg reset (display: block; vertical-align: middle) mirroring
preflight and the existing img reset, fixing all library icons in the
standalone flavor without affecting consumer elements.
Git Commit e4633cdb Branch pull/71/head Document 1/14 ++ 0 --
fix ipfs gateway avatar resolution and safe plugin account change hook (#62)
Made-with: Cursor
Git Commit f79661e6 Branch main Document 3/80 ++ 34 --
drichar use-wallet-ui
Merge branch 'main' into fix/ipfs-gateways-plugin-lifecycle
Git Commit c2535327 Branch pull/62/head Document 86/5,376 ++ 529 --
drichar use-wallet-ui
ci: gate React release on releasable React commits (#70)
* ci: gate React release on releasable React commits, not file changes

The previous guard watched file paths including the shared pnpm-lock.yaml,
so any Vue change that regenerated the lockfile tripped it. It also only
checked whether files changed, not whether a releasing commit touched the
React package — so accumulated chore(deps) bumps plus a Vue feat commit
still cut a React release (react@1.2.0 from the #55 merge).

Gate instead on whether a feat/fix/BREAKING commit since the last v* tag
actually touched packages/react (git log pathspec excludes Vue-only commits;
the type check ignores chore-only ranges).

Uses a ci: type so semantic-release will not release this change even if the
guard runs.

* docs(changelog): clarify react@1.2.0 contained only dependency updates

The 1.2.0 entry was auto-generated as a 'feat: add Vue library' minor bump,
but the React package had no functional changes — 1.2.0 only bundles the
dependency updates accumulated since 1.1.0. Reword the entry to reflect that
and reference the guard fix (#70).
Git Commit 7b8f13e5 Branch main Document 2/19 ++ 14 --
drichar use-wallet-ui
Merge branch 'main' into fix/release-guard-react-scope
Git Commit 44945ddb Branch pull/70/head Document 3/64 ++ 75 --
drichar use-wallet-ui
docs(changelog): clarify react@1.2.0 contained only dependency updates
The 1.2.0 entry was auto-generated as a 'feat: add Vue library' minor bump,
but the React package had no functional changes — 1.2.0 only bundles the
dependency updates accumulated since 1.1.0. Reword the entry to reflect that
and reference the guard fix (#70).
Git Commit d414985b Branch pull/70/head Document 1/1 ++ 3 --
chore(deps): Update dependency vitest to v3.2.6 [SECURITY] (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Git Commit 31e1f4cd Branch main Document 3/64 ++ 75 --
drichar use-wallet-ui
ci: gate React release on releasable React commits, not file changes
The previous guard watched file paths including the shared pnpm-lock.yaml,
so any Vue change that regenerated the lockfile tripped it. It also only
checked whether files changed, not whether a releasing commit touched the
React package — so accumulated chore(deps) bumps plus a Vue feat commit
still cut a React release (react@1.2.0 from the #55 merge).

Gate instead on whether a feat/fix/BREAKING commit since the last v* tag
actually touched packages/react (git log pathspec excludes Vue-only commits;
the type check ignores chore-only ranges).

Uses a ci: type so semantic-release will not release this change even if the
guard runs.
Git Commit c676a1b9 Branch pull/70/head Document 1/18 ++ 11 --
chore(deps): Update dependency vitest to v3.2.6 [SECURITY]
Git Commit eb44df38 Branch pull/68/head Document 3/64 ++ 75 --
chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/TxnLab/use-wallet-ui/compare/v1.1.0...v1.2.0) (2026-06-08)

### Features

* add Vue library ([#55](https://github.com/TxnLab/use-wallet-ui/issues/55)) ([4d10cdd](https://github.com/TxnLab/use-wallet-ui/commit/4d10cdd38faec2ea03f6877ad50fcd620582ed19))
Git Commit 1f1eb298 Branch main Document 2/8 ++ 1 --