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

chore: Bump packages #1

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jul 6, 2023

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/[email protected]

Major Changes

  • 956dbb5: New action to publish package releases

Minor Changes

Patch Changes

  • 677919a: Use CI user PAT token
  • 677919a: Update versions in configured files

@rocket.chat/[email protected]

Minor Changes

  • 60a7b5c: feat: Save deprecation usage on prometheus

  • 5617702: feat: access-marketplace permission

  • db9e1f6: feat: Add Apps engine Thread Bridge

  • 74aa677: feat: Add custom OAuth setting to allow merging users to others from distinct services

  • 47e7a38: feat: Quick reactions on message toolbox

  • c1e89b1: fix: spotlight doesnt update with new rooms

  • 5e387a1: Fix Toggle message box formatting toolbar on click

  • 9ea8088: fix: respect useEmoji preference for messages

  • 35aeeed: fix: Hide roomLeader padding

  • 3109a76: 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:

    export TRANSPORTER="monolith+nats://localhost:4222"
  • 6a474ff: Refactored Omnichannel department pages to use best practices, also fixed existing bugs

  • dbdf45b: feat: Introduce contextualBar surface renderer for UiKit blocks

  • cebe359: fix: Room history scrollbar position

  • 5e429d9: feat: Add setting to synchronize LDAP info on OAuth logins

  • 066cf25: Fixed invalid message draft issue.

  • e116d88: chore: Add roomName on Composer placeholder

  • 7f78a29: Fix dates translations

  • c0fa567: Introducing i18n to UiKit text renderers

  • 40cebcc: ask for totp if the provided one is invalid

  • 0645f42: Reintroduce an user preference to allow users to see all thread messages in the main channel

  • 29556cb: Added emoji popup trigger length of 3 characters.

  • 3de6641: Fix message composer popup bug

  • 6e2f78f: Added ability to see attachments in the contact history message list

  • 6bce20a: fix: Message sent triggering thread subscriptions multiple times

  • c0523e3: fix: Handle live subscription removal

  • 8b2fed7: fix: Hide ComposerPopupUser hints when composer is compact

  • 7e00009: fix: Analytics page crash

