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

Bump packages to 9.11.0 #2814

Merged
merged 69 commits into from
Sep 27, 2024
Merged

Bump packages to 9.11.0 #2814

merged 69 commits into from
Sep 27, 2024

Commits on Aug 16, 2024

  1. image-selection

    juliaroldi committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    06d57be View commit details
    Browse the repository at this point in the history
  2. fixes

    juliaroldi committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    aab1058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43f3287 View commit details
    Browse the repository at this point in the history
  4. safari fix

    juliaroldi committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8b52988 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6bb152 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge pull request #2768 from microsoft/u/juliaroldi/image-fixes

    Fix Image range selection
    juliaroldi authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    13ba45a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. fix drag and drop

    juliaroldi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9c0db6e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. conflicts

    juliaroldi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    45fe9ff View commit details
    Browse the repository at this point in the history
  2. fixes

    juliaroldi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    21efdc8 View commit details
    Browse the repository at this point in the history
  3. fixes

    juliaroldi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7b4b9c8 View commit details
    Browse the repository at this point in the history
  4. Add <del> elements to default processors and use knownElementProces…

    …sor for this type of element. (#2770)
    
    * init
    
    * Use alphabet order
    BryanValverdeU authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e97ff6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4348117 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Merge pull request #2772 from microsoft/u/juliaroldi/drag-image

    Fix drag and drop
    juliaroldi authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    70bec5a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Dont remove the MarginTop/Bottom from lists when pasting from Word On…

    …line (#2778)
    
    * init
    
    * remove unneeded function
    
    * try fix build
    BryanValverdeU authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b3111df View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Reconcile table and image selection for cache (#2714)

    * Improve cache
    
    * fix build
    
    * improve
    
    * add test
    
    * Cache and entity 2
    
    * Add test
    
    * Reconcile table and image selection for cache
    
    * support reconcile entity delimiter
    
    * fix build
    
    * add test
    
    ---------
    
    Co-authored-by: Bryan Valverde U <[email protected]>
    JiuqingSong and BryanValverdeU authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5b07b94 View commit details
    Browse the repository at this point in the history
  2. Set segmentFormat text color to black when creating the model of the …

    …clipboard content and using Keep source formatting paste type (#2773)
    
    * init
    
    * add a link to tests and make sure it is handled correctly
    BryanValverdeU authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1af04a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fixes image in tables

    juliaroldi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    63010b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    c8ce33e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Bump webpack from 5.84.1 to 5.94.0 (#2780)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.84.1 to 5.94.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.84.1...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8faa8e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc0685 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2781 from microsoft/u/juliaroldi/find-images-on-t…

    …ables
    
    Fix image selection in tables
    juliaroldi authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ab11e03 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Resolve null sheet in convertInlineCss (#2784)

    * init
    
    * update
    BryanValverdeU authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    92de0a6 View commit details
    Browse the repository at this point in the history
  2. Update paste code to add a paragraph when the clipboard contains atle…

    …ast a block element (#2777)
    
    * init
    
    * add a link to tests and make sure it is handled correctly
    
    * init
    
    * try fix build
    
    * fix build
    BryanValverdeU authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f496042 View commit details
    Browse the repository at this point in the history
  3. Fix 300391: [Mail] The numbers will become a continuous sequence afte…

    …r typing enter at the last line of the numbering above (#2782)
    
    Co-authored-by: Bryan Valverde U <[email protected]>
    JiuqingSong and BryanValverdeU authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a419832 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Pressing Tab inside a table should select all node contents of the ne…

    …xt cell (#2764)
    
    * normalise position
    
    * revert
    
    * empty cell check
    
    * select using children
    
    * fix tests
    
    * fix
    Andres-CT98 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    865fdc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. fix list

    juliaroldi committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    dda3102 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. safari selection

    juliaroldi committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    281a456 View commit details
    Browse the repository at this point in the history
  2. comment

    juliaroldi committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b4796e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0640f45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1124e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. image pasted

    juliaroldi committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c9edd47 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge pull request #2794 from microsoft/u/juliaroldi/pasted-images

    Fix findEditingImage
    juliaroldi authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1c20684 View commit details
    Browse the repository at this point in the history
  2. WIP

    juliaroldi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1f1b92b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    cb81038 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2792 from microsoft/u/juliaroldi/safari-image-sel…

    …ection
    
    Do not remove image selection when copy
    juliaroldi authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c872e31 View commit details
    Browse the repository at this point in the history
  3. Fix #2755 (#2795)

    JiuqingSong authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5480a82 View commit details
    Browse the repository at this point in the history
  4. auto-link enhacements

    juliaroldi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    697e35a View commit details
    Browse the repository at this point in the history
  5. links

    juliaroldi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    07640af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b4b891 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    7ef8730 View commit details
    Browse the repository at this point in the history
  2. Bump dompurify from 2.3.0 to 2.5.4 (#2800)

    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.0 to 2.5.4.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](cure53/DOMPurify@2.3.0...2.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    de654a3 View commit details
    Browse the repository at this point in the history
  3. Bump express from 4.19.2 to 4.21.0 (#2801)

    Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
    - [Commits](expressjs/express@4.19.2...4.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    63747b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge branch 'master' of https://github.com/microsoft/roosterjs into …

    …u/juliaroldi/link-enhancements
    juliaroldi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f37e9de View commit details
    Browse the repository at this point in the history
  2. fixes

    juliaroldi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a13c33c View commit details
    Browse the repository at this point in the history
  3. fix build

    juliaroldi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cd35c3f View commit details
    Browse the repository at this point in the history
  4. Fix #2699 (#2797)

    Co-authored-by: Julia Roldi <[email protected]>
    JiuqingSong and juliaroldi authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f2ffdab View commit details
    Browse the repository at this point in the history
  5. Bump body-parser from 1.20.1 to 1.20.3 (#2802)

    Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.1 to 1.20.3.
    - [Release notes](https://github.com/expressjs/body-parser/releases)
    - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
    - [Commits](expressjs/body-parser@1.20.1...1.20.3)
    
    ---
    updated-dependencies:
    - dependency-name: body-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiuqing Song <[email protected]>
    dependabot[bot] and JiuqingSong authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5d08bab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1424e67 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2798 from microsoft/u/juliaroldi/link-enhancements

    Auto link enhancements
    juliaroldi authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e3bc1f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. protected

    juliaroldi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    84957c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd00989 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d3deb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    135ad5b View commit details
    Browse the repository at this point in the history
  5. Fix #2807 (#2809)

    Co-authored-by: Bryan Valverde U <[email protected]>
    JiuqingSong and BryanValverdeU authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    33531e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6b302a View commit details
    Browse the repository at this point in the history
  7. caret color

    juliaroldi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f74c18f View commit details
    Browse the repository at this point in the history
  8. caret color

    juliaroldi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    33def51 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. bump

    BryanValverdeU committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a20c7bc View commit details
    Browse the repository at this point in the history
  2. update version.json

    BryanValverdeU committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f56fd8e View commit details
    Browse the repository at this point in the history
  3. update

    BryanValverdeU committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    da9c80f View commit details
    Browse the repository at this point in the history
  4. Use a separate experimental feature for Enter key (#2811)

    Co-authored-by: Bryan Valverde U <[email protected]>
    JiuqingSong and BryanValverdeU authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    12d27df View commit details
    Browse the repository at this point in the history
  5. test

    juliaroldi committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c3b2948 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06358cc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2815 from microsoft/u/juliaroldi/image-text-ip

    [Image Edit] When the image is in edit mode, hide the text caret
    juliaroldi authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0350b30 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2815 from microsoft/u/juliaroldi/image-text-ip

    [Image Edit] When the image is in edit mode, hide the text caret
    juliaroldi committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    da47dfe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    006014c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1590e46 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2812 from microsoft/u/juliaroldi/image-edit-prote…

    …cted
    
    Make the imageEditInfo protected
    juliaroldi authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    092c04b View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' of https://github.com/microsoft/roosterjs into …

    …u/bvalverde/bumpRoosterJs
    juliaroldi committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    566e562 View commit details
    Browse the repository at this point in the history