Skip to content

Commit

Permalink
Merge pull request #683 from tarcisiozf/prepare-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
tarcisiozf authored Jun 20, 2022
2 parents 879dd9b + 41b8ac9 commit aaf43ba
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion bfx-hf-ui-core
Submodule bfx-hf-ui-core updated 43 files
+3 −3 package-lock.json
+1 −1 package.json
+5 −3 public/locales/en-US/translations.json
+0 −115 src/components/BacktestTradesTable/BacktestTradesTable.columns.js
+0 −85 src/components/BacktestTradesTable/BacktestTradesTable.helpers.js
+0 −127 src/components/BacktestTradesTable/BacktestTradesTable.js
+0 −3 src/components/BacktestTradesTable/index.js
+0 −34 src/components/BacktestTradesTable/style.scss
+1 −0 src/components/IDENoticePanel/style.scss
+6 −20 src/components/IDEPanel/IDEPanel.js
+4 −0 src/components/StrategyEditor/StrategyEditor.container.js
+47 −7 src/components/StrategyEditor/StrategyEditor.helpers.js
+367 −180 src/components/StrategyEditor/StrategyEditor.js
+9 −7 src/components/StrategyEditor/components/SidebarParams/ParamsForSandbox.js
+11 −0 src/components/StrategyEditor/components/StrategyEditorEmpty.js
+26 −4 src/components/StrategyEditor/tabs/BacktestTab.js
+36 −15 src/components/StrategyEditor/tabs/StrategyTab/StrategyLiveTab.js
+14 −12 src/components/StrategyEditor/templates/blank/index.js
+6 −5 src/components/StrategyEditor/templates/ema_cross/index.js
+5 −3 src/components/StrategyEditor/templates/macd_cross/index.js
+5 −4 src/components/StrategyEditor/templates/vwap_example_eth_usd/index.js
+1 −13 src/components/StrategyLiveChart/StrategyLiveChart.js
+2 −2 src/components/StrategyOptionsPanel/StrategyOptionsButton.js
+2 −5 src/components/StrategyOptionsPanel/StrategyOptionsPanel.Live.js
+2 −2 src/components/StrategyOptionsPanel/StrategyOptionsPanel.Sandbox.js
+4 −2 src/components/StrategyOptionsPanel/StrategyTypeSelect.js
+111 −0 src/components/StrategyPerfomanceMetrics/StrategyPerfomanceMetrics.helpers.js
+18 −91 src/components/StrategyPerfomanceMetrics/StrategyPerfomanceMetrics.js
+14 −3 src/components/StrategyTradesTable/StrategyTradesTable.Row.js
+1 −1 src/components/StrategyTradesTable/StrategyTradesTable.columns.js
+3 −3 src/components/StrategyTradesTable/StrategyTradesTable.helpers.js
+5 −1 src/components/StrategyTradesTable/StrategyTradesTable.js
+1,058 −163 src/components/StrategyTradesTable/test_data.js
+6 −1 src/modals/Strategy/CreateNewStrategyFromModal/CreateNewStrategyFromModal.helpers.js
+55 −9 src/modals/Strategy/CreateNewStrategyFromModal/CreateNewStrategyFromModal.js
+1 −1 src/modals/Strategy/CreateNewStrategyModal/CreateNewStrategyModal.js
+94 −101 src/modals/Strategy/ExecutionOptionsModal/ExecutionOptionsModal.js
+1 −1 src/modals/Strategy/SaveStrategyAsModal/SaveStrategyAsModal.js
+3 −1 src/modals/Strategy/SaveUnsavedChangesModal/SaveUnsavedChangesModal.js
+0 −20 src/modals/Strategy/Strategy.helpers.js
+60 −60 src/pages/Strategies/Strategies.js
+0 −8 src/redux/middleware/ui/index.js
+1 −0 src/ui/Tabs/style.scss
32 changes: 16 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfx-hf-ui",
"version": "3.29.0-rc.11.1",
"version": "3.29.0",
"description": "Official Bitfinex Honey UI - for live trading and executing algorithmic orders/strategies",
"engines": {
"node": ">=14"
Expand Down Expand Up @@ -129,11 +129,11 @@
"run-script-os": "^1.1.6"
},
"dependencies": {
"bfx-hf-data-server": "git+https://github.com/bitfinexcom/bfx-hf-data-server.git#v4.1.1",
"bfx-hf-data-server": "git+https://github.com/bitfinexcom/bfx-hf-data-server.git#v4.1.3",
"bfx-hf-ext-plugin-bitfinex": "git+https://github.com/bitfinexcom/bfx-hf-ext-plugin-bitfinex.git#v1.0.11",
"bfx-hf-models": "git+https://github.com/bitfinexcom/bfx-hf-models.git#v4.0.0",
"bfx-hf-models-adapter-lowdb": "git+https://github.com/bitfinexcom/bfx-hf-models-adapter-lowdb.git#v1.0.5",
"bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v6.2.0",
"bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v6.2.2",
"bfx-hf-util": "github:bitfinexcom/bfx-hf-util#v1.0.12",
"concurrently": "^6.3.0",
"cross-env": "^7.0.2",
Expand Down

0 comments on commit aaf43ba

Please sign in to comment.