keesschollaart81 / vsts-sprint-goal

Azure DevOps Extension - Enables you to set your sprint goal
MIT License
17 stars 16 forks source link

Bump roosterjs from 8.0.1 to 8.2.3 #241

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps roosterjs from 8.0.1 to 8.2.3.

Release notes

Sourced from roosterjs's releases.

RoosterJs 8.2.0

  • Add new EditorOptions: allowedCustomPasteType, to allow non-standard paste types
  • Allow drag and drop image in editor
  • Fix Inline images layout issue when resize on Mac Safari
  • Fix bug when paste to the beginning of anchor should insert text out of the link
  • Add Paste handler for Teams to fix the issue when paste list copied from Teams
  • Fix bug when paste 2 lines of plain text, it pastes into one single line
  • Improve table resize behavior
  • Fix table resize behavior for RTL
  • Fix table resize inserter color for dark mode
  • Do not allow resize table/image for readonly content
  • Graduate experimental features:
    • NewIndentation
    • NewBullet
    • NewNumbering
    • ListChain
    • MergePastedLine

RoosterJs 7.2.4 - RoosterJs 7.2.6

  1. Split Format state into 4 parts:
  • Pendable format (B/I/U/Strikethrough/superscript/subscript)
  • Element based format (Bullet, numbering. quote, link, image, header)
  • Style based format (font name, font size, colors)
  • (deprecated) Editor managed state (canundo, canredo)
  1. Add functions to get format state of 1.1, 1.2, 1.3, so that user only need to get subset of the format state when need. This is to save the call to getComputedStyles()
  2. Don't call getComputedStyles() when initialize editor if default format already contains everything
  3. Fix dts tool to support multiple extends
  4. Allow Hyperlink onLinkClick to fall back to default handling to reduce redundant code
  5. Fix a bug that auto link can't be triggered by ENTER key
  6. Ctrl+Click to a hyperlink needs to check mouse button
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #244.