mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-17 08:48:39 +00:00
feat: implement \relax as no-op function (#3384)
* feat: implement \relax as no-op function BREAKING CHANGE: `\relax` is now implemented as a function. It'll stop expansions and parsing, so the behavior around `\relax` may change. For example, `\kern2\relax em` will no longer work.
This commit is contained in:
@@ -3,6 +3,12 @@ id: migration
|
||||
title: Migration Guide
|
||||
---
|
||||
|
||||
## v0.15.0
|
||||
|
||||
`\relax` is now implemented as a function. It'll stop expansions and parsing,
|
||||
so the behavior around `\relax` may change. For example, `\kern2\relax em` will
|
||||
no longer work.
|
||||
|
||||
## v0.14.0
|
||||
|
||||
With module loaders that support conditional exports and ECMAScript modules,
|
||||
|
Reference in New Issue
Block a user