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

[Snyk] Upgrade mathlive from 0.69.10 to 0.98.6 #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

a-gt
Copy link
Owner

@a-gt a-gt commented May 24, 2024

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade mathlive from 0.69.10 to 0.98.6.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 87 versions ahead of your current version.

  • The recommended version was released on 4 months ago.

Release notes
Package name: mathlive
  • 0.98.6 - 2024-01-27
  • 0.98.5 - 2023-12-28
  • 0.98.4 - 2023-12-08
  • 0.98.3 - 2023-12-08
  • 0.98.2 - 2023-12-07
  • 0.98.1 - 2023-12-06
  • 0.98.0 - 2023-12-04
  • 0.97.4 - 2023-11-30
  • 0.97.3 - 2023-11-29
  • 0.97.2 - 2023-11-21
  • 0.97.1 - 2023-11-21
  • 0.97.0 - 2023-11-20
  • 0.96.2 - 2023-11-17
  • 0.96.1 - 2023-11-16
  • 0.96.0 - 2023-11-15
  • 0.95.5 - 2023-08-18
  • 0.95.4 - 2023-08-12
  • 0.95.3 - 2023-08-10
  • 0.95.2 - 2023-08-10
  • 0.95.1 - 2023-07-26
  • 0.95.0 - 2023-07-04
  • 0.94.8 - 2023-06-16
  • 0.94.7 - 2023-06-08

    0.94.7 (2023-06-08)

    Improvements

    • #1989 Temporarily add back support for iOS versions older than 16.3.

    0.94.6 (2023-05-25)

    Bug Fixes

    • Only display seletion when the mathfield is focused
    • #1985 Add option for output format of getPromptValue()
    • #1985 Return Ascii Math output for prompts/placeholders.

    Feature

    • Pressing the tab key will move to the "next group" in the mathfield, if
      possible.

    0.94.5 (2023-05-24)

    Bug Fix

    • The selection in read only mathfield was no longer visible.

    0.94.3 (2023-05-22)

    Improvements

    • The mathVirtualKeyboard.layouts property was a frozen array (an array
      that cannot be modified) but that wasn't clear. Now, a runtime error is
      produced if an attempt is made to modify the array. If using Typescript,
      a compile-time error is also generated.

    Bug Fixes

    • #1979 Vectors were displayed with an offset
    • #1978 Pasting or inserting some content could result in a runtime error
    • #1978 Text content was not properly serialized in a \text{} command
    • #1682 Vectors (and other accents) are now spoken correctly
    • #1981 Adjusting the selection by moving backwards could result in
      a runtime error.
    • #1982 Improved resilience when a mathfield is in an embedded iframe
      which is not allowed to access the top window by cross-origin policy. In
      this situation the virtual keyboard is not available, but input via physical
      keyboard will work.

    0.94.2 (2023-05-22)

    Bug Fixes

    • #1976 Toggling the virtual keyboard several times would eventually not
      display the virtual keyboard.
    • Only apply smartFence in math mode (not in text or LaTeX mode).
    • #1975 When inserting a square root, do not insert an index by default

    0.94.1 (2023-05-21)

    Improvements

    • Use constructable stylesheets. This results in improved performance and a
      reduction of memory consuption by 2/3 in a page with 1,000 mathfields.
    • Improved MathML serialization (#1870, #1803, #1933, #1648, #737, #150, variants: blackboard, fraktur, bold, etc...).

    Bug Fixes

    • #1963 Typing a "/" after a digit containing a french decimal (,) did
      not include the digits before the decimal.
  • 0.94.6 - 2023-05-26
  • 0.94.5 - 2023-05-24
  • 0.94.4 - 2023-05-23
  • 0.94.3 - 2023-05-22
  • 0.94.2 - 2023-05-22
  • 0.94.1 - 2023-05-22
  • 0.94.0 - 2023-05-19

    0.94.0 (2023-05-18)

    New Features

    • Added support for \raise, \lower and \raisebox commands. Those commands
      were necessary to render some chemical bonds.
    • Pressing (, [ or { with a selection will enclose the selection with
      this delimiter.

    Improvements

    • Improved parsing/serialization/rendering of content with a mix of text and math.
    • Various rendering improvements, mostly of edge cases.
    • Improved behavior of the Shift key in the math keyboard. Single-press
      the Shift key to set it temporarily, double-press it key to lock it (similar
      to CapsLock), triple-press it to unlock. This is similar behavior to the
      ones of mobile virtual keyboards.
    • #1647 Improved rendering of chemical bonds, e.g. \ce{ O\bond{~-}H}
    • Only on iOS, intercepts the cmd+XCV keyboard shortcut. On other platforms,
      use the standard cut/copy/paste commands, which do not require user
      permission.
    • The tooltips displayed by the \mathtooltip{} and \texttip{} commands
      are now displayed when used with a static formula.
    • Improvements to smart fence behavior, including better undoability.

    Bug Fixes

    • Selection display was incorrect when the equation included a colored
      background.
    • Pasing text while in LaTeX mode now works.
    • Some of the arrows for mhchem have been renamed and are now displaying correctly
    • #1964 Prevent a runtime error when a mathfield is embedded in an iframe
      and MathLive is not loaded in the host document.
    • #1970 The environment popover was not always positioned correctly.
    • Correctly return unstyled LaTeX when requested (with format unstyled-latex).
      This strips any color/background-color/font sizing commands from the ouput.
    • The caret is no longer displayed twice when placed after \cos^2 (operators
      with a superscript).

    New Contributors

    Full Changelog: https://cortexjs.io/mathlive/changelog/

  • 0.93.0 - 2023-05-08
  • 0.92.1 - 2023-04-19
  • 0.92.0 - 2023-04-19
  • 0.91.2 - 2023-04-07
  • 0.91.1 - 2023-04-06
  • 0.91.0 - 2023-04-04
  • 0.90.11 - 2023-03-31
  • 0.90.10 - 2023-03-30
  • 0.90.9 - 2023-03-29
  • 0.90.8 - 2023-03-28
  • 0.90.7 - 2023-03-24
  • 0.90.6 - 2023-03-23
  • 0.90.5 - 2023-03-22
  • 0.90.4 - 2023-03-21
  • 0.90.3 - 2023-03-20
  • 0.90.2 - 2023-03-20
  • 0.90.1 - 2023-03-20
  • 0.90.0 - 2023-03-20
  • 0.89.4 - 2023-02-28
  • 0.89.3 - 2023-02-28
  • 0.89.2 - 2023-02-17
  • 0.89.1 - 2023-02-13
  • 0.89.0 - 2023-02-12
  • 0.87.1 - 2023-01-26
  • 0.87.0 - 2023-01-20
  • 0.86.1 - 2023-01-19
  • 0.86.0 - 2022-12-02
  • 0.85.1 - 2022-11-19
  • 0.85.0 - 2022-11-16
  • 0.84.0 - 2022-10-19
  • 0.83.0 - 2022-10-03
  • 0.82.0 - 2022-09-30
  • 0.81.0 - 2022-09-28
  • 0.80.0 - 2022-09-27
  • 0.79.0 - 2022-09-06
  • 0.78.2 - 2022-08-18
  • 0.78.1 - 2022-08-13
  • 0.78.0 - 2022-08-11
  • 0.77.0 - 2022-07-05
  • 0.76.1 - 2022-06-29
  • 0.76.0 - 2022-06-28
  • 0.75.0 - 2022-06-21
  • 0.74.0 - 2022-06-06
  • 0.73.7 - 2022-05-29
  • 0.73.6 - 2022-05-28
  • 0.73.4 - 2022-05-27
  • 0.73.3 - 2022-05-25
  • 0.73.2 - 2022-05-24
  • 0.73.1 - 2022-05-24
  • 0.73.0 - 2022-05-23
  • 0.72.3 - 2022-04-30

    0.72.3

  • 0.72.2 - 2022-04-30

    0.72.2

  • 0.72.1 - 2022-04-19

    0.72.1

  • 0.72.0 - 2022-04-19

    0.72.0

  • 0.71.0 - 2022-04-13

    0.71.0

  • 0.70.0 - 2022-04-05

    0.70.0

  • 0.69.11 - 2022-03-06

    0.69.11

  • 0.69.10 - 2022-02-24

    0.69.10

from mathlive GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade mathlive from 0.69.10 to 0.98.6.

See this package in npm:
mathlive

See this project in Snyk:
https://app.snyk.io/org/apexiodacoder/project/2f88544a-9970-43c7-a8ff-7ddd0e750a2b?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented May 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
graph ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2024 7:26pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants