|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [3.5.0](https://github.com/w3ux/w3ux-library/compare/react-connect-kit-source-v3.4.6...react-connect-kit-source-v3.5.0) (2025-06-07) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Enable strict mode ([#270](https://github.com/w3ux/w3ux-library/issues/270)) ([2c2c460](https://github.com/w3ux/w3ux-library/commit/2c2c4603988fc13d986116311542adef65b9b583)) |
| 9 | +* **fix:** Initial active account formatting correctly ([#146](https://github.com/w3ux/w3ux-library/issues/146)) ([d86775c](https://github.com/w3ux/w3ux-library/commit/d86775ce1147e93785a2c6227d3fd3003a278d4b)) |
| 10 | +* Initiate `observables-connect` package ([#218](https://github.com/w3ux/w3ux-library/issues/218)) ([a5ade6b](https://github.com/w3ux/w3ux-library/commit/a5ade6bf6238da2f3e31e67cb1668b28b70c0cca)) |
| 11 | +* react 19 alpha support ([c7c0ee8](https://github.com/w3ux/w3ux-library/commit/c7c0ee87ba9fbbde54ab581027a2e2189972a65d)) |
| 12 | +* **refactor:** Extension accounts observables & refactors, extensions re-write ([#219](https://github.com/w3ux/w3ux-library/issues/219)) ([25122d1](https://github.com/w3ux/w3ux-library/commit/25122d19e830961d6210f06ab169f02ef8200120)) |
| 13 | +* **refactor:** Migrate from yarn to pnpm ([#206](https://github.com/w3ux/w3ux-library/issues/206)) ([93d2a40](https://github.com/w3ux/w3ux-library/commit/93d2a40cc0c455936022ef6a89bc18999d7928e5)) |
| 14 | +* **refactor:** Migrate to ESLint 9 ([#207](https://github.com/w3ux/w3ux-library/issues/207)) ([9f8c3ef](https://github.com/w3ux/w3ux-library/commit/9f8c3ef4c5a3ff23c5ad7d5885fd0dad0ee75c7b)) |
| 15 | +* **refactor:** Minimise hardware account providers, unify APIs ([#220](https://github.com/w3ux/w3ux-library/issues/220)) ([8270b27](https://github.com/w3ux/w3ux-library/commit/8270b2767df0acb3860b34f4c09fb0a9eda23f69)) |
| 16 | +* **refactor:** move high level connect-kit types to `types` package ([#202](https://github.com/w3ux/w3ux-library/issues/202)) ([c8b324e](https://github.com/w3ux/w3ux-library/commit/c8b324ea6671e3ae842719bdbd74b1703cdf09a1)) |
| 17 | +* **refactor:** Remove `@polkadot/keyring` from react connect kit ([#123](https://github.com/w3ux/w3ux-library/issues/123)) ([946ef1b](https://github.com/w3ux/w3ux-library/commit/946ef1b83efec81ad5bcff584c3ac8c4178efa7e)) |
| 18 | +* **refactor:** Remove ChainSafe Snap ([#145](https://github.com/w3ux/w3ux-library/issues/145)) ([d46b8ee](https://github.com/w3ux/w3ux-library/commit/d46b8ee33de0012a3d74c02487442456d939c34c)) |
| 19 | +* **refactor:** Simplify builder api, add CI ([#260](https://github.com/w3ux/w3ux-library/issues/260)) ([146bd31](https://github.com/w3ux/w3ux-library/commit/146bd313b23711d08c5af92dd63ec615e937b050)) |
| 20 | +* **refactor:** tsconfig optimizations, fixes ([#268](https://github.com/w3ux/w3ux-library/issues/268)) ([34d5fcb](https://github.com/w3ux/w3ux-library/commit/34d5fcbadc461295fd8642f70fc0d4a3aaa43c25)) |
| 21 | +* **refactor:** Use `[@polkadot](https://github.com/polkadot)` utils from `@w3ux/utils` to prevent multiple versions ([#124](https://github.com/w3ux/w3ux-library/issues/124)) ([4fa5a48](https://github.com/w3ux/w3ux-library/commit/4fa5a489f7df171d1041e9aaa38989ab822b0a14)) |
| 22 | +* **refactor:** Use `dedot` for address formatting ([#217](https://github.com/w3ux/w3ux-library/issues/217)) ([7c549d2](https://github.com/w3ux/w3ux-library/commit/7c549d2df0b535503e25b37647932af20c930c50)) |
| 23 | +* **refactor:** Use safe contexts ([#214](https://github.com/w3ux/w3ux-library/issues/214)) ([e966da4](https://github.com/w3ux/w3ux-library/commit/e966da43ad9e8de1a8caf1b99dc6f2e93b8191af)) |
| 24 | +* Simplified builder, add exports configs to packages ([#221](https://github.com/w3ux/w3ux-library/issues/221)) ([26801d9](https://github.com/w3ux/w3ux-library/commit/26801d94abe6524efc053085b89f6a359ec6316b)) |
| 25 | +* Unified `ExtensionsProvider` ([#222](https://github.com/w3ux/w3ux-library/issues/222)) ([492953f](https://github.com/w3ux/w3ux-library/commit/492953f7e786a3b7d669f0d384fefc0d27e1f54e)) |
| 26 | + |
3 | 27 | ## [1.10.0](https://github.com/w3ux/w3ux-library/compare/react-connect-kit-source-v1.9.0...react-connect-kit-source-v1.10.0) (2024-12-01) |
4 | 28 |
|
5 | 29 |
|
|
0 commit comments