Commit 2addecd
committed
chore(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.1...v1.1.0) (2026-03-13)
### Features
* add activity feed, batch transfer, and resume unshield e2e tests ([0b05774](0b05774))
* add cleartext fhEVM feature ([#51](#51)) ([f951673](f951673))
* add wagmi v2 compatibility shim for useConnection/getConnection ([0741649](0741649))
* cache decrypted balances in storage to eliminate spinner on reload ([f90d649](f90d649))
* expose WASM thread pool option for RelayerWeb [SDK-10] ([#28](#28)) ([11dae99](11dae99))
* implement 10 SDK backlog items — types, hooks, callbacks, status tracking (Vibe Kanban) ([#57](#57)) ([b59e222](b59e222)), closes [#ensureAllowance](https://github.com/zama-ai/sdk/issues/ensureAllowance)
* **react-sdk:** audit improvements — consistent imports, optimistic shieldETH, error docs, mergeEnabled (Vibe Kanban) ([#100](#100)) ([d6efb4f](d6efb4f))
* read-only signer mode & gitbook import audit ([#65](#65)) ([03366c2](03366c2))
* **sdk:** add configurable session TTL for wallet sessions [SDK-11] ([#56](#56)) ([f6655d0](f6655d0)), closes [#hasLegacySignature](https://github.com/zama-ai/sdk/issues/hasLegacySignature)
* **sdk:** cleartext flat config refactor ([#78](#78)) ([b052bb9](b052bb9))
* session-scoped signatures & SDK API improvements [SDK-6] ([#25](#25)) ([116ae85](116ae85)), closes [CredentialsManager#sessionSignatures](https://github.com/zama-ai/CredentialsManager/issues/sessionSignatures) [#reSign](https://github.com/zama-ai/sdk/issues/reSign) [#storeKey](https://github.com/zama-ai/sdk/issues/storeKey) [#onEvent](https://github.com/zama-ai/sdk/issues/onEvent) [#lastChainId](https://github.com/zama-ai/sdk/issues/lastChainId) [#unsubscribeSigner](https://github.com/zama-ai/sdk/issues/unsubscribeSigner)
* **test-components:** add 11 shared form/panel components ([28a29c2](28a29c2))
* **test-components:** add shared responsive sidebar nav ([ded5823](ded5823))
* **test-components:** add token-table with framework-agnostic LinkComponent prop ([df48d0f](df48d0f))
* **test-components:** scaffold shared test components package ([3ff61a9](3ff61a9))
* **test-vite:** add React Router, Tailwind CSS, and extract pages ([8c8c2fa](8c8c2fa))
* **test-vite:** migrate to rolldown-vite ([7488eef](7488eef))
### Bug Fixes
* add `viem` as dep of sdk, fix examples ([#74](#74)) ([3cf92cd](3cf92cd))
* address integrator friction — gas limits, worker IIFE, CDN localhost, StrictMode restart, Sepolia /v2 ([a18079c](a18079c))
* **ci:** add Vite build step before running e2e tests ([66ee3d8](66ee3d8))
* **deps:** pin minimatch to 10.2.4 to resolve ReDoS vulnerabilities ([#69](#69)) ([3861748](3861748))
* **playwright:** drain in-flight route handlers before reverting chain state ([de35aab](de35aab))
* **playwright:** use uniform 30s timeout for nextjs project ([d65cd82](d65cd82))
* **release:** remove registry-url to fix npm trusted publishing ([aa515ee](aa515ee))
* replace `< 2M` with prose in JSDoc to silence tsdoc-malformed-html-name ([2a777b4](2a777b4))
* replace importScripts with fetch+eval in worker to fix MIME-type errors ([54dbee8](54dbee8))
* **sdk:** add /v2 path to mainnet relayer URL ([84978f1](84978f1))
* **security:** resolve 3 high-severity Dependabot alerts ([#41](#41)) ([9c81b97](9c81b97)), closes [#3](#3) [#4](#4) [#2](#2)
* **security:** resolve CodeQL code scanning alerts ([#42](#42)) ([27d54b6](27d54b6))
* **test-components:** add non-null assertion for array index access ([7e3efec](7e3efec))
* **test-nextjs:** correct theme.css import path in globals.css ([2b52c60](2b52c60))
* **test-nextjs:** correct USDT contract address to match hardhat deployment ([3e40812](3e40812))
* **test-nextjs:** replace CONTRACTS.confidentialToken with CONTRACTS.cUSDT ([8762b14](8762b14))
* use real hardhat-deployed addresses, add missing transferBatcher approval ([#50](#50)) ([06c6428](06c6428))
### Performance Improvements
* speed up vitest by 40% ([#88](#88)) ([33a9b68](33a9b68))
### Reverts
* remove premature localhost CDN validation & document balance cache ([a17f191](a17f191))1 parent 00bfbab commit 2addecd
3 files changed
Lines changed: 53 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
3 | 53 | | |
4 | 54 | | |
5 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments