Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KaTeX/KaTeX
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.10
Choose a base ref
...
head repository: KaTeX/KaTeX
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.11
Choose a head ref
  • 12 commits
  • 32 files changed
  • 9 contributors

Commits on Apr 18, 2024

  1. docs: fix Unicode text in Fraktur font (#3873)

    * docs: fix Unicode text in Fraktur font
    
    Fix Fraktur font documentation by correcting spelling and not attempting
    to use the Unicode symbols in text mode.
    
    Fixes #3867
    
    * Update docs/supported.md
    
    Co-authored-by: Untitled_unrevised <348070954@qq.com>
    
    ---------
    
    Co-authored-by: Untitled_unrevised <348070954@qq.com>
    edemaine and untitledunrevised authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    347e578 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    93e2655 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade actions/checkout action (#3947)

    * chore: upgrade actions/checkout action
    
    Removes warning about Node 16 from every CI job
    
    * Pull yarn deps install outside docker
    
    * corepack enable in docker
    edemaine authored May 10, 2024
    Configuration menu
    Copy the full SHA
    578cea2 View commit details
    Browse the repository at this point in the history
  3. Update siteConfig.js to add SnapXam project (#3916)

    * Update siteConfig.js
    
    Adding my startup SnapXam as katex user ;)
    
    * Put in alphabetical order
    
    ---------
    
    Co-authored-by: Erik Demaine <edemaine@mit.edu>
    gab0chen and edemaine authored May 10, 2024
    Configuration menu
    Copy the full SHA
    82b3cc6 View commit details
    Browse the repository at this point in the history
  4. docs(users): add Techambition to the users list (#3888)

    Co-authored-by: Erik Demaine <edemaine@mit.edu>
    Ansa211 and edemaine authored May 10, 2024
    Configuration menu
    Copy the full SHA
    4d48331 View commit details
    Browse the repository at this point in the history
  5. libs: add JekTex to list of libraries (#3937)

    Co-authored-by: Erik Demaine <edemaine@mit.edu>
    yagarea and edemaine authored May 10, 2024
    Configuration menu
    Copy the full SHA
    bedce93 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. chore: use tagged literals in tests (#3954)

    * fix: use tagged literals in tests
    
    * chore: use tagged literals in jest
    
    * update docs and test with \u
    grigoriy-reshetniak authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    db4898d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2224bf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. chore: migrate from less to scss (#3961)

    * chore: migrate from less to scss
    
    * add explicit coercion to satisfy flow
    
    * set default values for variables which are coming from webpack
    
    * mute unknown annotation rule for scss !default
    
    * make $font-folder configurable and update documentation
    
    * fix path in docs
    
    * Document Sass variable override features
    
    ---------
    
    Co-authored-by: Erik Demaine <edemaine@mit.edu>
    grigoriy-reshetniak and edemaine authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ec46dee View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Jul 2, 2024

  1. feat: add \emph (#3963)

    * feat: add \emph
    
    Fixes #3566
    
    * address comments and add tests
    
    * Update docs and tests
    
    ---------
    
    Co-authored-by: Erik Demaine <edemaine@mit.edu>
    grigoriy-reshetniak and edemaine authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9f34da4 View commit details
    Browse the repository at this point in the history
  2. chore(release): 0.16.11 [ci skip]

    ## [0.16.11](v0.16.10...v0.16.11) (2024-07-02)
    
    ### Features
    
    * add \emph ([#3963](#3963)) ([9f34da4](9f34da4)), closes [#3566](#3566)
    KaTeX-bot committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fbbea35 View commit details
    Browse the repository at this point in the history
Loading