Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.1.0"}
{".":"1.2.0"}
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# Changelog

## [1.2.0](https://github.com/iExecBlockchainComputing/explorer-v2/compare/iexec-explorer-v1.1.0...iexec-explorer-v1.2.0) (2025-04-25)


### 🚀 Features

* Add Apps, Datasets, Tasks, and Workerpools preview tables with GraphQL queries ([96c1111](https://github.com/iExecBlockchainComputing/explorer-v2/commit/96c1111ae9e7617913afae7e85828311774c27f9))
* Add DealsPreviewTable component and integrate with GraphQL ([e3032a7](https://github.com/iExecBlockchainComputing/explorer-v2/commit/e3032a788cd4bec71be4bbf172f8189a84651ac0))
* add home page ([9eeb2eb](https://github.com/iExecBlockchainComputing/explorer-v2/commit/9eeb2eb5e907e7f88c06a901570743510d7f3f35))
* add prettier configuration and format code ([409de64](https://github.com/iExecBlockchainComputing/explorer-v2/commit/409de64c0edddbb2ab6d8fb5e4c8aacb504566a9))
* add Prettier formatting script and improve code consistency across components ([55bec72](https://github.com/iExecBlockchainComputing/explorer-v2/commit/55bec72112ed97c0ed880b288b0723a0aa7c8474))
* implement table component with header, body, footer, and cell structures ([6d26896](https://github.com/iExecBlockchainComputing/explorer-v2/commit/6d26896def57c3aa784822d869b704a26a268eb1))
* init ([fd1ca5b](https://github.com/iExecBlockchainComputing/explorer-v2/commit/fd1ca5bfb6fddf5a0cafef0a029614cee2ecb097))
* rename project to "explorer" and integrate TanStack Router ([60e20b9](https://github.com/iExecBlockchainComputing/explorer-v2/commit/60e20b9257f189407f162ebdab79cd67437ff00e))


### 🐞 Bug Fixes

* add check-format script to package.json for prettier validation ([8dcdb09](https://github.com/iExecBlockchainComputing/explorer-v2/commit/8dcdb09ded4cc59f61d17ce07f94f829e862ff2e))
* add main.tsx missing content lost during previous merge ([3b8f4f6](https://github.com/iExecBlockchainComputing/explorer-v2/commit/3b8f4f6b7d2bc2586be81541f1a3e59f66652629))
* add refetch interval to preview tables and update loading indicators ([99f41ec](https://github.com/iExecBlockchainComputing/explorer-v2/commit/99f41ecaa30bfc35dfd76ee5b06a2e81a37169ae))
* adjust button margin in preview tables for better alignment ([dd58f98](https://github.com/iExecBlockchainComputing/explorer-v2/commit/dd58f9814e73dfbbe2765f0f4d16ed9126f640ba))
* remove duplicate 'devOptional' entries and clean up package-lock.json ([f4df1b8](https://github.com/iExecBlockchainComputing/explorer-v2/commit/f4df1b8a991539979cd1c78b7a1058e7c9dd5187))
* remove unnecessary margin from table container ([b243227](https://github.com/iExecBlockchainComputing/explorer-v2/commit/b2432273030bb574587713bbb50df7a6334c492b))
* update .gitignore to include .DS_Store and .env files ([c7120b3](https://github.com/iExecBlockchainComputing/explorer-v2/commit/c7120b30a2a810cbeaf16d7b9c262d50ec95631b))
* update JSX syntax for consistency and readability in __root.tsx ([e5640d2](https://github.com/iExecBlockchainComputing/explorer-v2/commit/e5640d2636110d1a31fa83deee6cbce5fc4249fa))


### ✨ Polish

* add margin to root component and adjust max-width for layout consistency ([1f64bc1](https://github.com/iExecBlockchainComputing/explorer-v2/commit/1f64bc131b4323c3f9365e6073c362996ea29944))
* add outdated indicator to preview tables and improve error handling ([6473fc1](https://github.com/iExecBlockchainComputing/explorer-v2/commit/6473fc1f6dd3e2555d31c011c87e56959cad859b))
* adjust layout and alignment for improved responsiveness ([780fd1e](https://github.com/iExecBlockchainComputing/explorer-v2/commit/780fd1ed38d757717310b9778d2c6b96b1c05b6e))
* enhance layout structure and styling for the Index component ([ff737de](https://github.com/iExecBlockchainComputing/explorer-v2/commit/ff737dec68f97a2f6e017f0fd353a0180fd05f02))
* remove unused type declaration for router in main.tsx ([982e8c3](https://github.com/iExecBlockchainComputing/explorer-v2/commit/982e8c3d073f55b186484acf3f6788b586020eb5))
* standardize imports and update button labels across preview tables ([4f3b0d2](https://github.com/iExecBlockchainComputing/explorer-v2/commit/4f3b0d2fe85f3f859ccc566af24760b1de745df4))
* standardize quotation marks and add missing semicolons across multiple files ([7616cf7](https://github.com/iExecBlockchainComputing/explorer-v2/commit/7616cf7148245f47e3b1ae361c1516068367f103))
* standardize quotation marks and improve formatting across multiple files ([e82c1ee](https://github.com/iExecBlockchainComputing/explorer-v2/commit/e82c1ee2198271e47da0efaaa79fef4ccdaa4dc1))
* update .prettierignore to include routeTree.gen.ts ([f0a201a](https://github.com/iExecBlockchainComputing/explorer-v2/commit/f0a201a19a3f9776796c1bcb535e4acbcd2c46b9))
* update project name to 'iexec-explorer' in package.json and package-lock.json ([af9424a](https://github.com/iExecBlockchainComputing/explorer-v2/commit/af9424aaae0eafc5c90faa3815e9a17bfe852c69))


### 🧰 Other

* **main:** release explorer 1.1.0 ([023eea8](https://github.com/iExecBlockchainComputing/explorer-v2/commit/023eea8a97a45c9ab81e3325713083c3db43d1b3))
* **main:** release explorer 1.1.0 ([59d9d41](https://github.com/iExecBlockchainComputing/explorer-v2/commit/59d9d415d3a1f0cec39875ad7c4f27c1595cb196))
* **main:** release react-template 1.0.0 ([58eb95a](https://github.com/iExecBlockchainComputing/explorer-v2/commit/58eb95a716b146dde02a187085da23499cc958dc))
* **main:** release react-template 1.0.0 ([fff690a](https://github.com/iExecBlockchainComputing/explorer-v2/commit/fff690a8f6b800d4e2a95b6500d3454259b8ddbb))

## [1.1.0](https://github.com/iExecBlockchainComputing/explorer-v2/compare/explorer-v1.0.0...explorer-v1.1.0) (2025-04-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iexec-explorer",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down