Skip to content
  1. Jun 09, 2022
    • Guilherme Gazzo's avatar
      Bump version to 4.8.1 · 0b106e36
      Guilherme Gazzo authored
      4.8.1
      0b106e36
    • Guilherme Gazzo's avatar
      Bump version to 4.8.1 · 7701b40f
      Guilherme Gazzo authored
      7701b40f
    • Duda Nogueira's avatar
    • Patrick Pankotsch's avatar
      [FIX] Bump meteor-node-stubs to version 1.2.3 (#25669) · 7a5f1f5f
      Patrick Pankotsch authored
      
      
      * Bumb meteoer-node-stubs to version 1.2.3 to fix issue #25460
      
      * yarn.lock
      
      Co-authored-by: default avatarGuilherme Gazzo <guilherme@gazzo.xyz>
      7a5f1f5f
    • Tiago Evangelista Pinto's avatar
      [FIX] AccountBox checks for condition (#25708) · 37b47006
      Tiago Evangelista Pinto authored
      <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. -->
      
      <!-- Your Pull Request name should start with one of the following tags
        [NEW] For new features
        [IMPROVE] For an improvement (performance or little improvements) in existing features
        [FIX] For bug fixes that affect the end-user
        [BREAK] For pull requests including breaking changes
        Chore: For small tasks
        Doc: For documentation
      -->
      
      <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. 
        - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc
        - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat
        - Lint and unit tests pass locally with my changes
        - I have added tests that prove my fix is effective or that my feature works (if applicable)
        - I have added necessary documentation (if applicable)
        - Any dependent changes have been merged and published in downstream modules
      -->
      
      ## Proposed changes (including videos or screenshots)
      <!-- CHANGELOG -->
      <!--
        Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
        If it fixes a bug or resolves a feature request, be sure to link to that issue below.
        This description will appear in the release notes if we accept the contribution.
      -->
      
      <!-- END CHANGELOG -->
      
      ## Issue(s)
      <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 -->
      Close: #25704
      
      ## Steps to test or reproduce
      <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable -->
      
      ## Further comments
      <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
      Fixes #25704 
      37b47006
    • Kevin Aleman's avatar
      [FIX] Fix prom-client new promise usage (#25781) · 491832e6
      Kevin Aleman authored
      <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. -->
      
      <!-- Your Pull Request name should start with one of the following tags
        [NEW] For new features
        [IMPROVE] For an improvement (performance or little improvements) in existing features
        [FIX] For bug fixes that affect the end-user
        [BREAK] For pull requests including breaking changes
        Chore: For small tasks
        Doc: For documentation
      -->
      
      <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. 
        - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc
        - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat
        - Lint and unit tests pass locally with my changes
        - I have added tests that prove my fix is effective or that my feature works (if applicable)
        - I have added necessary documentation (if applicable)
        - Any dependent changes have been merged and published in downstream modules
      -->
      
      ## Proposed changes (including videos or screenshots)
      <!-- CHANGELOG -->
      <!--
        Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
        If it fixes a bug or resolves a feature request, be sure to link to that issue below.
        This description will appear in the release notes if we accept the contribution.
      -->
      
      <!-- END CHANGELOG -->
      
      ## Issue(s)
      <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 -->
      
      ## Steps to test or reproduce
      <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable -->
      
      ## Further comments
      <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
      Looks like the update of de dep had breaking changes and now uses promises at some calls. This PR fixes those promise usages and converts the file to TS (hopefully it helps us to spot the error in the future)
      491832e6
  2. Jun 01, 2022
  3. May 31, 2022
  4. May 30, 2022
  5. May 27, 2022
  6. May 26, 2022
  7. May 25, 2022
    • Douglas Fabris's avatar
      Regression: Assets & Slack Bridge Setting Page not rendering (#25629) · 2452448e
      Douglas Fabris authored
      * fix: RoomPickSettingInput
      
      * fix: assets page broken
      2452448e
    • Henrique Guimarães Ribeiro's avatar
      Regression: Subscription menu not appearing for non installed but subscribed apps (#25627) · ca4c020e
      Henrique Guimarães Ribeiro authored
      * fix: 🐛 Fix subscribe menu option not appearing
      
      Fixed a problem on which the AppMenu component did not appear for apps that had an active subscription but weren't installed, now the rendering of the component is also based on the isSubscribed flag, and the appearance of the uninstall and enable/disable options are based on the app.installed flag.
      
      * fix: 🐛 Fix AppMenu overflow error on Marketplace/AppRow
      
      Fixed a visual error on which the AppMenu component would overflow the right side of its container and have part of itself hidden.
      
      * fix: 🐛 FIx isSubscribed wrongful typing
      
      Fixed an oversight where I've typed isSubscribed as string instead of boolean
      ca4c020e
  8. May 23, 2022
Loading