Skip to content

Commit 48a3668

Browse files
authored
Merge pull request #1574 from oasisprotocol/release
Assemble changes for 1.14.0 release
2 parents 449338c + 8be83ff commit 48a3668

21 files changed

+48
-20
lines changed

.changelog/1507.internal.md

-1
This file was deleted.

.changelog/1508.internal.md

-1
This file was deleted.

.changelog/1530.trivial.md

-1
This file was deleted.

.changelog/1534.bugfix.md

-1
This file was deleted.

.changelog/1537.process.md

-1
This file was deleted.

.changelog/1546.bugfix.md

-1
This file was deleted.

.changelog/1549.internal.md

-1
This file was deleted.

.changelog/1550.internal.md

-1
This file was deleted.

.changelog/1551.internal.md

-1
This file was deleted.

.changelog/1552.trivial.md

-1
This file was deleted.

.changelog/1554.bugfix.md

-1
This file was deleted.

.changelog/1557.internal.md

-1
This file was deleted.

.changelog/1560.internal.md

-1
This file was deleted.

.changelog/1561.bugfix.md

-1
This file was deleted.

.changelog/1562.internal.md

-1
This file was deleted.

.changelog/1564.bugfix.md

-1
This file was deleted.

.changelog/1565.feature.md

-1
This file was deleted.

.changelog/1570.bugfix.md

-1
This file was deleted.

.changelog/1571.bugfix.md

-1
This file was deleted.

CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,53 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 1.14.0 (2024-10-17)
16+
17+
### Features
18+
19+
- Display EVM function name in verified contract calls
20+
([#1565](https://github.com/oasisprotocol/explorer/issues/1565))
21+
22+
### Bug Fixes and Improvements
23+
24+
- Remove eth/oasis address toggle
25+
([#1571](https://github.com/oasisprotocol/explorer/issues/1571))
26+
27+
- Retain ETH address in details page for accounts with no EVM transactions
28+
([#1564](https://github.com/oasisprotocol/explorer/issues/1564))
29+
30+
- Make lists with polling and pagination more stable
31+
([#1534](https://github.com/oasisprotocol/explorer/issues/1534))
32+
33+
- Prohibit unknown denominations
34+
([#1546](https://github.com/oasisprotocol/explorer/issues/1546))
35+
36+
- Swap fee and amount columns in txs tables
37+
([#1554](https://github.com/oasisprotocol/explorer/issues/1554))
38+
39+
- Unify layer status labels and icons
40+
([#1561](https://github.com/oasisprotocol/explorer/issues/1561))
41+
42+
- Fix duplicated events cards headers
43+
([#1570](https://github.com/oasisprotocol/explorer/issues/1570))
44+
45+
### Process Changes
46+
47+
- Cloudflare stable preview URLs
48+
([#1537](https://github.com/oasisprotocol/explorer/issues/1537))
49+
50+
### Internal Changes
51+
52+
- Update dependencies
53+
([#1507](https://github.com/oasisprotocol/explorer/issues/1507),
54+
[#1508](https://github.com/oasisprotocol/explorer/issues/1508),
55+
[#1549](https://github.com/oasisprotocol/explorer/issues/1549),
56+
[#1550](https://github.com/oasisprotocol/explorer/issues/1550),
57+
[#1551](https://github.com/oasisprotocol/explorer/issues/1551),
58+
[#1557](https://github.com/oasisprotocol/explorer/issues/1557),
59+
[#1560](https://github.com/oasisprotocol/explorer/issues/1560),
60+
[#1562](https://github.com/oasisprotocol/explorer/issues/1562))
61+
1562
## 1.13.0 (2024-09-18)
1663

1764
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/package_schema.json",
33
"name": "@oasisprotocol/explorer-frontend",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"private": true,
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)