Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Missing message toolbar visibility on hover (Firefox ERS) and Bubble missing font-family #32496

Merged
merged 1 commit into from
May 27, 2024
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
9 changes: 9 additions & 0 deletions .changeset/wicked-points-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@rocket.chat/meteor': patch
---

This fuselage`s bump fixes:
- The message toolbar visibility on hover (Firefox ESR)
- `Bubble` missing font-family

[more details](https://github.com/RocketChat/fuselage/releases/tag/%40rocket.chat%2Ffuselage%400.53.7)
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ws": "^8.8.1"
},
"devDependencies": {
"@rocket.chat/icons": "^0.34.0",
"@rocket.chat/icons": "^0.35.0",
"@types/cookie": "^0.5.3",
"@types/cookie-parser": "^1.4.5",
"@types/ejson": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,15 +242,15 @@
"@rocket.chat/favicon": "workspace:^",
"@rocket.chat/forked-matrix-appservice-bridge": "^4.0.2",
"@rocket.chat/forked-matrix-bot-sdk": "^0.6.0-beta.3",
"@rocket.chat/fuselage": "^0.53.4",
"@rocket.chat/fuselage": "^0.53.7",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/fuselage-toastbar": "^0.31.26",
"@rocket.chat/fuselage-tokens": "^0.33.1",
"@rocket.chat/fuselage-ui-kit": "workspace:^",
"@rocket.chat/gazzodown": "workspace:^",
"@rocket.chat/i18n": "workspace:^",
"@rocket.chat/icons": "^0.34.0",
"@rocket.chat/icons": "^0.35.0",
"@rocket.chat/instance-status": "workspace:^",
"@rocket.chat/jwt": "workspace:^",
"@rocket.chat/layout": "~0.31.26",
Expand Down
4 changes: 2 additions & 2 deletions ee/packages/ui-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"devDependencies": {
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.53.4",
"@rocket.chat/fuselage": "^0.53.7",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/icons": "^0.34.0",
"@rocket.chat/icons": "^0.35.0",
"@rocket.chat/ui-contexts": "workspace:~",
"@storybook/addon-actions": "~6.5.16",
"@storybook/addon-docs": "~6.5.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@rocket.chat/apps-engine": "1.42.2",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/icons": "^0.34.0",
"@rocket.chat/icons": "^0.35.0",
"@rocket.chat/message-parser": "workspace:^",
"@rocket.chat/models": "workspace:^",
"@rocket.chat/rest-typings": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"dependencies": {
"@rocket.chat/apps-engine": "1.42.2",
"@rocket.chat/icons": "^0.34.0",
"@rocket.chat/icons": "^0.35.0",
"@rocket.chat/message-parser": "workspace:^",
"@rocket.chat/ui-kit": "workspace:~"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/fuselage-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"@babel/preset-typescript": "~7.22.15",
"@rocket.chat/apps-engine": "^1.42.2",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.53.4",
"@rocket.chat/fuselage": "^0.53.7",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/icons": "^0.34.0",
"@rocket.chat/icons": "^0.35.0",
"@rocket.chat/prettier-config": "~0.31.25",
"@rocket.chat/styled": "~0.31.25",
"@rocket.chat/ui-avatar": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/gazzodown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@babel/core": "~7.22.20",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.53.4",
"@rocket.chat/fuselage": "^0.53.7",
"@rocket.chat/fuselage-tokens": "^0.33.1",
"@rocket.chat/message-parser": "workspace:^",
"@rocket.chat/styled": "~0.31.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"@babel/core": "~7.22.20",
"@rocket.chat/fuselage": "^0.53.4",
"@rocket.chat/fuselage": "^0.53.7",
"@rocket.chat/ui-contexts": "workspace:^",
"@types/babel__core": "~7.20.3",
"@types/react": "~17.0.69",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"@babel/core": "~7.22.20",
"@react-aria/toolbar": "^3.0.0-beta.1",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.53.4",
"@rocket.chat/fuselage": "^0.53.7",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/icons": "^0.34.0",
"@rocket.chat/icons": "^0.35.0",
"@rocket.chat/mock-providers": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:~",
"@storybook/addon-actions": "~6.5.16",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@babel/core": "~7.22.20",
"@react-aria/toolbar": "^3.0.0-beta.1",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.53.4",
"@rocket.chat/icons": "^0.34.0",
"@rocket.chat/fuselage": "^0.53.7",
"@rocket.chat/icons": "^0.35.0",
"@storybook/addon-actions": "~6.5.16",
"@storybook/addon-docs": "~6.5.16",
"@storybook/addon-essentials": "~6.5.16",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-video-conf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"@babel/core": "~7.22.20",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.53.4",
"@rocket.chat/fuselage": "^0.53.7",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/icons": "^0.34.0",
"@rocket.chat/icons": "^0.35.0",
"@rocket.chat/styled": "~0.31.25",
"@rocket.chat/ui-avatar": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@codemirror/tooltip": "^0.19.16",
"@lezer/highlight": "^1.1.6",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.53.4",
"@rocket.chat/fuselage": "^0.53.7",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/fuselage-toastbar": "^0.31.26",
"@rocket.chat/fuselage-tokens": "^0.33.1",
"@rocket.chat/fuselage-ui-kit": "workspace:~",
"@rocket.chat/icons": "^0.34.0",
"@rocket.chat/icons": "^0.35.0",
"@rocket.chat/logo": "^0.31.30",
"@rocket.chat/styled": "~0.31.25",
"@rocket.chat/ui-avatar": "workspace:^",
Expand Down
76 changes: 38 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8444,7 +8444,7 @@ __metadata:
"@rocket.chat/apps-engine": 1.42.2
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/icons": ^0.34.0
"@rocket.chat/icons": ^0.35.0
"@rocket.chat/message-parser": "workspace:^"
"@rocket.chat/models": "workspace:^"
"@rocket.chat/rest-typings": "workspace:^"
Expand All @@ -8469,7 +8469,7 @@ __metadata:
dependencies:
"@rocket.chat/apps-engine": 1.42.2
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/icons": ^0.34.0
"@rocket.chat/icons": ^0.35.0
"@rocket.chat/message-parser": "workspace:^"
"@rocket.chat/ui-kit": "workspace:~"
eslint: ~8.45.0
Expand Down Expand Up @@ -8742,11 +8742,11 @@ __metadata:
"@babel/preset-typescript": ~7.22.15
"@rocket.chat/apps-engine": ^1.42.2
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": ^0.53.4
"@rocket.chat/fuselage": ^0.53.7
"@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/fuselage-polyfills": ~0.31.25
"@rocket.chat/gazzodown": "workspace:^"
"@rocket.chat/icons": ^0.34.0
"@rocket.chat/icons": ^0.35.0
"@rocket.chat/prettier-config": ~0.31.25
"@rocket.chat/styled": ~0.31.25
"@rocket.chat/ui-avatar": "workspace:^"
Expand Down Expand Up @@ -8785,26 +8785,26 @@ __metadata:
typescript: ~5.3.3
peerDependencies:
"@rocket.chat/apps-engine": "*"
"@rocket.chat/eslint-config": 0.7.0-rc.0
"@rocket.chat/eslint-config": 0.7.0
"@rocket.chat/fuselage": "*"
"@rocket.chat/fuselage-hooks": "*"
"@rocket.chat/fuselage-polyfills": "*"
"@rocket.chat/icons": "*"
"@rocket.chat/prettier-config": "*"
"@rocket.chat/styled": "*"
"@rocket.chat/ui-avatar": 2.0.0-rc.2
"@rocket.chat/ui-contexts": 6.0.0-rc.2
"@rocket.chat/ui-avatar": 2.0.0
"@rocket.chat/ui-contexts": 6.0.0
"@rocket.chat/ui-kit": 0.33.0
"@rocket.chat/ui-video-conf": 6.0.0-rc.2
"@rocket.chat/ui-video-conf": 6.0.0
"@tanstack/react-query": "*"
react: "*"
react-dom: "*"
languageName: unknown
linkType: soft

"@rocket.chat/fuselage@npm:^0.53.4":
version: 0.53.4
resolution: "@rocket.chat/fuselage@npm:0.53.4"
"@rocket.chat/fuselage@npm:^0.53.7":
version: 0.53.7
resolution: "@rocket.chat/fuselage@npm:0.53.7"
dependencies:
"@rocket.chat/css-in-js": ^0.31.25
"@rocket.chat/css-supports": ^0.31.25
Expand All @@ -8822,7 +8822,7 @@ __metadata:
react: ^17.0.2
react-dom: ^17.0.2
react-virtuoso: 1.2.4
checksum: 3a926f6f29f8111c23d423d056f51f13679f329cb58b418a9b2999ceac54897232f6078d656e3c7858d52dbe5fa55137267397feaa24b4271cf10e1e955891b6
checksum: 3765c064f9f356b3da3ee147d3700104eebb642ba27807ec25866e8445d8d761c5ad127bafddf171d4913ae92df082ace93fc070f93159fb7d01aba10bd3c2b0
languageName: node
linkType: hard

Expand All @@ -8833,7 +8833,7 @@ __metadata:
"@babel/core": ~7.22.20
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/fuselage": ^0.53.4
"@rocket.chat/fuselage": ^0.53.7
"@rocket.chat/fuselage-tokens": ^0.33.1
"@rocket.chat/message-parser": "workspace:^"
"@rocket.chat/styled": ~0.31.25
Expand Down Expand Up @@ -8884,8 +8884,8 @@ __metadata:
"@rocket.chat/fuselage-tokens": "*"
"@rocket.chat/message-parser": 0.31.29
"@rocket.chat/styled": "*"
"@rocket.chat/ui-client": 6.0.0-rc.2
"@rocket.chat/ui-contexts": 6.0.0-rc.2
"@rocket.chat/ui-client": 6.0.0
"@rocket.chat/ui-contexts": 6.0.0
katex: "*"
react: "*"
languageName: unknown
Expand All @@ -8906,10 +8906,10 @@ __metadata:
languageName: unknown
linkType: soft

"@rocket.chat/icons@npm:^0.34.0":
version: 0.34.0
resolution: "@rocket.chat/icons@npm:0.34.0"
checksum: d84af3174b3ba75639be8ebbe31a4bb5ca6467a9d2a3db6e4d38589dfa378f0fdb118fd337dd938dfb0f8fd493352e53102956e96f310b6dbcb69d3b72a3266c
"@rocket.chat/icons@npm:^0.35.0":
version: 0.35.0
resolution: "@rocket.chat/icons@npm:0.35.0"
checksum: c31e20255f7349fab3f74abb0a4ccdaa6fcd194fcb00036115458714008d88108caeb713c79ea8ffc6871147c360e96fe4ae2f24d31116c50c7854f64c522701
languageName: node
linkType: hard

Expand Down Expand Up @@ -9193,15 +9193,15 @@ __metadata:
"@rocket.chat/favicon": "workspace:^"
"@rocket.chat/forked-matrix-appservice-bridge": ^4.0.2
"@rocket.chat/forked-matrix-bot-sdk": ^0.6.0-beta.3
"@rocket.chat/fuselage": ^0.53.4
"@rocket.chat/fuselage": ^0.53.7
"@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/fuselage-polyfills": ~0.31.25
"@rocket.chat/fuselage-toastbar": ^0.31.26
"@rocket.chat/fuselage-tokens": ^0.33.1
"@rocket.chat/fuselage-ui-kit": "workspace:^"
"@rocket.chat/gazzodown": "workspace:^"
"@rocket.chat/i18n": "workspace:^"
"@rocket.chat/icons": ^0.34.0
"@rocket.chat/icons": ^0.35.0
"@rocket.chat/instance-status": "workspace:^"
"@rocket.chat/jwt": "workspace:^"
"@rocket.chat/layout": ~0.31.26
Expand Down Expand Up @@ -10089,7 +10089,7 @@ __metadata:
resolution: "@rocket.chat/ui-avatar@workspace:packages/ui-avatar"
dependencies:
"@babel/core": ~7.22.20
"@rocket.chat/fuselage": ^0.53.4
"@rocket.chat/fuselage": ^0.53.7
"@rocket.chat/ui-contexts": "workspace:^"
"@types/babel__core": ~7.20.3
"@types/react": ~17.0.69
Expand All @@ -10103,7 +10103,7 @@ __metadata:
typescript: ~5.3.3
peerDependencies:
"@rocket.chat/fuselage": "*"
"@rocket.chat/ui-contexts": 6.0.0-rc.2
"@rocket.chat/ui-contexts": 6.0.0
react: ~17.0.2
languageName: unknown
linkType: soft
Expand All @@ -10115,9 +10115,9 @@ __metadata:
"@babel/core": ~7.22.20
"@react-aria/toolbar": ^3.0.0-beta.1
"@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/fuselage": ^0.53.4
"@rocket.chat/fuselage": ^0.53.7
"@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/icons": ^0.34.0
"@rocket.chat/icons": ^0.35.0
"@rocket.chat/mock-providers": "workspace:^"
"@rocket.chat/ui-contexts": "workspace:~"
"@storybook/addon-actions": ~6.5.16
Expand Down Expand Up @@ -10156,7 +10156,7 @@ __metadata:
"@rocket.chat/fuselage": "*"
"@rocket.chat/fuselage-hooks": "*"
"@rocket.chat/icons": "*"
"@rocket.chat/ui-contexts": 6.0.0-rc.2
"@rocket.chat/ui-contexts": 6.0.0
react: ~17.0.2
languageName: unknown
linkType: soft
Expand All @@ -10168,8 +10168,8 @@ __metadata:
"@babel/core": ~7.22.20
"@react-aria/toolbar": ^3.0.0-beta.1
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": ^0.53.4
"@rocket.chat/icons": ^0.34.0
"@rocket.chat/fuselage": ^0.53.7
"@rocket.chat/icons": ^0.35.0
"@storybook/addon-actions": ~6.5.16
"@storybook/addon-docs": ~6.5.16
"@storybook/addon-essentials": ~6.5.16
Expand Down Expand Up @@ -10260,9 +10260,9 @@ __metadata:
resolution: "@rocket.chat/ui-theming@workspace:ee/packages/ui-theming"
dependencies:
"@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/fuselage": ^0.53.4
"@rocket.chat/fuselage": ^0.53.7
"@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/icons": ^0.34.0
"@rocket.chat/icons": ^0.35.0
"@rocket.chat/ui-contexts": "workspace:~"
"@storybook/addon-actions": ~6.5.16
"@storybook/addon-docs": ~6.5.16
Expand Down Expand Up @@ -10303,9 +10303,9 @@ __metadata:
"@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/emitter": ~0.31.25
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": ^0.53.4
"@rocket.chat/fuselage": ^0.53.7
"@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/icons": ^0.34.0
"@rocket.chat/icons": ^0.35.0
"@rocket.chat/styled": ~0.31.25
"@rocket.chat/ui-avatar": "workspace:^"
"@rocket.chat/ui-contexts": "workspace:^"
Expand All @@ -10332,8 +10332,8 @@ __metadata:
"@rocket.chat/fuselage-hooks": "*"
"@rocket.chat/icons": "*"
"@rocket.chat/styled": "*"
"@rocket.chat/ui-avatar": 2.0.0-rc.2
"@rocket.chat/ui-contexts": 6.0.0-rc.2
"@rocket.chat/ui-avatar": 2.0.0
"@rocket.chat/ui-contexts": 6.0.0
react: ^17.0.2
react-dom: ^17.0.2
languageName: unknown
Expand All @@ -10348,13 +10348,13 @@ __metadata:
"@codemirror/tooltip": ^0.19.16
"@lezer/highlight": ^1.1.6
"@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/fuselage": ^0.53.4
"@rocket.chat/fuselage": ^0.53.7
"@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/fuselage-polyfills": ~0.31.25
"@rocket.chat/fuselage-toastbar": ^0.31.26
"@rocket.chat/fuselage-tokens": ^0.33.1
"@rocket.chat/fuselage-ui-kit": "workspace:~"
"@rocket.chat/icons": ^0.34.0
"@rocket.chat/icons": ^0.35.0
"@rocket.chat/logo": ^0.31.30
"@rocket.chat/styled": ~0.31.25
"@rocket.chat/ui-avatar": "workspace:^"
Expand Down Expand Up @@ -10423,7 +10423,7 @@ __metadata:
peerDependencies:
"@rocket.chat/layout": "*"
"@rocket.chat/tools": 0.2.1
"@rocket.chat/ui-contexts": 6.0.0-rc.2
"@rocket.chat/ui-contexts": 6.0.0
"@tanstack/react-query": "*"
react: "*"
react-hook-form: "*"
Expand Down Expand Up @@ -36858,7 +36858,7 @@ __metadata:
"@rocket.chat/core-services": "workspace:^"
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/emitter": ~0.31.25
"@rocket.chat/icons": ^0.34.0
"@rocket.chat/icons": ^0.35.0
"@rocket.chat/message-parser": "workspace:^"
"@rocket.chat/model-typings": "workspace:^"
"@rocket.chat/models": "workspace:^"
Expand Down
Loading