AllanChain / logseq-live-math

Type LaTeX in live mode!
Apache License 2.0
46 stars 2 forks source link

chore(deps): bump mathlive from 0.97.4 to 0.98.3 #17

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps mathlive from 0.97.4 to 0.98.3.

Changelog

Sourced from mathlive's changelog.

0.98.3 (2023-12-07)

Improvements

  • Improved contrast calculation for the checkmarks over color swatches, now using APCA.
  • In some situations, the virtual keyboard would not be displayed when the mathfield was focused and the mathVirtualKeyboardPolicy was set to "auto".

0.98.2 (2023-12-06)

Improvements

  • In some rare cases, the menu was not positioned correctly or would not display at all.
  • When dynamically changing the layout of the mathfield, for example when using a font-size attribute based on viewport units, correctly redraw the selection
  • Selection while dragging would stop after a few milliseconds
  • The "contains highlight" indicator is no longer displayed when the mathfield is not focused or when the indicator is outside of a prompt.
  • #2194 Ignore long press events when the pointer is a mouse.

Bugs Fixed

  • #2195 If the mathfield had a variable width the selection would not be displayed correctly.
  • #2190 Under some circumstances, commands selected from the menu could be executed twice.

0.98.1 (2023-12-05)

New Features

  • Added mf.showMenu() method to programmatically show the context menu.

Bugs Fixed

  • Correctly position the menu when the document has been scrolled.
  • When serializing, do not generate a \text command around a \texttt command.

Improvements

  • Keyboard navigate submenus with a grid layout

0.98.0 (2023-12-03)

Breaking Changes

  • The setPromptContent() method has been renamed to setPromptValue() for

... (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 will merge this PR once CI passes on it, as requested by @AllanChain.


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)