fractava / notes-core

The Core of our Notes App
https://fractava.github.io/notes-core/
GNU General Public License v3.0
5 stars 1 forks source link

Bump mathlive from 0.79.0 to 0.83.0 in /core #325

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mathlive from 0.79.0 to 0.83.0.

Changelog

Sourced from mathlive's changelog.

0.83.0 (2022-10-02)

Improvements

  • When navigating with the keyboard from a numerator to a denominator (or any above/below branch), determine the new position of the caret visually, rather than by its index in the subexpression. Contributed by @​manstie

  • Commands and key bindings to manipulate array/matrix:

    Key Binding Command
    ctrl/⌘+;ctrl/⌘+RETURN addRowAfter
    ctrl/⌘+shift+; addRowBefore
    ctrl/⌘+, addColumnAfter
    ctrl/⌘+shift+, addColumnBefore
    ctrl/⌘+BACKSPACE removeRow
    shift+BACKSPACE removeColumn

    Contributed by @​manstie

  • Updated to Compute Engine 0.8

Bug Fixes

  • The caret after an environment without fences (e.g. matrix, aligned, etc) would not be displayed.

0.82.0 (2022-09-30)

Improvements

  • Update Compute Engine to 0.7.0

0.81.0 (2022-09-28)

Improvements

  • #1639 When navigating with the keyboard from a cell in a matrix to another cell above or below, the new position of the caret is determined visually so that the caret is approximately in the same horizontal position. Previously, the position was determined by position/index. Contributed by @​manstie. Thank you!
  • Expose the placeholders property on MathfieldElement to get access to the "fill-in-the-blank" mathfields, i.e. <math-field readonly>f(x)=\placeholder[var1]{x}</math-field>
  • Don't apply smart superscript on big operators (e.g. \sum). Smart superscript moves immediately out of the superscript if the input is a single digit. Works well for, e.g. x^2 but is less desirable with \sum.

0.80.0 (2022-09-27)

... (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 1 year ago

Superseded by #334.