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

Implement SVG rendering of equations in dcc.Graph and dcc.Markdown using MathJax v3 #1949

Merged
merged 47 commits into from
Mar 12, 2022

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    d57bb36 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. mathjax in graph

    archmoj committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    2b83ef4 View commit details
    Browse the repository at this point in the history
  2. mathjax in markdown

    archmoj committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    17af0b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10fa649 View commit details
    Browse the repository at this point in the history
  4. add mathjax tests

    archmoj committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    91b9bdb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Update components/dash-core-components/tests/integration/markdown/tes…

    …t_markdown.py
    
    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    archmoj and alexcjohnson authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    a8ea8e8 View commit details
    Browse the repository at this point in the history
  2. Update components/dash-core-components/src/fragments/Math.react.js

    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    archmoj and alexcjohnson authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    84b40a0 View commit details
    Browse the repository at this point in the history
  3. Update components/dash-core-components/tests/integration/markdown/tes…

    …t_markdown.py
    
    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    archmoj and alexcjohnson authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    a2da31d View commit details
    Browse the repository at this point in the history
  4. Update components/dash-core-components/tests/integration/graph/test_g…

    …raph_varia.py
    
    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    archmoj and alexcjohnson authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    5e60b3d View commit details
    Browse the repository at this point in the history
  5. Attempt replacing String.raw

    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    archmoj and alexcjohnson authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    aa160f3 View commit details
    Browse the repository at this point in the history
  6. fixup driver.execute_script

    archmoj committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    52fcf9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b52a6d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. naming lazyLoadMathJax

    archmoj committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    44be039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    882278d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa825f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. bump plotly.js to v2.10.0

    archmoj committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    eccca3b View commit details
    Browse the repository at this point in the history
  2. relax mathjax version

    archmoj committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    8ba1dcf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. bump plotly.js 2.10.1

    archmoj committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    2a1b249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee422d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. drop percy mathjax tests

    archmoj committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    8eb89ba View commit details
    Browse the repository at this point in the history
  2. add eager mathjax

    archmoj committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    395a4af View commit details
    Browse the repository at this point in the history
  3. add percy test for mathjax

    archmoj committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    7b58a30 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Update components/dash-core-components/tests/integration/markdown/tes…

    …t_markdown.py
    
    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    archmoj and alexcjohnson authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    d86f2ae View commit details
    Browse the repository at this point in the history
  2. Update components/dash-core-components/tests/integration/markdown/tes…

    …t_markdown.py
    
    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    archmoj and alexcjohnson authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    937d312 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2f58f8 View commit details
    Browse the repository at this point in the history
  4. Update components/dash-core-components/tests/integration/markdown/tes…

    …t_markdown.py
    
    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    archmoj and alexcjohnson authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    3b702d6 View commit details
    Browse the repository at this point in the history
  5. adjust configClone

    archmoj committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    3b36f60 View commit details
    Browse the repository at this point in the history
  6. Update components/dash-core-components/tests/integration/markdown/tes…

    …t_markdown.py
    
    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    archmoj and alexcjohnson authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    7674d89 View commit details
    Browse the repository at this point in the history
  7. Update components/dash-core-components/tests/integration/markdown/tes…

    …t_markdown.py
    
    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    archmoj and alexcjohnson authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    06a9ba3 View commit details
    Browse the repository at this point in the history
  8. Update components/dash-core-components/tests/integration/markdown/tes…

    …t_markdown.py
    
    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    archmoj and alexcjohnson authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    4059f99 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c12efa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6623ba2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa48268 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    980961f View commit details
    Browse the repository at this point in the history
  13. improve mkdw004 test

    archmoj committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    a58ac54 View commit details
    Browse the repository at this point in the history
  14. improve mkdw005 test

    archmoj committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    c61b771 View commit details
    Browse the repository at this point in the history
  15. toggle mathjax via callbacks

    archmoj committed Mar 10, 2022
    2 Configuration menu
    Copy the full SHA
    f86985a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eca3d52 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    074ad26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05cbf80 View commit details
    Browse the repository at this point in the history
  3. return Plotly.react

    archmoj committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    324c85a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c63e649 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a53f7a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00f300f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70af21e View commit details
    Browse the repository at this point in the history
  8. test typo

    alexcjohnson committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    4faf64d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Configuration menu
    Copy the full SHA
    d7e73d7 View commit details
    Browse the repository at this point in the history