|
1 | 1 | | Package | Stable | Canary |
|
2 | 2 | | :------------------------------: | :----: | :----------: |
|
3 |
| -| npm @trezor/connect | 9.5.1 | - | |
4 |
| -| npm @trezor/connect-web | 9.5.1 | - | |
5 |
| -| npm @trezor/connect-webextension | 9.5.1 | - | |
| 3 | +| npm @trezor/connect | 9.5.1 | 9.5.2-beta.1 | |
| 4 | +| npm @trezor/connect-web | 9.5.1 | 9.5.2-beta.1 | |
| 5 | +| npm @trezor/connect-webextension | 9.5.1 | 9.5.2-beta.1 | |
6 | 6 | | npm @trezor/connect-mobile | - | 0.0.1-beta.1 |
|
7 | 7 |
|
8 |
| -| Deployment | Stable | Canary | |
9 |
| -| :----------------: | :----: | :----: | |
10 |
| -| connect.trezor.io/ | 9.5.1 | - | |
| 8 | +| Deployment | Stable | Canary | |
| 9 | +| :----------------: | :----: | :----------: | |
| 10 | +| connect.trezor.io/ | 9.5.1 | 9.5.2-beta.1 | |
11 | 11 |
|
12 | 12 | Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to access the latest stable version of Connect Explorer.
|
13 | 13 |
|
| 14 | +# 9.5.2-beta.1 |
| 15 | + |
| 16 | +## Feature |
| 17 | + |
| 18 | +- feat(connect-web): forward device events in popup mode (8589d27). From now on you may listen for device events even if you are using core logic loaded into connect.trezor.io/9/popup.html. This feature was previously available only in @trezor/connect or in @trezor/connect-web using iframe. |
| 19 | +- feat(connect-web): enable coreMode auto by default (061b28a). From now on (applies for @trezor/connect-web) if you don't pass `coreMode` in TrezorConnect.init, TrezorConnect would automatically fallback to loading connect-core into popup.html instead loading it into the injected iframe. This fallback happens |
| 20 | + in cases when iframe can't be injected or trezor-bridge is not running. |
| 21 | + |
| 22 | +## Chores |
| 23 | + |
| 24 | +- chore(connect): update device authenticity config (ecc04a4) |
| 25 | +- chore(connect-common): add fw binaries for 2.8.9 (63a69af) |
| 26 | +- stop exporting DeviceModelInternal enum (0ad5a37, 0bcf666, 465f40a). We believe that this was only used internally. |
| 27 | +- chore(connect-popup): bump deprecation warning to 9.4.0 (2d8d78d) |
| 28 | + |
| 29 | +## Fixes |
| 30 | + |
| 31 | +- feat(connect): add errorPayload to FW revision check other-error (afe36df) |
| 32 | +- fix(connect): assign object instead of mutating (a09a669) |
| 33 | + |
14 | 34 | # 9.5.1
|
15 | 35 |
|
16 | 36 | ## Feature
|
|
0 commit comments