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

fix(auto-render): concatenate content of successive text nodes #3422

Merged
merged 12 commits into from Aug 29, 2022

Commits on Nov 19, 2021

  1. fix(auto-render): concatenate text nodes

    Concatenate successive text nodes to prevent auto-render from skipping
    math input when browsers split text nodes with long textContent.
    marcoesters committed Nov 19, 2021
    Copy the full SHA
    bc90f48 View commit details
    Browse the repository at this point in the history
  2. Remove siblings only when math found

    Only remove siblings when math expressions were found to prevent removal
    of nodes that do not contain math.
    marcoesters committed Nov 19, 2021
    Copy the full SHA
    78c3a92 View commit details
    Browse the repository at this point in the history
  3. Skip siblings if they do not contain math

    marcoesters committed Nov 19, 2021
    Copy the full SHA
    7e943fc View commit details
    Browse the repository at this point in the history
  4. Fixed typo in comments

    marcoesters committed Nov 19, 2021
    Copy the full SHA
    bacad4c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Added first tests for large test nodes

    marcoesters committed Nov 22, 2021
    Copy the full SHA
    520b15a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/KaTeX/KaTeX

    marcoesters committed Nov 22, 2021
    Copy the full SHA
    b7537ec View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Copy the full SHA
    558e8f4 View commit details
    Browse the repository at this point in the history
  2. Simplified text node test

    marcoesters committed Nov 23, 2021
    Copy the full SHA
    a1041de View commit details
    Browse the repository at this point in the history
  3. Change description of test

    marcoesters committed Nov 23, 2021
    Copy the full SHA
    9825f6a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Merge branch 'main' into main

    Marco Esters committed Jan 14, 2022
    Copy the full SHA
    d0c77d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Copy the full SHA
    be78bef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d5ae92c View commit details
    Browse the repository at this point in the history