Patch Changes

  • 0d00dba: Fixed Marketplace Release Info tab loading loop

  • b03fcd9: fix: broken error messages on room.saveInfo & missing CF validations on omni/contact api

  • 7832a40: refactor: Move units check outside of model for finds

  • ea0bbba: fixed system messages for room role changes

  • fef3303: Fixed a problem where the setting Show Agent Email from Omnichannel was not being used by the back when returning agent's info

  • 8ac0758: fix: Permission to start conference calls was not being considered

  • 7d769b9: fix: Importer crashes when sending the "active status" e-mail notification to users

  • 222c8ec: feat: [ENTERPRISE] Add setting to control user merge on LDAP Background Sync

  • c95cda4: fix: getActiveLocalUserCount query always returning 0

  • d33f4eb: fix: OTR session closing after 10 seconds without warning

  • e14ec50: Added and Improved Custom Fields form to Registration Flow

  • fa015f5: 🛠️ Fixed settings of code input type not wrapping text correctly

  • 4187aed: regression: asciiart slashcommands breaking client

  • 2bdddc5: regression: onLogin hook not destructuring user prop

  • afde60c: fix: Wrong IP usage on monolith TCP transporter configuration

  • 347e206: fix: Clicking uploaded file title replaces current tab

  • c9279bf: fix: message deletion fails if has files attached on filesystem storage

  • f38211a: fix: self dm is not found with im.messages

  • b837cb9: Fixed a problem where disabled department agent's where still being activated when applicable business hours met.

  • 0571d34: fix: Omnichannel contact table not being updated after add/edit/remove

  • 734db1d: fix emoji being rendered as big on headers and other places than message text

  • eecd9fc: fix: Omnichannel Tags available to be used in the wrong department

  • 0c34904: Fixed omnichannel contact form asynchronous validations

  • 3e2d700: fix: Avatar is reset in the UI when username is changed

  • 9160c21: fix: Room members list out of order

  • 1687bfb: fix: Admins unable to create new users if new users require manual approval

  • b31ccd4: 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

  • 93fff20: fixed room-opened event not dispatching when navigating cached rooms

  • 2945294: fix: queuedForUser endpoint not filtering by status

  • 40d7f79: fix(meteor): Scroll position is lost when loading older messages

  • bc11505: fixed a bug with autotranslation encoding text

  • 6f3eeec: fixed video message button disabled on iOS browsers

  • 26db142: fix wrong %s translations

  • cb5a0f8: fixed a bug where sometimes a room would not load part of its messages.

  • 37d653a: Avoid invalid time ranges when adding/editing a Business Hour

  • a7098c8: Fixed Omnichannel making an excessive amount of requests to room.info

  • 4fb0078: fix show badge for thread direct mentions

  • ee59936: fix: Dept w/o any BH config do not adhere to the default BH rules.

  • ebbb608: fix: Login Terms custom content
    The custom layout Login Terms did not had any effect on the login screen, so it was changed to get the proper setting effect

  • 760c023: Fixed edit department page showing data from the previous department

  • ae6b825: Fixed and replaced HTML texts to markdown on Settings to display rich text

  • 1702461: fixes the Livechat CSP validation, which was incorrectly blocking access to the widget for all non whitelisted domains

  • b57b2f1: refactor: Convert Omnichannel helper ee to ts

  • 83e98df: bump meteor patch

  • 9da856c: fix: Resume on-hold chat not working with max-chat's allowed per agent config

  • 370ee75: Re-added pagination to Department's agents list

  • c8cdc51: fix: unable to upload files in IOS Safari browsers

  • 3e139f2: Fixed ENOTFOUND error in k8s deployments

  • 0f22271: fixed an issue where the room history is lost when jumping to an older message that is not already loaded

  • 3f58495: chore: update room on cleanRoomHistory only if any message has been deleted

  • 2bcc812: fix: Rocket.Chat.Apps using wrong id parameter to emit settings

  • 0f0b8e1: fix: hidden custom fields being required in some cases

  • 505b292: test: add missing omnichannel contact-center tests

  • c31f93e: fix: newly added agent not following business hours

  • 8219455: fix: Editing a room in the admin menu breaks that room's integration

  • 585c49f: fix: Import progress page stuck at 0%

  • f8cd53b: fix: Add missing awaits to .count() calls

  • b837cb9: Fixed logic around Default Business Hours where agents from disabled/archived departments where being omitted from processing at closing time

  • f65781d: fix: Direct message notification

  • 9b89995: Fixed Search Shortcut (ctrl + K) and keyboard navigation and selection

  • 916c0dc: fix: [ENTERPRISE] Guest users can join more than maxRoomsPerGuest rooms

  • 12d97e1: feat: Allow Incoming Webhooks to override destination channel

  • cb0a92e: fix: Frontend crash if IndexedDB is not available, i.e. in Firefox private mode

  • a685a59: Fix seats counter including apps

  • 4513378: fix: Imported messages are not displayed
    fix: Importer agent is added as a member of every imported room

  • ef10761: Fixed Canned Responses text editor having no contrast in dark mode.

  • 0fb7d90: fixed an error on mobile ios browser where if you started recording audio and denied permission, it would look like it is still recording

  • ce99be6: fix: Omnichannel queue not running for all queues

  • fc6fb23: fix: Custom OAuth settings are not visible

  • 674f95c: Avoid updating a user's livechat status on login when its status is set to offline

  • 6fe38a48: Fixed different time formats at different places

  • 8fcb3ed: fix: Remove room from UI when another agent takes it

  • 65dec98: Fixed canned responses filter not updating the table as expected

  • f23e4f6: Fixed Business Hours behavior so they now Take seconds in consideration to assess if BH is open/closed

  • 059a92e: Fix visitor's query when both email & phone number are empty

  • 16dca46: fix: "Discussions" filter is prioritized in admin "Rooms" page

  • Updated dependencies [4b5a87c]

  • Updated dependencies [7832a40]

  • Updated dependencies [e14ec50]

  • Updated dependencies [74aa677]

  • Updated dependencies [e006013]

  • Updated dependencies [b837cb9]

  • Updated dependencies [eecd9fc]

  • Updated dependencies [ae39f91]

  • Updated dependencies [9ea8088]

  • Updated dependencies [ee59936]

  • Updated dependencies [ebbb608]

  • Updated dependencies [6a474ff]

  • Updated dependencies [37c7921]

  • Updated dependencies [9da856c]

  • Updated dependencies [baaa38f]

  • Updated dependencies [dbdf45b]

  • Updated dependencies [0f0b8e1]

  • Updated dependencies [5e429d9]

  • Updated dependencies [c31f93e]

  • Updated dependencies [6938bcd]

  • Updated dependencies [b837cb9]

  • Updated dependencies [c0fa567]

  • Updated dependencies [40cebcc]

  • Updated dependencies [916c0dc]

  • Updated dependencies [12d97e1]

  • Updated dependencies [40cebcc]

  • Updated dependencies [0645f42]

  • Updated dependencies [cde2539]

  • Updated dependencies [16dca46]

@rocket.chat/[email protected]

