Skip to content

Commit 18ed55a

Browse files
Merge branch 'develop' into chore/ddw-1069-update-readme-to-include-linking-steps
2 parents 541a431 + 206d3d8 commit 18ed55a

File tree

25 files changed

+231
-450
lines changed

25 files changed

+231
-450
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212

1313
### Fixes
1414

15+
- Fixed PopOver overlap ([PR 2954](https://github.com/input-output-hk/daedalus/pull/2954))
16+
- Fixed tooltip being hidden in several places ([PR-2934](https://github.com/input-output-hk/daedalus/pull/2934))
17+
- Adjusted padding for search field in stake pools ([PR 2945](https://github.com/input-output-hk/daedalus/pull/2945))
18+
- Fixed margin for dialogs content and token table header ([PR 2944](https://github.com/input-output-hk/daedalus/pull/2944))
1519
- Fixed performance issue on stake pool list view ([PR 2924](https://github.com/input-output-hk/daedalus/pull/2924))
16-
- Fixed catalyst fund name ([PR 2946](https://github.com/input-output-hk/daedalus/pull/2946))
1720
- Fixed position of popup on syncing screen ([PR 2921](https://github.com/input-output-hk/daedalus/pull/2921))
1821
- Fixed issue with missing character when copying address from PDF ([PR 2925](https://github.com/input-output-hk/daedalus/pull/2925))
1922
- Fixed stake pool list view overlapping news feed ([PR 2917](https://github.com/input-output-hk/daedalus/pull/2917))
@@ -27,12 +30,23 @@
2730

2831
- Added steps on how to link with `react-polymorph` and other external UI libraries ([PR 2948](https://github.com/input-output-hk/daedalus/pull/2948))
2932
- Introduced new version of the `@cardano-foundation/ledgerjs-hw-app-cardano` package ([PR 2930](https://github.com/input-output-hk/daedalus/pull/2930))
33+
- Added `storybook:build` check to pre-push hook ([PR 2955](https://github.com/input-output-hk/daedalus/pull/2955))
3034
- Using new faker.js ([PR 2855](https://github.com/input-output-hk/daedalus/pull/2855))
31-
- Removed `dockutil` due compatibility issues with MacOs Monterey 12.3 ([PR 2929](https://github.com/input-output-hk/daedalus/pull/2929))
3235
- Fixed spelling issues and typos ([PR 2915](https://github.com/input-output-hk/daedalus/pull/2915))
3336
- Removed SASS ts-lint ignore comments ([PR 2870](https://github.com/input-output-hk/daedalus/pull/2870))
3437
- Enabled debugging of the main process ([PR 2893](https://github.com/input-output-hk/daedalus/pull/2893))
3538

39+
## 4.9.1
40+
41+
### Fixes
42+
43+
- Fixed catalyst fund name ([PR 2946](https://github.com/input-output-hk/daedalus/pull/2946))
44+
- Fixed macOS installer on Monterey 12.3 ([PR 2929](https://github.com/input-output-hk/daedalus/pull/2929))
45+
46+
### Chores
47+
48+
- Introduced new version of the `@cardano-foundation/ledgerjs-hw-app-cardano` package ([PR 2930](https://github.com/input-output-hk/daedalus/pull/2930))
49+
3650
## 4.9.0
3751

3852
### Features

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,12 @@ Most of the commands need `nix` and will run only on Linux or macOS.
160160
- Windows 10/11
161161
- Daedalus testnet installation (similar version used in branch) in `C:\Program Files\Daedalus Testnet`
162162
- NodeJS 16
163-
- Python2 *
164-
- `yarn global add windows-build-tools` * (if this does not work extract daedalus\nix\windows-usb-libs.zip under daedalus\build folder)
165-
- Microsoft Build Tools 2015 *
166-
- Microsoft Visual Studio 2017 (Include Desktop development with C++) *
163+
- Python2
164+
- `yarn global add windows-build-tools` (if this does not work extract daedalus\nix\windows-usb-libs.zip under daedalus\build folder)
165+
- Microsoft Build Tools 2015
166+
- Microsoft Visual Studio 2017 (Include Desktop development with C++)
167167
- `yarn config set msvsversion 2015 --global`
168168

169-
*needed for compiling [email protected] on Windows
170-
171169
#### Steps
172170
- `yarn install`
173171
- `yarn dev:windows`

installers/common/MacInstaller.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ sign_cmd "$ABS_PATH/Contents/Resources/app/node_modules/keccak/bin/darwin-x64-"*
153153
sign_cmd "$ABS_PATH/Contents/Resources/app/node_modules/keccak/build/Release/addon.node"
154154
sign_cmd "$ABS_PATH/Contents/Resources/app/node_modules/keccak/prebuilds/darwin-x64/node.napi.node"
155155
sign_cmd "$ABS_PATH/Contents/Resources/app/node_modules/blake-hash/prebuilds/darwin-x64/node.napi.node"
156+
sign_cmd "$ABS_PATH/Contents/Resources/app/node_modules/blake2/build/Release/binding.node"
156157
sign_cmd "$ABS_PATH/Contents/Resources/app/node_modules/tiny-secp256k1/build/Release/secp256k1.node"
157158

158159
# Sign the whole component deeply

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "daedalus",
33
"productName": "Daedalus",
4-
"version": "4.9.0",
4+
"version": "4.9.1",
55
"description": "Cryptocurrency Wallet",
66
"main": "./dist/main/index.js",
77
"scripts": {
88
"build": "gulp build",
99
"build:electron": "electron-rebuild -w usb --useCache -s --debug",
10-
"check:all": "yarn prettier:check && yarn lint && yarn compile && yarn stylelint && yarn lockfile:check && yarn manage:translations",
10+
"check:all": "yarn prettier:check && yarn lint && yarn compile && yarn stylelint && yarn lockfile:check && yarn manage:translations && yarn storybook:build",
1111
"start": "gulp start",
1212
"start:dev": "NODE_ENV=development gulp start",
1313
"dev": "IS_WATCH_MODE=true gulp dev",
@@ -139,7 +139,7 @@
139139
"eslint-plugin-react": "7.21.2",
140140
"eslint-plugin-react-hooks": "4.1.2",
141141
"esm": "3.2.25",
142-
"fast-sass-loader": "1.5.0",
142+
"fast-sass-loader": "2.0.1",
143143
"file-loader": "4.2.0",
144144
"gulp-shell": "0.8.0",
145145
"hash.js": "1.1.7",
@@ -156,7 +156,6 @@
156156
"mobx-react-devtools": "6.1.1",
157157
"node-forge": "1.0.0",
158158
"node-libs-browser": "2.2.1",
159-
"node-sass": "4.14.1",
160159
"nodemon": "2.0.4",
161160
"npmlog": "4.1.2",
162161
"postcss": "8.2.13",
@@ -168,7 +167,8 @@
168167
"react-intl-translations-manager": "5.0.3",
169168
"react-syntax-highlighter": "13.5.3",
170169
"regenerator-runtime": "0.13.7",
171-
"sass-loader": "7.1.0",
170+
"sass": "1.32.13",
171+
"sass-loader": "10.1.1",
172172
"seedrandom": "3.0.5",
173173
"sinon": "9.2.2",
174174
"spawn-sync": "2.0.0",
@@ -257,7 +257,7 @@
257257
"react-intl": "2.7.2",
258258
"react-lottie": "1.2.3",
259259
"react-markdown": "4.3.1",
260-
"react-polymorph": "1.0.3",
260+
"react-polymorph": "1.0.4",
261261
"react-router": "5.2.0",
262262
"react-router-dom": "5.2.0",
263263
"react-svg-inline": "2.1.1",

source/renderer/app/components/news/NewsFeed.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
top: 0;
1414
transition: margin-right 400ms ease;
1515
width: 460px;
16-
z-index: $dialog-z-index;
16+
z-index: $news-feed-z-index;
1717

1818
&.noTransition {
1919
transition: none;

source/renderer/app/components/staking/delegation-setup-wizard/DelegationStepsChooseWalletDialog.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
.SimpleBubble_bubble {
2727
border-radius: 2px !important;
2828
}
29+
30+
.Dialog_contentWrapper::-webkit-scrollbar-track {
31+
margin-top: -8px;
32+
}
2933
}
3034

3135
.content {

source/renderer/app/components/staking/delegation-setup-wizard/DelegationStepsConfirmationDialog.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,9 @@
8888
}
8989
}
9090
}
91+
92+
.Dialog_contentWrapper::-webkit-scrollbar-track {
93+
margin-top: -8px;
94+
}
9195
}
9296
}

source/renderer/app/components/staking/stake-pools/StakePoolsSearch.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
input {
4242
border-radius: 4px;
4343
height: 50px;
44-
padding: 0 68px 0 55px;
44+
padding: 0 68px 0 45px;
4545
}
4646

4747
&.inputExtrasSearch {
@@ -61,7 +61,7 @@
6161
height: 48px;
6262
line-height: 48px;
6363
position: absolute;
64-
right: 20px;
64+
right: 11px;
6565
}
6666

6767
.clearSearchButton {

source/renderer/app/components/wallet/WalletCreateDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { Input } from 'react-polymorph/lib/components/Input';
66
import { InputSkin } from 'react-polymorph/lib/skins/simple/InputSkin';
77
import { defineMessages, intlShape, FormattedHTMLMessage } from 'react-intl';
88
import vjf from 'mobx-react-form/lib/validators/VJF';
9-
import { PopOver } from 'react-polymorph/lib/components/PopOver';
109
import SVGInline from 'react-svg-inline';
10+
import { PopOver } from 'react-polymorph/lib/components/PopOver';
1111
import ReactToolboxMobxForm, {
1212
handleFormErrors,
1313
} from '../../utils/ReactToolboxMobxForm';

source/renderer/app/components/wallet/WalletRestoreDialog.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@
137137

138138
:global {
139139
.Dialog_contentWrapper::-webkit-scrollbar-track {
140-
margin-bottom: -8px;
141140
margin-top: -8px;
142141
}
143142
.Dialog_subtitle {

0 commit comments

Comments
 (0)