|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 0.113.1 Apr 26, 2022 |
| 4 | + |
| 5 | +Contributed: |
| 6 | + |
| 7 | +- Adjust democracy display lists & buttons (Thanks to https://github.com/gilles437) |
| 8 | +- Adjust light client usage (Thanks to https://github.com/wirednkod) |
| 9 | +- Add support for `substrate-connect` on Rococo (Thanks to https://github.com/wirednkod) |
| 10 | +- Adjust Nodle parachain logo/colors (Thanks to https://github.com/ETeissonniere) |
| 11 | +- Add Kabocha parachain to Kusama (Thanks to https://github.com/decentration) |
| 12 | +- Add Subsocial testnets (Thanks to https://github.com/olehmell) |
| 13 | +- Fix text with repeated `available` (Thanks to https://github.com/Nick-1979) |
| 14 | +- Update Darwinia types (Thanks to https://github.com/JayJay1024) |
| 15 | +- Add additional parachain endpoints for Dwrllir (Thanks to https://github.com/Ank4n) |
| 16 | +- Add Dolphin parachain on Rococo (Thanks to https://github.com/ghzlatarev) |
| 17 | +- Add Arctic testnet (Thanks to https://github.com/itsmemz) |
| 18 | +- Update OriginTrail parachain (Thanks to https://github.com/kotlarmilos) |
| 19 | +- Update Bifrost chain info (Thanks to https://github.com/awesomepan) |
| 20 | +- Add Shiden Crowdloan 2 (Thanks to https://github.com/akru) |
| 21 | +- Update CreditCoin logos (Thanks to https://github.com/MrAusnadian) |
| 22 | +- Add Genshiro on Rococo (Thanks to https://github.com/MucTepDayH16) |
| 23 | +- Add Bitgreen on Rococo (Thanks to https://github.com/abhath-labs) |
| 24 | +- Update Integritee logo on Rococo (Thanks to https://github.com/mosonyi) |
| 25 | +- Add T0rn on Rococo (Thanks to https://github.com/chiefbiiko) |
| 26 | + |
| 27 | +Changes: |
| 28 | + |
| 29 | +- Adjust `AddressName` to check for prefixes for numbered addresses |
| 30 | +- Combine active & waiting validator views |
| 31 | +- Adjust Dock logo location |
| 32 | +- Consolidate `staking--hidden` into `--hidden` classes |
| 33 | +- Detect democracy & staking via API type construction |
| 34 | +- Allow conviction entry in `Vote` parameter (extrinsics) |
| 35 | +- Cater for 9190 bounties without curator deposit |
| 36 | +- Add `ExpanderScroll` component for expander tables |
| 37 | +- Add `label` prop to `Menu.Item` |
| 38 | +- Convert all member lists to `ExpanderScroll` |
| 39 | +- Add `isOdd/isEven` classes on tables |
| 40 | +- Align all info banners on staking |
| 41 | +- Re-adjust Subscocial type imports (non-duplicated API imports) |
| 42 | +- SXwap to React 18 (w/ createRoot) |
| 43 | +- Remove jsx-runtime alias (not needed in React 18) |
| 44 | +- Small adjustments for upcoming nomination pools merge |
| 45 | +- silence all React test output warnings |
| 46 | +- Disable unreachable endpoints |
| 47 | + |
| 48 | + |
3 | 49 | ## 0.112.1 Apr 11, 2022 |
4 | 50 |
|
5 | 51 | Contributed: |
|
0 commit comments