arnog / vue-mathlive

Example of using the Vue wrapper for MathLive math editor
MIT License
131 stars 13 forks source link

build(deps): bump mathlive from 0.63.0 to 0.69.7 #45

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps mathlive from 0.63.0 to 0.69.7.

Changelog

Sourced from mathlive's changelog.

0.69.7 (2021-09-13)

New Feature

  • #1138 PR#163 "Fill in the blank"

0.69.6 (2021-08-31)

Improvements

  • vue-cli does not support optional chaining (see vuejs/vue-loader#1697) There are workarounds for this, but debugging and fixing this is too difficult for many users. Therefore, sadly, this release rolls back emitting code including optional chaining, despite the fact it's supported in every targeted browser, until the vue toolchain gets its act together. To be clear MathLive does not use or depend on Vue, but some users are integrating MathLive in projects that do use it, and this is sufficient to break MathLive. It appears that this isse affects also the React toolchain.

  • #1125 don't enable switching to Latex mode for read-only mathfields

Bug Fixes

  • #1124 when setting the inlineShortcuts options to empty, don't fallback to the default shortcuts
  • #1119 \overarc and the AccentAtom family would not display their accent
  • #1115 Clicking in the mathfield when virtual keyboard is displayed closed the keyboard
  • #1117 and #1118 Replacing a subset of a mathfield with a pattern that contains the target led to an infinite loop

0.69.5 (2021-08-05)

Improvements

  • When using keybindings or virtual keyboard keys, insert the content in the current math style, rather than forcing display style.

  • Correctly handle loading Mathlive in a non-browser context (e.g. Node)

  • Updated localization strings

0.69.4 (2021-06-22)

Improvements

  • Updated to ComputeEngine 0.4.2 for better parsing of Latex.
  • When copying or cutting to the clipboard, if the MathJSON parsing fails,

... (truncated)

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[bot] commented 2 years ago

Superseded by #50.