Skip to content

Commit

Permalink
Merge pull request #1424 from oasisprotocol/release
Browse files Browse the repository at this point in the history
Assemble changes for 1.11.0 release
  • Loading branch information
buberdds committed May 22, 2024
2 parents 728cf80 + 70b55c8 commit b8610d9
Show file tree
Hide file tree
Showing 41 changed files with 69 additions and 44 deletions.
1 change: 0 additions & 1 deletion .changelog/1323.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1349.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1352.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1353.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1356.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1357.trivial.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/1363.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1376.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1377.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1378.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1379.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1380.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1381.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1382.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1383.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1384.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1385.feature.1.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1385.feature.2.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1387.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1388.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1389.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1390.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1391.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1394.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1395.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1396.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1397.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1398.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1401.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1402.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1404.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1406.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1408.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1409.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1411.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1412.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1413.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1414.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1422.trivial.md

This file was deleted.

68 changes: 68 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,74 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 1.11.0 (2024-05-22)

### Features

- Support for named accounts
([#1398](https://github.com/oasisprotocol/explorer/issues/1398))

- Display the votes on the network proposal details page
([#1356](https://github.com/oasisprotocol/explorer/issues/1356))

- Extend functionality of method icons
([#1363](https://github.com/oasisprotocol/explorer/issues/1363))

- bring back type description
- conditionally truncate descriptions in tables
- enable tooltip for truncated descriptions

- Show emitting contract address in evm.log events
([#1385](https://github.com/oasisprotocol/explorer/issues/1385))

- Show array of topics in raw evm.log events
([#1385](https://github.com/oasisprotocol/explorer/issues/1385),
[#1402](https://github.com/oasisprotocol/explorer/issues/1402))

### Bug Fixes and Improvements

- Fetch balances from Oasis gRPC instead of Web3 JSON-RPC
([#1384](https://github.com/oasisprotocol/explorer/issues/1384))

- Fix mobile search issues
([#1411](https://github.com/oasisprotocol/explorer/issues/1411))

- Fix React duplicated key warning in transactions list
([#1412](https://github.com/oasisprotocol/explorer/issues/1412))

- Fix the "zoom out" button
([#1413](https://github.com/oasisprotocol/explorer/issues/1413))

### Internal Changes

- Replace custom icons with MethodIcon component
([#1383](https://github.com/oasisprotocol/explorer/issues/1383))

- Reduce the size of node_modules using `npx yarn-deduplicate yarn.lock`
([#1388](https://github.com/oasisprotocol/explorer/issues/1388))

- Remove usage of deprecated React API
([#1414](https://github.com/oasisprotocol/explorer/issues/1414))

- Update dependencies
([#1323](https://github.com/oasisprotocol/explorer/issues/1323),
[#1349](https://github.com/oasisprotocol/explorer/issues/1349),
[#1352](https://github.com/oasisprotocol/explorer/issues/1352),
[#1353](https://github.com/oasisprotocol/explorer/issues/1353),
[#1377](https://github.com/oasisprotocol/explorer/issues/1377),
[#1378](https://github.com/oasisprotocol/explorer/issues/1378),
[#1379](https://github.com/oasisprotocol/explorer/issues/1379),
[#1380](https://github.com/oasisprotocol/explorer/issues/1380),
[#1381](https://github.com/oasisprotocol/explorer/issues/1381),
[#1382](https://github.com/oasisprotocol/explorer/issues/1382),
[#1389](https://github.com/oasisprotocol/explorer/issues/1389),
[#1390](https://github.com/oasisprotocol/explorer/issues/1390),
[#1391](https://github.com/oasisprotocol/explorer/issues/1391),
[#1394](https://github.com/oasisprotocol/explorer/issues/1394),
[#1395](https://github.com/oasisprotocol/explorer/issues/1395),
[#1408](https://github.com/oasisprotocol/explorer/issues/1408),
[#1409](https://github.com/oasisprotocol/explorer/issues/1409))

## 1.10.0 (2024-04-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/package_schema.json",
"name": "@oasisprotocol/explorer-frontend",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit b8610d9

Please sign in to comment.