Skip to content

Commit 23be060

Browse files
chore(main): release iexec-explorer 1.26.0
1 parent 91baba6 commit 23be060

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 ([5b09174](https://github.com/iExecBlockchainComputing/explorer-v2/commit/5b0917414e0066145316e0af2f79adaf4c3a23fa))
9+
* add tooltip for category details in deal and task components ([c69e5f6](https://github.com/iExecBlockchainComputing/explorer-v2/commit/c69e5f6064057d3c0d8c6e64284a227e09b4bbc2))
10+
* add tooltip for trust level in deal details ([d71dbb3](https://github.com/iExecBlockchainComputing/explorer-v2/commit/d71dbb3831ef67835bf67b26a2fd323fa29ab807))
11+
* add tooltip support in DetailsTable and add more information tooltip for tag line ([e08360f](https://github.com/iExecBlockchainComputing/explorer-v2/commit/e08360fccecbbac0736acf34b2759835481cac5d))
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 ([4671e46](https://github.com/iExecBlockchainComputing/explorer-v2/commit/4671e46d495aa54b37e248792433942cfa3b68f5))
14+
* update category reference to use name instead of catid in deal and task details ([e33e60f](https://github.com/iExecBlockchainComputing/explorer-v2/commit/e33e60f0bf0240a3573fd4ec53f03cda4b2f07b5))
15+
16+
17+
### 🐞 Bug Fixes
18+
19+
* move parentheses usage outside of formatDateCompact function, fixing double parentheses ([6dab382](https://github.com/iExecBlockchainComputing/explorer-v2/commit/6dab38261d5ad6658a6c3f6339a8fa9a74955a4f))
20+
* update ModeToggle button styling to use border for selected state ([91baba6](https://github.com/iExecBlockchainComputing/explorer-v2/commit/91baba6ae420892f595dad4b119494ddbff1cdd7))
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)