Skip to content

Commit 62f0cdf

Browse files
chore(main): release iexec-explorer 1.26.0
1 parent fe783a0 commit 62f0cdf

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.25.0"}
1+
{".":"1.26.0"}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.26.0](https://github.com/iExecBlockchainComputing/explorer-v2/compare/iexec-explorer-v1.25.0...iexec-explorer-v1.26.0) (2025-10-15)
4+
5+
6+
### 🚀 Features
7+
8+
* add category description to deal and task details ([3dd2540](https://github.com/iExecBlockchainComputing/explorer-v2/commit/3dd2540733fac9c427ff9fd96dea33f22b8ccb5a))
9+
* add tooltip for category details in deal and task components ([78e5b78](https://github.com/iExecBlockchainComputing/explorer-v2/commit/78e5b78f38b0a2d7158d63567f078d2d8de7d748))
10+
* add tooltip for trust level in deal details ([cbd3416](https://github.com/iExecBlockchainComputing/explorer-v2/commit/cbd3416ae0a726207362620352520458e83ce74f))
11+
* add tooltip support in DetailsTable and add more information tooltip for tag line ([1dd8b8d](https://github.com/iExecBlockchainComputing/explorer-v2/commit/1dd8b8d188d85e9789cadadec506400cdec0ba98))
12+
* remove experimental chain filtering ([#83](https://github.com/iExecBlockchainComputing/explorer-v2/issues/83)) ([2bf7683](https://github.com/iExecBlockchainComputing/explorer-v2/commit/2bf7683290d31ef93b1e563fa31177e0687dbc65))
13+
* reorder trust line in deal details ([12efc29](https://github.com/iExecBlockchainComputing/explorer-v2/commit/12efc29c6e8700a606fd817af999ec07aeafeab3))
14+
* update category reference to use name instead of catid in deal and task details ([a8b3aa8](https://github.com/iExecBlockchainComputing/explorer-v2/commit/a8b3aa88a93b2c64ac838769f63fa4045bb88262))
15+
16+
17+
### 🐞 Bug Fixes
18+
19+
* move parentheses usage outside of formatDateCompact function, fixing double parentheses ([4ad9f4e](https://github.com/iExecBlockchainComputing/explorer-v2/commit/4ad9f4e9d41b7bd391598305a43ed6066a43e46f))
20+
* update ModeToggle button styling to use border for selected state ([fe783a0](https://github.com/iExecBlockchainComputing/explorer-v2/commit/fe783a0563fb1f1d1a952cd4b07251e19ed9298f))
21+
322
## [1.25.0](https://github.com/iExecBlockchainComputing/explorer-v2/compare/iexec-explorer-v1.24.0...iexec-explorer-v1.25.0) (2025-10-08)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iexec-explorer",
33
"private": true,
4-
"version": "1.25.0",
4+
"version": "1.26.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)