|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.36.11 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- **docs**: Add Telemetry guide. By @cpcramer #1935 |
| 8 | +- **feat**: Added Telemetry foundation for `Buy`, `Checkout`, `Fund`, `Mint`, `Swap`, `Transaction`, and `Wallet`. By @cpcramer #1942 |
| 9 | +- **feat**: Add analytics parameter. When set to false, all telemetry collection will be disabled and no data will be sent. @cpcramer #1934 |
| 10 | +- **feat**: Release `Earn` component. By @dschlabach #1955 |
| 11 | +- **chore**: Bump wagmi dependencies. By @dschlabach #1949 |
| 12 | +- **fix**: Fix slow wallet resolution. By @dschlabach #1947 |
| 13 | +- **docs**: Update onramp documentation. By @rustam-cb #1945 #1939 |
| 14 | +- **fix**: Fix onramp util `fetchOnrampQuote`. By @rustam-cb #1940 |
| 15 | + |
| 16 | +Note: OnchainKit is not collecting any telemetry as of `v0.36.11`. This will be enabled in a future release. |
| 17 | + |
3 | 18 | ## 0.36.10
|
4 | 19 |
|
5 | 20 | ### Patch Changes
|
6 | 21 |
|
7 |
| - - **feat**: Export NFT context. By @alessey #1917 |
8 |
| - - **feat**: WalletAdvanced mobile design. by @brendan-defi #1827 |
9 |
| - - **fix**: Await sequential transaction calls. by @dschlabach #1918 |
10 |
| - - **feat**: Add exchange rate refresh with throttling for FundCard. By @rustam-cb #1900 |
11 |
| - - **feat**: Dynamic text size in AmountInput component. by @rustam-cb #1909 |
12 |
| - - **feat**: Add style overrides to WalletAdvanced. by @brendan-defi #1912 |
13 |
| - - **feat**: Add DropdownMenu UI Primitive. By @cpcramer #1901 |
14 |
| - - **feat**: Implemented `DropdownMenu` primitive into `TokenSelectDropdown`. By @cpcramer #1903 |
| 22 | +- **feat**: Export NFT context. By @alessey #1917 |
| 23 | +- **feat**: WalletAdvanced mobile design. by @brendan-defi #1827 |
| 24 | +- **fix**: Await sequential transaction calls. by @dschlabach #1918 |
| 25 | +- **feat**: Add exchange rate refresh with throttling for FundCard. By @rustam-cb #1900 |
| 26 | +- **feat**: Dynamic text size in AmountInput component. by @rustam-cb #1909 |
| 27 | +- **feat**: Add style overrides to WalletAdvanced. by @brendan-defi #1912 |
| 28 | +- **feat**: Add DropdownMenu UI Primitive. By @cpcramer #1901 |
| 29 | +- **feat**: Implemented `DropdownMenu` primitive into `TokenSelectDropdown`. By @cpcramer #1903 |
15 | 30 |
|
16 | 31 | ## 0.36.9
|
17 | 32 |
|
|
0 commit comments