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

v2.5.9 #5452

Merged
merged 30 commits into from
Aug 6, 2024
Merged

v2.5.9 #5452

merged 30 commits into from
Aug 6, 2024

Commits on Jul 24, 2024

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

Commits on Jul 25, 2024

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

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    42dc27a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e88e7 View commit details
    Browse the repository at this point in the history
  3. chore: publish a new release version (#5375)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a1c5120 View commit details
    Browse the repository at this point in the history
  4. fix(vue-3): copy missing provided parent values (#5396)

    Co-authored-by: relchapt <reynald.lechapt@getmayday.co>
    Rirax and relchapt authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    940f9d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Shared rollup config (#5403)

    * add one shared rollup config
    
    * rename to baseConfig
    bdbch authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    44e4eca View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. chore: package-lock

    nperez0111 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5fb71f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a08bf85 View commit details
    Browse the repository at this point in the history
  3. fix(vue-3): set editor's appContext.provide to forward inject chain (#…

    …5397)
    
    Vue internally uses prototype chain to preserve injects across the entire component chain. Thus should avoid Object.assign or spread operator as it won't copy the prototype. All correct provides will be already present on `instance.provides`.
    romansp authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f7f644f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce141c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    99d7820 View commit details
    Browse the repository at this point in the history
  2. chore: cleanup

    nperez0111 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4b9d8a3 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish a new version 2.5.8 (#5408)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7d6c939 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    0ec0af6 View commit details
    Browse the repository at this point in the history
  2. fix: allow task items to be parsed when only having `<li data-checked…

    …` instead of only when `<li data-checked="true"` (re-fix of #5366) (#5426)
    
    * fix
    
    * changeset
    baseballyama authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6543f05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    068559d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 5, 2024

  1. fix(react): optimize useEditor and useEditorState to reduce numbe…

    …r of instances created while being performant #5432 (#5445)
    nperez0111 authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7c8889a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1ff1b0 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump cypress-io/github-action from 6.7.1 to 6.7.2 (#5443)

    Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.1 to 6.7.2.
    - [Release notes](https://github.com/cypress-io/github-action/releases)
    - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md)
    - [Commits](cypress-io/github-action@v6.7.1...v6.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: cypress-io/github-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3f4e280 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.5 (#5444)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4.3.3...v4.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e143fb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efb27fa View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    ae0254d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174aefe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b215f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6e56c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    273e18b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c01eccc View commit details
    Browse the repository at this point in the history
  7. chore(release): publish version v2.5.9 (#5451)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    535dccc View commit details
    Browse the repository at this point in the history