Minor Changes

  • 40cebcc: Moved from patch monkey solution to official one
  • 40cebcc: ask for totp if the provided one is invalid

Patch Changes

@rocket.chat/[email protected]

Minor Changes

  • 5e429d9: feat: Add setting to synchronize LDAP info on OAuth logins

Patch Changes

@rocket.chat/[email protected]

Minor Changes

  • dbdf45b: feat: Introduce contextualBar surface renderer for UiKit blocks
  • c0fa567: Introducing i18n to UiKit text renderers

Patch Changes

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

  • fuselage-ui-kit: Initial Value being ignored on text input fields upon modal update (#600) (d9bd704)
  • docker image version (8f181cf)

Features

  • Message Preview (#587) (e69dad3)
  • fuselage: Replace typography of Message's user name and Banner's title (#577) (6af2dba)
  • New hooks for element size tracking (#413) (8ca682c)
  • fuselage: Message preview component (#553) (f8bd0ad)

@rocket.chat/[email protected]

Minor Changes

  • 9ea8088: fix: respect useEmoji preference for messages

Patch Changes

@rocket.chat/[email protected]

Minor Changes

  • 74aa677: feat: Add custom OAuth setting to allow merging users to others from distinct services
  • 0645f42: Reintroduce an user preference to allow users to see all thread messages in the main channel

Patch Changes

  • e14ec50: Added and Improved Custom Fields form to Registration Flow
  • e006013: chore: New Livechat SDK Implementation
  • eecd9fc: fix: Omnichannel Tags available to be used in the wrong department
  • 6a474ff: Refactored Omnichannel department pages to use best practices, also fixed existing bugs
  • 9da856c: fix: Resume on-hold chat not working with max-chat's allowed per agent config
  • 12d97e1: feat: Allow Incoming Webhooks to override destination channel
  • Updated dependencies [e14ec50]
  • Updated dependencies [9da856c]
  • Updated dependencies [12d97e1]

@rocket.chat/[email protected]

Minor Changes

  • dbdf45b: feat: Introduce contextualBar surface renderer for UiKit blocks

Patch Changes

@rocket.chat/[email protected]

Minor Changes

  • 4b5a87c: fix: Handle login services errors

Patch Changes

  • e14ec50: Added and Improved Custom Fields form to Registration Flow

  • ae39f91: ✅ Added a new email validation in the Registration Form

  • ebbb608: fix: Login Terms custom content
    The custom layout Login Terms did not had any effect on the login screen, so it was changed to get the proper setting effect

  • 6938bcd: fix: Manually approved user registration flow
    The new user gets redirected to the login page with a toast message saying:

    Before you can login, your account must be manually activated by an administrator.

  • Updated dependencies [e14ec50]

[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

  • 37c7921: fix: Saving Business hour throws an alert

@rocket.chat/[email protected]

Patch Changes

  • e14ec50: Added and Improved Custom Fields form to Registration Flow
  • 9da856c: fix: Resume on-hold chat not working with max-chat's allowed per agent config
  • 12d97e1: feat: Allow Incoming Webhooks to override destination channel

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

  • e006013: chore: New Livechat SDK Implementation
  • c0cb917: Fixes Livechat page-url triggers requiring CORS to access the parent url
  • 33be8f1: Storybook adjustments, TypeScript migration, and minor fixes
    All notable changes to this project will be documented in this file.
    This project adheres to Semantic Versioning.

@rocket.chat/[email protected]

Patch Changes

  • 7832a40: refactor: Move units check outside of model for finds
  • b837cb9: Fixed a problem where disabled department agent's where still being activated when applicable business hours met.
  • ee59936: fix: Dept w/o any BH config do not adhere to the default BH rules.
  • 9da856c: fix: Resume on-hold chat not working with max-chat's allowed per agent config
  • 0f0b8e1: fix: hidden custom fields being required in some cases
  • c31f93e: fix: newly added agent not following business hours
  • b837cb9: Fixed logic around Default Business Hours where agents from disabled/archived departments where being omitted from processing at closing time
  • 916c0dc: fix: [ENTERPRISE] Guest users can join more than maxRoomsPerGuest rooms
  • 16dca46: fix: "Discussions" filter is prioritized in admin "Rooms" page
  • Updated dependencies [e14ec50]
  • Updated dependencies [9da856c]
  • Updated dependencies [12d97e1]

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

  • e14ec50: Added and Improved Custom Fields form to Registration Flow
  • baaa38f: Fixed required custom fields considering blank spaces as valid.
  • Updated dependencies [e14ec50]

@rocket.chat/[email protected]

Patch Changes

@rocket.chat/[email protected]

Patch Changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants