Skip to content
Open
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
86 changes: 86 additions & 0 deletions apps/tx-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,92 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [1.19.0](https://github.com/safe-global/safe-react-apps/compare/tx-builder-1.18.3...tx-builder-1.19.0) (2026-01-12)


### Features

* added cosigner guard state override for transaction simulation ([5ec3f70](https://github.com/safe-global/safe-react-apps/commit/5ec3f703c62ea0f5acae47d7bf563a7966271d6f))



## [1.18.3](https://github.com/safe-global/safe-react-apps/compare/tx-builder-1.18.2...tx-builder-1.18.3) (2025-09-25)



## [1.18.2](https://github.com/safe-global/safe-react-apps/compare/tx-builder-1.18.1...tx-builder-1.18.2) (2025-08-28)


### Bug Fixes

* error: Can't resolve 'process/browser' in axios ([#860](https://github.com/safe-global/safe-react-apps/issues/860)) ([354a4b7](https://github.com/safe-global/safe-react-apps/commit/354a4b725ca4cb27d6935eed20022ee721719cd1))
* **tx-builder:** update help article link ([#849](https://github.com/safe-global/safe-react-apps/issues/849)) ([2bbc198](https://github.com/safe-global/safe-react-apps/commit/2bbc198c090c81eb784f4a8a646382520e338056))



## [1.18.1](https://github.com/safe-global/safe-react-apps/compare/tx-builder-1.18.0...tx-builder-1.18.1) (2025-01-22)



# [1.18.0](https://github.com/safe-global/safe-react-apps/compare/tx-builder-1.17.1...tx-builder-1.18.0) (2024-10-22)


### Bug Fixes

* **empty-library-screen:** adjust empty library screen to be according to figmadesign ([d2c865b](https://github.com/safe-global/safe-react-apps/commit/d2c865b151e69b3d08fd7f1a82cd7b2fff22fadb))
* **icons-alginment:** adjust general icons colors and screens alignment ([009b9c2](https://github.com/safe-global/safe-react-apps/commit/009b9c2857a4e6144f348b98d7c105fffcf0e4e9))
* **library-icon-color:** change icon color in your transactions library page ([5fd16ae](https://github.com/safe-global/safe-react-apps/commit/5fd16aef8f952aee438b2218456c21958f3398d3))
* **remove-unused-code:** remove stick parameter definition from the TransactionSectionWrapper ([e35bf4c](https://github.com/safe-global/safe-react-apps/commit/e35bf4ca18c938018c6c1539f2a81f608dc5bde2))
* **safe-deployments-version:** update safe-deployments version in order to fix issues on Linea ([ffdbbb7](https://github.com/safe-global/safe-react-apps/commit/ffdbbb7a39adc0c320cdd3708659f537b3052730))
* **tx-builder-alignment:** put the TxBuilder form aligned on top ([067bd9d](https://github.com/safe-global/safe-react-apps/commit/067bd9dd5142f1516432b0dc4975d3bd800bbbae))
* **tx-builder-colors:** adjust transaction library colors across all theme modes ([8e60f03](https://github.com/safe-global/safe-react-apps/commit/8e60f031266707403d3747fc16c6945a3c80c57d))
* **tx-builder-dark-mode:** remove hard coded colors values ([a812f11](https://github.com/safe-global/safe-react-apps/commit/a812f1107620d84db969e89856701902eda7f437))
* **tx-builder-tooltips:** fix tooltip background on generic modal ([5b6014c](https://github.com/safe-global/safe-react-apps/commit/5b6014c20467fabe0f42e9b59c2264ced6a6ffa8))
* **tx-builder-upload:** change upload file text color ([7611fa5](https://github.com/safe-global/safe-react-apps/commit/7611fa54fed89b350f6270f335213dfa13e7c06e))
* **tx-builder:** remove unused icons and components ([fc937ba](https://github.com/safe-global/safe-react-apps/commit/fc937bae6eca7977d1f1b3e29414328e6620b012))
* unit tests ([8878fc2](https://github.com/safe-global/safe-react-apps/commit/8878fc26ffba2a3fa2375ca553e1cb6de684693e))


### Features

* **dark-mode:** add dark mode theme support in the theme provider ([bc238d6](https://github.com/safe-global/safe-react-apps/commit/bc238d62868df8bec7f6bb40864289156aed9942))
* **dark-mode:** adjust components to support dark mode ([8f85da9](https://github.com/safe-global/safe-react-apps/commit/8f85da9c3afbaf3cce6eb86413ef4f1cd4475591))
* **mode-in-context:** add theme mode in the context in ([ef7df39](https://github.com/safe-global/safe-react-apps/commit/ef7df3941c7f3362efa38e36edbaf7f0db75b6b0))
* **replace-icons:** replace old images the correct ones from figma ([9220ac1](https://github.com/safe-global/safe-react-apps/commit/9220ac1ac9f1a5c4647e74d8da3f20dfe75b2bb9))
* **tx-builder-components:** move necessary components from react-component library to tx-builder ([a8d98d6](https://github.com/safe-global/safe-react-apps/commit/a8d98d693594bc52019accfcfa05f14986ad1444))
* **tx-builder-theme:** update tx-builder theme ([6c43cbd](https://github.com/safe-global/safe-react-apps/commit/6c43cbd2ff69f32f1a3776161ec320d7ddd0fa80))
* **tx-builder:** move necessary icons to transaction builder ([8e83db8](https://github.com/safe-global/safe-react-apps/commit/8e83db885328ce09a2d05017daf3f2b098a29a82))



## [1.17.1](https://github.com/safe-global/safe-react-apps/compare/tx-builder-1.17.0...tx-builder-1.17.1) (2024-08-28)


### Bug Fixes

* **tx-builder:** fix contract method filtering ([#816](https://github.com/safe-global/safe-react-apps/issues/816)) ([9cbefc5](https://github.com/safe-global/safe-react-apps/commit/9cbefc5b2daa4a897641115eafa7fe7d14faeb64))



# [1.17.0](https://github.com/safe-global/safe-react-apps/compare/tx-builder-1.16.5...tx-builder-1.17.0) (2024-08-20)


### Features

* **tx builder:** use cgw for simulation configs ([#801](https://github.com/safe-global/safe-react-apps/issues/801)) ([cbf139e](https://github.com/safe-global/safe-react-apps/commit/cbf139e48a64fe79dbf11dc5aab17982142e1060))
* **tx-builder:** autocomplete for contract method ([#809](https://github.com/safe-global/safe-react-apps/issues/809)) ([012f1f7](https://github.com/safe-global/safe-react-apps/commit/012f1f73988f82cd2f1784e2b6b062ee30b20b5e))



# [1.17.0](https://github.com/safe-global/safe-react-apps/compare/tx-builder-1.16.5...tx-builder-1.17.0) (2024-04-18)


### Features

* **tx builder:** use cgw for simulation configs ([#801](https://github.com/safe-global/safe-react-apps/issues/801)) ([cbf139e](https://github.com/safe-global/safe-react-apps/commit/cbf139e48a64fe79dbf11dc5aab17982142e1060))



## [1.16.5](https://github.com/safe-global/safe-react-apps/compare/tx-builder-1.16.4...tx-builder-1.16.5) (2024-01-25)


Expand Down
2 changes: 2 additions & 0 deletions apps/tx-builder/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ module.exports = {
}),
])

config.module.rules.push({ test: /\.m?js/, resolve: { fullySpecified: false } })

// https://github.com/facebook/create-react-app/issues/11924
config.ignoreWarnings = [/to parse source map/i]

Expand Down
9 changes: 5 additions & 4 deletions apps/tx-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tx-builder",
"version": "1.16.5",
"version": "1.19.0",
"private": true,
"homepage": "/tx-builder",
"dependencies": {
Expand All @@ -9,8 +9,9 @@
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@safe-global/safe-apps-provider": "^0.18.0",
"@safe-global/safe-deployments": "^1.26.0",
"axios": "^1.6.0",
"@safe-global/safe-deployments": "^1.37.45",
"@safe-global/safe-gateway-typescript-sdk": "^3.19.0",
"axios": "^1.8.2",
"evm-proxy-detection": "1.0.0",
"localforage": "^1.10.0",
"react-beautiful-dnd": "^13.1.1",
Expand All @@ -25,7 +26,7 @@
"@nomiclabs/hardhat-etherscan": "^3.1.5",
"@types/react-beautiful-dnd": "^13.1.2",
"ethers": "^5.7.2",
"hardhat": "^2.12.6",
"hardhat": "^2.19.0",
"hardhat-deploy": "^0.11.22"
},
"scripts": {
Expand Down
Loading