Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to develop, this PR will be updated.
Releases
@rocket.chat/release-action@2.0.0
Major Changes
956dbb5520
Thanks @sampaiodiego! - New action to publish package releasesPatch Changes
#29563
677919a23e
Thanks @sampaiodiego! - Use CI user PAT token#29563
677919a23e
Thanks @sampaiodiego! - Update versions in configured files@rocket.chat/meteor@6.3.0
Minor Changes
#29203
56177021d9
Thanks @yash-rajpal! - feat: access-marketplace permission#29500
db9e1f6ad7
Thanks @ggazzo! - feat: Add Apps engine Thread Bridge#29547
c1e89b180d
Thanks @ggazzo! - fix: spotlight doesnt update with new rooms#28975
9ea8088f06
Thanks @yash-rajpal! - fix: respect useEmoji preference for messages#29303
35aeeed1ca
Thanks @yash-rajpal! - fix: Hide roomLeader padding#29373
3109a764bc
Thanks @sampaiodiego! - feat: Enterprise Add support for different transporters to connect multiple monolith instances.To use that, you can use the
TRANSPORTER
env var adding "monolith+" to the transporter value. To use NATS for example, your env var should be:#28948
6a474ff952
Thanks @aleksandernsilva! - Refactored Omnichannel department pages to use best practices, also fixed existing bugs#29335
cebe359d13
Thanks @yash-rajpal! - fix: Room history scrollbar position#29474
066cf25f6f
Thanks @yash-rajpal! - Fixed invalid message draft issue.#29255
e116d88047
Thanks @dougfabris! - chore: AddroomName
on Composer placeholder#29263
40cebcc0f1
Thanks @ggazzo! - ask for totp if the provided one is invalid#29282
29556cbba9
Thanks @yash-rajpal! - Added emoji popup trigger length of 3 characters.#29530
3de6641573
Thanks @yash-rajpal! - Fix message composer popup bug#29336
6e2f78feea
Thanks @aleksandernsilva! - Added ability to see attachments in the contact history message list#29546
6bce20a39f
Thanks @ggazzo! - fix: Message sent triggering thread subscriptions multiple times#28717
c0523e350d
Thanks @yash-rajpal! - fix: Handle live subscription removal#29286
7e00009ddb
Thanks @anikdhabal! - fix: Analytics page crashPatch Changes
#29418
0d00dba7fb
Thanks @Rottenblasters! - Fixed Marketplace Release Info tab loading loop#28367
b03fcd9c14
Thanks @cauefcr! - fix: broken error messages on room.saveInfo & missing CF validations on omni/contact api#29253
7832a40a6d
Thanks @KevLehman! - refactor: Move units check outside of model for finds#29372
ea0bbba8ab
Thanks @totoi690! - fixed system messages for room role changes#29401
7d769b96e3
Thanks @matheusbsilva137! - fix: Importer crashes when sending the "active status" e-mail notification to users#28814
222c8ec5bb
Thanks @matheusbsilva137! - feat: [ENTERPRISE] Add setting to control user merge on LDAP Background Sync#29349
c95cda43e6
Thanks @ggazzo! - fix: getActiveLocalUserCount query always returning 0#29245
d33f4ebabe
Thanks @gabriellsh! - fix: OTR session closing after 10 seconds without warning#29459
fa015f520c
Thanks @felipe-rod123! - 🛠️ Fixed settings of code input type not wrapping text correctly#29554
4187aed60f
Thanks @ggazzo! - regression: asciiart slashcommands breaking client#29174
347e206023
Thanks @gabriellsh! - fix: Clicking uploaded file title replaces current tab#29313
c9279bfcd3
Thanks @debdutdeb! - fix: message deletion fails if has files attached on filesystem storage#29238
0571d34cc0
Thanks @Kishn0109! - fix: Omnichannel contact table not being updated after add/edit/remove#29493
734db1d8bc
Thanks @ggazzo! - fix emoji being rendered as big on headers and other places than message text#29250
0c34904b50
Thanks @aleksandernsilva! - Fixed omnichannel contact form asynchronous validations#29228
9160c21118
Thanks @gabriellsh! - fix: Room members list out of order#29293
1687bfbe3a
Thanks @debdutdeb! - fix: Admins unable to create new users if new users require manual approval#28611
b31ccd4a96
Thanks @felipe-rod123! - chore: break down helpers.ts and create new files🔀 changed
handleAPIError
import in AppDetailsPage.tsx🔀 changed
apiCurlGetter
import in AppDetailsAPIs.tsx🔀 changed
formatPriceAndPurchaseType
import in AppStatusPriceDisplay.tsx❌ deleted
apiCurlGetter, handleInstallError, handleAPIError, warnAppInstall, warnEnableDisableApp, warnStatusChange, formatPriceAndPurchaseType
and moved them to new files, from helpers.ts✅ created apiCurlGetter.ts file
✅ created appErroredStatuses.ts file
✅ created formatPrice.ts file
✅ created formatPriceAndPurchaseType.ts file
✅ created formatPricingPlan.ts file
✅ created handleAPIError.ts file
✅ created handleInstallError.ts file
✅ created installApp.ts file
✅ created updateApp.ts file
✅ created warnAppInstal.ts file
✅ created warnEnableDisableApp.ts file
✅ created warnStatusChange.ts file
🔀 changed
handleAPIError
import in useAppInstallationHandler.tsx🔀 changed
handleAPIError
import in useCategories.ts🔀 changed
handleAPIError
import in useOpenIncompatibleModal.tsx#29189
29452946a5
Thanks @KevLehman! - fix:queuedForUser
endpoint not filtering by status#29454
40d7f7955c
Thanks @gabriellsh! - fix(meteor): Scroll position is lost when loading older messages#29395
26db142b10
Thanks @ggazzo! - fix wrong %s translations#28999
ebbb608166
Thanks @hugocostadev! - fix: Login Terms custom contentThe custom layout Login Terms did not had any effect on the login screen, so it was changed to get the proper setting effect
#29468
760c0231ab
Thanks @aleksandernsilva! - Fixed edit department page showing data from the previous department#28946
ae6b825150
Thanks @rique223! - Fixed and replaced HTML texts to markdown on Settings to display rich text#29278
17024613c5
Thanks @aleksandernsilva! - fixes the Livechat CSP validation, which was incorrectly blocking access to the widget for all non whitelisted domains#29274
b57b2f142d
Thanks @KevLehman! - refactor: Convert Omnichannel helper ee to ts#28252
9da856cc67
Thanks @murtaza98! - fix: Resume on-hold chat not working with max-chat's allowed per agent config#29523
370ee75775
Thanks @aleksandernsilva! - Re-added pagination to Department's agents list#27121
c8cdc51799
Thanks @debdutdeb! - fix: unable to upload files in IOS Safari browsers#29528
0f22271ca2
Thanks @gabriellsh! - fixed an issue where the room history is lost when jumping to an older message that is not already loaded#28081
3f58495769
Thanks @LucianoPierdona! - chore: update room oncleanRoomHistory
only if any message has been deleted#29128
2bcc812fcf
Thanks @ggazzo! - fix: Rocket.Chat.Apps using wrong id parameter to emit settings#28989
505b292ba9
Thanks @murtaza98! - test: add missing omnichannel contact-center tests#29019
82194555ea
Thanks @totoi690! - fix: Editing a room in the admin menu breaks that room's integration#29421
585c49f145
Thanks @matheusbsilva137! - fix: Import progress page stuck at 0%#29323
f8cd53bc7e
Thanks @KevLehman! - fix: Add missing awaits to .count() calls#29538
9b899959b4
Thanks @AyushKaithwas! - Fixed Search Shortcut (ctrl + K) and keyboard navigation and selection#26400
916c0dcaf2
Thanks @carlosrodrigues94! - fix: [ENTERPRISE] Guest users can join more than maxRoomsPerGuest rooms#26875
12d97e16c2
Thanks @LucianoPierdona! - feat: Allow Incoming Webhooks to override destination channel#29453
cb0a92e886
Thanks @crycode-de! - fix: Frontend crash if IndexedDB is not available, i.e. in Firefox private mode#29489
a685a592a9
Thanks @ggazzo! - Fix seats counter including apps#29416
4513378600
Thanks @matheusbsilva137! - fix: Imported messages are not displayedfix: Importer agent is added as a member of every imported room
#28979
8fcb3edb40
Thanks @aleksandernsilva! - fix: Remove room from UI when another agent takes it#29378
059a92e876
Thanks @KevLehman! - Fix visitor's query when both email & phone number are empty#28426
16dca466ea
Thanks @totoi690! - fix: "Discussions" filter is prioritized in admin "Rooms" pageUpdated dependencies [
4b5a87c88b
,7832a40a6d
,e006013e5f
,ae39f91085
,9ea8088f06
,ebbb608166
,6a474ff952
,37c792161f
,9da856cc67
,6938bcd1a2
,40cebcc0f1
,916c0dcaf2
,12d97e16c2
,40cebcc0f1
,cde2539619
,16dca466ea
]:@rocket.chat/api-client@0.1.0
Minor Changes
#29263
40cebcc0f1
Thanks @ggazzo! - Moved from patch monkey solution to official one#29263
40cebcc0f1
Thanks @ggazzo! - ask for totp if the provided one is invalidPatch Changes
#29098
e006013e5f
Thanks @MartinSchoeler! - chore: New Livechat SDK ImplementationUpdated dependencies [
e006013e5f
,6a474ff952
,9da856cc67
,12d97e16c2
]:@rocket.chat/gazzodown@1.0.0
Minor Changes
9ea8088f06
Thanks @yash-rajpal! - fix: respect useEmoji preference for messagesPatch Changes
#29426
cde2539619
Thanks @gabriellsh! - chore(meteor): Update mention styleUpdated dependencies [
9da856cc67
,12d97e16c2
]:@rocket.chat/web-ui-registration@1.0.0
Minor Changes
4b5a87c88b
Thanks @yash-rajpal! - fix: Handle login services errorsPatch Changes
#29115
ae39f91085
Thanks @felipe-rod123! - ✅ Added a new email validation in the Registration Form#28999
ebbb608166
Thanks @hugocostadev! - fix: Login Terms custom contentThe custom layout Login Terms did not had any effect on the login screen, so it was changed to get the proper setting effect
#29420
6938bcd1a2
Thanks @hugocostadev! - fix: Manually approved user registration flowThe new user gets redirected to the login page with a toast message saying:
Updated dependencies []:
rocketchat-services@1.0.2
Patch Changes
7832a40a6d
,e006013e5f
,6a474ff952
,9da856cc67
,916c0dcaf2
,12d97e16c2
,16dca466ea
]:@rocket.chat/account-service@0.1.2
Patch Changes
7832a40a6d
,e006013e5f
,6a474ff952
,9da856cc67
,916c0dcaf2
,12d97e16c2
,16dca466ea
]:@rocket.chat/authorization-service@0.1.2
Patch Changes
7832a40a6d
,e006013e5f
,6a474ff952
,9da856cc67
,916c0dcaf2
,12d97e16c2
,16dca466ea
]:@rocket.chat/ddp-streamer@0.0.3
Patch Changes
7832a40a6d
,e006013e5f
,6a474ff952
,9da856cc67
,916c0dcaf2
,12d97e16c2
,16dca466ea
]:@rocket.chat/omnichannel-transcript@0.1.2
Patch Changes
7832a40a6d
,9da856cc67
,916c0dcaf2
,12d97e16c2
,16dca466ea
]:@rocket.chat/presence-service@0.1.2
Patch Changes
7832a40a6d
,9da856cc67
,916c0dcaf2
,12d97e16c2
,16dca466ea
]:@rocket.chat/queue-worker@0.1.2
Patch Changes
7832a40a6d
,9da856cc67
,916c0dcaf2
,12d97e16c2
,16dca466ea
]:@rocket.chat/stream-hub-service@0.1.2
Patch Changes
7832a40a6d
,9da856cc67
,916c0dcaf2
,12d97e16c2
,16dca466ea
]:@rocket.chat/omnichannel-services@0.0.3
Patch Changes
7832a40a6d
,e006013e5f
,6a474ff952
,9da856cc67
,916c0dcaf2
,12d97e16c2
,16dca466ea
]:@rocket.chat/pdf-worker@0.0.3
Patch Changes
9da856cc67
,12d97e16c2
]:@rocket.chat/presence@0.0.3
Patch Changes
9da856cc67
,12d97e16c2
]:@rocket.chat/agenda@0.0.2
Patch Changes
37c792161f
Thanks @murtaza98! - fix: Saving Business hour throws an alert@rocket.chat/core-services@0.0.3
Patch Changes
#28252
9da856cc67
Thanks @murtaza98! - fix: Resume on-hold chat not working with max-chat's allowed per agent configUpdated dependencies [
e006013e5f
,6a474ff952
,9da856cc67
,12d97e16c2
]:@rocket.chat/core-typings@6.3.0
Patch Changes
#28252
9da856cc67
Thanks @murtaza98! - fix: Resume on-hold chat not working with max-chat's allowed per agent config#26875
12d97e16c2
Thanks @LucianoPierdona! - feat: Allow Incoming Webhooks to override destination channel@rocket.chat/cron@0.0.2
Patch Changes
37c792161f
,9da856cc67
,12d97e16c2
]:@rocket.chat/ddp-client@0.0.2
Patch Changes
#29098
e006013e5f
Thanks @MartinSchoeler! - chore: New Livechat SDK ImplementationUpdated dependencies [
e006013e5f
,6a474ff952
,9da856cc67
,40cebcc0f1
,12d97e16c2
,40cebcc0f1
]:@rocket.chat/fuselage-ui-kit@1.0.0
Patch Changes
9ea8088f06
,cde2539619
]:All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.31.0 (2021-12-28)
Bug Fixes
Features
@rocket.chat/instance-status@0.0.3
Patch Changes
@rocket.chat/livechat@1.13.4
Patch Changes
#29098
e006013e5f
Thanks @MartinSchoeler! - chore: New Livechat SDK Implementation#29304
c0cb917f76
Thanks @aleksandernsilva! - Fixes Livechat page-url triggers requiring CORS to access the parent urlAll notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
@rocket.chat/model-typings@0.0.3
Patch Changes
#29253
7832a40a6d
Thanks @KevLehman! - refactor: Move units check outside of model for finds#28252
9da856cc67
Thanks @murtaza98! - fix: Resume on-hold chat not working with max-chat's allowed per agent config#26400
916c0dcaf2
Thanks @carlosrodrigues94! - fix: [ENTERPRISE] Guest users can join more than maxRoomsPerGuest rooms#28426
16dca466ea
Thanks @totoi690! - fix: "Discussions" filter is prioritized in admin "Rooms" pageUpdated dependencies [
9da856cc67
,12d97e16c2
]:@rocket.chat/models@0.0.3
Patch Changes
7832a40a6d
,9da856cc67
,916c0dcaf2
,16dca466ea
]:@rocket.chat/rest-typings@6.3.0
Patch Changes
#29098
e006013e5f
Thanks @MartinSchoeler! - chore: New Livechat SDK Implementation#28948
6a474ff952
Thanks @aleksandernsilva! - Refactored Omnichannel department pages to use best practices, also fixed existing bugs#28252
9da856cc67
Thanks @murtaza98! - fix: Resume on-hold chat not working with max-chat's allowed per agent config#26875
12d97e16c2
Thanks @LucianoPierdona! - feat: Allow Incoming Webhooks to override destination channelUpdated dependencies [
9da856cc67
,12d97e16c2
]:@rocket.chat/ui-client@1.0.0
Patch Changes
@rocket.chat/ui-contexts@1.0.0
Patch Changes
e006013e5f
,6a474ff952
,9da856cc67
,12d97e16c2
]:@rocket.chat/ui-video-conf@1.0.0
Patch Changes
@rocket.chat/uikit-playground@0.0.1
Patch Changes