v0.1.11
Security patch for two DoS issues in ratex-parser. Upgrade from ≤ v0.1.10 if you parse untrusted LaTeX.
| Advisory | Severity | Trigger | Impact |
|---|---|---|---|
| GHSA-4hgp-59h5-gvrj | High | \verb with a multibyte UTF-8 delimiter (e.g. \verbéxé) |
Parser panics → whole process aborts |
| GHSA-4w5h-hx6r-28q7 | Medium | Deep nesting ({…}, \left, \sqrt{, ^{, etc.) |
Stack overflow → whole process aborts |
Affected: All RaTeX distributions that parse LaTeX — Rust crates, CLI, npm/WASM, JVM, Android, iOS, Flutter, React Native.
Not affected: Trusted local LaTeX with normal nesting and ASCII \verb delimiters.
Reported by @nikkoenggaliano.
ratex-parser 的两个 DoS 安全修复。若解析 不可信 LaTeX,请升级到 > v0.1.10* 的版本。
| 公告 | 等级 | 触发条件 | 影响 |
|---|---|---|---|
| GHSA-4hgp-59h5-gvrj | 高危 | \verb 使用 多字节 UTF-8 定界符(如 \verbéxé) |
解析器 panic → 整个进程 abort |
| GHSA-4w5h-hx6r-28q7 | 中危 | 极深嵌套({…}、\left、\sqrt{、^{ 等) |
栈溢出 → 整个进程 abort |
影响范围: 所有通过 RaTeX 解析 LaTeX 的分发形态 — Rust crate、CLI、npm/WASM、JVM、Android、iOS、Flutter、React Native。
不受影响: 可信 LaTeX,嵌套深度正常,\verb 使用 ASCII 定界符。
感谢 @nikkoenggaliano 报告。
v0.1.10
- feat(svg): support stdout output for SVG by @techwizrd in https://github.com/erweixin/RaTeX/pull/96
- fix(Android、pdf): formula clipped by @erweixin in https://github.com/erweixin/RaTeX/pull/98
Full Changelog: https://github.com/erweixin/RaTeX/compare/v0.1.9...v0.1.10
v0.1.9
- feat(parser): add bussproofs prooftree support by @tani in https://github.com/erweixin/RaTeX/pull/90
- fix: prooftree render by @erweixin in https://github.com/erweixin/RaTeX/pull/92
- feat: add custom font support for InlineTeX component in Expo and React Native by @erweixin in https://github.com/erweixin/RaTeX/pull/93
- chore: bump version to 0.1.9 by @erweixin in https://github.com/erweixin/RaTeX/pull/94
- @tani made their first contribution in https://github.com/erweixin/RaTeX/pull/90
Full Changelog: https://github.com/erweixin/RaTeX/compare/v0.1.8...v0.1.9
v0.1.8
- ci: remove generate_release_notes from release workflows by @erweixin in https://github.com/erweixin/RaTeX/pull/89
- feat: react-native InlineTex component support textstyle props by @erweixin in https://github.com/erweixin/RaTeX/pull/91
Full Changelog: https://github.com/erweixin/RaTeX/compare/v0.1.7...v0.1.8
v0.1.7
- improves font fallback and variable-font consistency across RaTeX renderers. by @zerolover in https://github.com/erweixin/RaTeX/pull/82
- Feat symbols by @erweixin in https://github.com/erweixin/RaTeX/pull/83
- fix(windows): plugin builds against current Flutter Windows registrant by @TheMystery28 in https://github.com/erweixin/RaTeX/pull/85
- feat(cli): add --input and --help to all three render CLIs; decouple pdf cli from embed-fonts; update docs by @zerolover in https://github.com/erweixin/RaTeX/pull/86
- feat: react-native support macos by @erweixin in https://github.com/erweixin/RaTeX/pull/87
- chore: update version to 0.1.7 by @erweixin in https://github.com/erweixin/RaTeX/pull/88
- @TheMystery28 made their first contribution in https://github.com/erweixin/RaTeX/pull/85
Full Changelog: https://github.com/erweixin/RaTeX/compare/v0.1.6...v0.1.7
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- chore: update .gitignore and add prebuild scripts for WASM and asset … by @erweixin in https://github.com/erweixin/RaTeX/pull/58
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- chore: bump version to 0.1.3 by @erweixin in https://github.com/erweixin/RaTeX/pull/60
- chore: bump version to 0.1.4 by @erweixin in https://github.com/erweixin/RaTeX/pull/61
- fix: update metrics for symbols 8748 and 8749 in SIZE1_REGULAR and SIZE2_REGULAR by @erweixin in https://github.com/erweixin/RaTeX/pull/63
- feat: support transparent PNG rendering and CLI background color selection by @techwizrd in https://github.com/erweixin/RaTeX/pull/65
- fix: honor explicit limits in text style by @techwizrd in https://github.com/erweixin/RaTeX/pull/69
- fix: support htmlStyle rendering by @techwizrd in https://github.com/erweixin/RaTeX/pull/70
- fix: layout rendering issue in inlineTex by @erweixin in https://github.com/erweixin/RaTeX/pull/71
- feat: enhance HTML node support in layout engine and add corresponding test cases by @erweixin in https://github.com/erweixin/RaTeX/pull/72
- chore: update version to 0.1.5 by @erweixin in https://github.com/erweixin/RaTeX/pull/73
- chore: update crate publishing order in release workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/74
- Reduce unicode font loading overhead by avoiding extra copies by @zerolover in https://github.com/erweixin/RaTeX/pull/75
- Improve PNG embedding and decoding for transparency by @zerolover in https://github.com/erweixin/RaTeX/pull/76
- fix emoji for windows by @zerolover in https://github.com/erweixin/RaTeX/pull/78
- Emoji by @zerolover in https://github.com/erweixin/RaTeX/pull/79
- fix: Updated InlineTeX component to handle stretch behavior based on explicit width and alignSelf properties. by @erweixin in https://github.com/erweixin/RaTeX/pull/80
- chore: Bump version to 0.1.6 by @erweixin in https://github.com/erweixin/RaTeX/pull/81
- improves font fallback and variable-font consistency across RaTeX renderers. by @zerolover in https://github.com/erweixin/RaTeX/pull/82
- Feat symbols by @erweixin in https://github.com/erweixin/RaTeX/pull/83
- fix(windows): plugin builds against current Flutter Windows registrant by @TheMystery28 in https://github.com/erweixin/RaTeX/pull/85
- feat(cli): add --input and --help to all three render CLIs; decouple pdf cli from embed-fonts; update docs by @zerolover in https://github.com/erweixin/RaTeX/pull/86
- feat: react-native support macos by @erweixin in https://github.com/erweixin/RaTeX/pull/87
- chore: update version to 0.1.7 by @erweixin in https://github.com/erweixin/RaTeX/pull/88
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
- @techwizrd made their first contribution in https://github.com/erweixin/RaTeX/pull/65
- @TheMystery28 made their first contribution in https://github.com/erweixin/RaTeX/pull/85
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.7
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- chore: update .gitignore and add prebuild scripts for WASM and asset … by @erweixin in https://github.com/erweixin/RaTeX/pull/58
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- chore: bump version to 0.1.3 by @erweixin in https://github.com/erweixin/RaTeX/pull/60
- chore: bump version to 0.1.4 by @erweixin in https://github.com/erweixin/RaTeX/pull/61
- fix: update metrics for symbols 8748 and 8749 in SIZE1_REGULAR and SIZE2_REGULAR by @erweixin in https://github.com/erweixin/RaTeX/pull/63
- feat: support transparent PNG rendering and CLI background color selection by @techwizrd in https://github.com/erweixin/RaTeX/pull/65
- fix: honor explicit limits in text style by @techwizrd in https://github.com/erweixin/RaTeX/pull/69
- fix: support htmlStyle rendering by @techwizrd in https://github.com/erweixin/RaTeX/pull/70
- fix: layout rendering issue in inlineTex by @erweixin in https://github.com/erweixin/RaTeX/pull/71
- feat: enhance HTML node support in layout engine and add corresponding test cases by @erweixin in https://github.com/erweixin/RaTeX/pull/72
- chore: update version to 0.1.5 by @erweixin in https://github.com/erweixin/RaTeX/pull/73
- chore: update crate publishing order in release workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/74
- Reduce unicode font loading overhead by avoiding extra copies by @zerolover in https://github.com/erweixin/RaTeX/pull/75
- Improve PNG embedding and decoding for transparency by @zerolover in https://github.com/erweixin/RaTeX/pull/76
- fix emoji for windows by @zerolover in https://github.com/erweixin/RaTeX/pull/78
- Emoji by @zerolover in https://github.com/erweixin/RaTeX/pull/79
- fix: Updated InlineTeX component to handle stretch behavior based on explicit width and alignSelf properties. by @erweixin in https://github.com/erweixin/RaTeX/pull/80
- chore: Bump version to 0.1.6 by @erweixin in https://github.com/erweixin/RaTeX/pull/81
- improves font fallback and variable-font consistency across RaTeX renderers. by @zerolover in https://github.com/erweixin/RaTeX/pull/82
- Feat symbols by @erweixin in https://github.com/erweixin/RaTeX/pull/83
- fix(windows): plugin builds against current Flutter Windows registrant by @TheMystery28 in https://github.com/erweixin/RaTeX/pull/85
- feat(cli): add --input and --help to all three render CLIs; decouple pdf cli from embed-fonts; update docs by @zerolover in https://github.com/erweixin/RaTeX/pull/86
- feat: react-native support macos by @erweixin in https://github.com/erweixin/RaTeX/pull/87
- chore: update version to 0.1.7 by @erweixin in https://github.com/erweixin/RaTeX/pull/88
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
- @techwizrd made their first contribution in https://github.com/erweixin/RaTeX/pull/65
- @TheMystery28 made their first contribution in https://github.com/erweixin/RaTeX/pull/85
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.7
v0.1.6
- chore: update crate publishing order in release workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/74
- Reduce unicode font loading overhead by avoiding extra copies by @zerolover in https://github.com/erweixin/RaTeX/pull/75
- Improve PNG embedding and decoding for transparency by @zerolover in https://github.com/erweixin/RaTeX/pull/76
- fix emoji for windows by @zerolover in https://github.com/erweixin/RaTeX/pull/78
- Emoji by @zerolover in https://github.com/erweixin/RaTeX/pull/79
- fix: Updated InlineTeX component to handle stretch behavior based on explicit width and alignSelf properties. by @erweixin in https://github.com/erweixin/RaTeX/pull/80
- chore: Bump version to 0.1.6 by @erweixin in https://github.com/erweixin/RaTeX/pull/81
Full Changelog: https://github.com/erweixin/RaTeX/compare/v0.1.5...v0.1.6
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- chore: update .gitignore and add prebuild scripts for WASM and asset … by @erweixin in https://github.com/erweixin/RaTeX/pull/58
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- chore: bump version to 0.1.3 by @erweixin in https://github.com/erweixin/RaTeX/pull/60
- chore: bump version to 0.1.4 by @erweixin in https://github.com/erweixin/RaTeX/pull/61
- fix: update metrics for symbols 8748 and 8749 in SIZE1_REGULAR and SIZE2_REGULAR by @erweixin in https://github.com/erweixin/RaTeX/pull/63
- feat: support transparent PNG rendering and CLI background color selection by @techwizrd in https://github.com/erweixin/RaTeX/pull/65
- fix: honor explicit limits in text style by @techwizrd in https://github.com/erweixin/RaTeX/pull/69
- fix: support htmlStyle rendering by @techwizrd in https://github.com/erweixin/RaTeX/pull/70
- fix: layout rendering issue in inlineTex by @erweixin in https://github.com/erweixin/RaTeX/pull/71
- feat: enhance HTML node support in layout engine and add corresponding test cases by @erweixin in https://github.com/erweixin/RaTeX/pull/72
- chore: update version to 0.1.5 by @erweixin in https://github.com/erweixin/RaTeX/pull/73
- chore: update crate publishing order in release workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/74
- Reduce unicode font loading overhead by avoiding extra copies by @zerolover in https://github.com/erweixin/RaTeX/pull/75
- Improve PNG embedding and decoding for transparency by @zerolover in https://github.com/erweixin/RaTeX/pull/76
- fix emoji for windows by @zerolover in https://github.com/erweixin/RaTeX/pull/78
- Emoji by @zerolover in https://github.com/erweixin/RaTeX/pull/79
- fix: Updated InlineTeX component to handle stretch behavior based on explicit width and alignSelf properties. by @erweixin in https://github.com/erweixin/RaTeX/pull/80
- chore: Bump version to 0.1.6 by @erweixin in https://github.com/erweixin/RaTeX/pull/81
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
- @techwizrd made their first contribution in https://github.com/erweixin/RaTeX/pull/65
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.6
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- chore: update .gitignore and add prebuild scripts for WASM and asset … by @erweixin in https://github.com/erweixin/RaTeX/pull/58
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- chore: bump version to 0.1.3 by @erweixin in https://github.com/erweixin/RaTeX/pull/60
- chore: bump version to 0.1.4 by @erweixin in https://github.com/erweixin/RaTeX/pull/61
- fix: update metrics for symbols 8748 and 8749 in SIZE1_REGULAR and SIZE2_REGULAR by @erweixin in https://github.com/erweixin/RaTeX/pull/63
- feat: support transparent PNG rendering and CLI background color selection by @techwizrd in https://github.com/erweixin/RaTeX/pull/65
- fix: honor explicit limits in text style by @techwizrd in https://github.com/erweixin/RaTeX/pull/69
- fix: support htmlStyle rendering by @techwizrd in https://github.com/erweixin/RaTeX/pull/70
- fix: layout rendering issue in inlineTex by @erweixin in https://github.com/erweixin/RaTeX/pull/71
- feat: enhance HTML node support in layout engine and add corresponding test cases by @erweixin in https://github.com/erweixin/RaTeX/pull/72
- chore: update version to 0.1.5 by @erweixin in https://github.com/erweixin/RaTeX/pull/73
- chore: update crate publishing order in release workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/74
- Reduce unicode font loading overhead by avoiding extra copies by @zerolover in https://github.com/erweixin/RaTeX/pull/75
- Improve PNG embedding and decoding for transparency by @zerolover in https://github.com/erweixin/RaTeX/pull/76
- fix emoji for windows by @zerolover in https://github.com/erweixin/RaTeX/pull/78
- Emoji by @zerolover in https://github.com/erweixin/RaTeX/pull/79
- fix: Updated InlineTeX component to handle stretch behavior based on explicit width and alignSelf properties. by @erweixin in https://github.com/erweixin/RaTeX/pull/80
- chore: Bump version to 0.1.6 by @erweixin in https://github.com/erweixin/RaTeX/pull/81
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
- @techwizrd made their first contribution in https://github.com/erweixin/RaTeX/pull/65
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.6
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- chore: update .gitignore and add prebuild scripts for WASM and asset … by @erweixin in https://github.com/erweixin/RaTeX/pull/58
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- chore: bump version to 0.1.3 by @erweixin in https://github.com/erweixin/RaTeX/pull/60
- chore: bump version to 0.1.4 by @erweixin in https://github.com/erweixin/RaTeX/pull/61
- fix: update metrics for symbols 8748 and 8749 in SIZE1_REGULAR and SIZE2_REGULAR by @erweixin in https://github.com/erweixin/RaTeX/pull/63
- feat: support transparent PNG rendering and CLI background color selection by @techwizrd in https://github.com/erweixin/RaTeX/pull/65
- fix: honor explicit limits in text style by @techwizrd in https://github.com/erweixin/RaTeX/pull/69
- fix: support htmlStyle rendering by @techwizrd in https://github.com/erweixin/RaTeX/pull/70
- fix: layout rendering issue in inlineTex by @erweixin in https://github.com/erweixin/RaTeX/pull/71
- feat: enhance HTML node support in layout engine and add corresponding test cases by @erweixin in https://github.com/erweixin/RaTeX/pull/72
- chore: update version to 0.1.5 by @erweixin in https://github.com/erweixin/RaTeX/pull/73
- chore: update crate publishing order in release workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/74
- Reduce unicode font loading overhead by avoiding extra copies by @zerolover in https://github.com/erweixin/RaTeX/pull/75
- Improve PNG embedding and decoding for transparency by @zerolover in https://github.com/erweixin/RaTeX/pull/76
- fix emoji for windows by @zerolover in https://github.com/erweixin/RaTeX/pull/78
- Emoji by @zerolover in https://github.com/erweixin/RaTeX/pull/79
- fix: Updated InlineTeX component to handle stretch behavior based on explicit width and alignSelf properties. by @erweixin in https://github.com/erweixin/RaTeX/pull/80
- chore: Bump version to 0.1.6 by @erweixin in https://github.com/erweixin/RaTeX/pull/81
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
- @techwizrd made their first contribution in https://github.com/erweixin/RaTeX/pull/65
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.6
v0.1.5
- fix: update metrics for symbols 8748 and 8749 in SIZE1_REGULAR and SIZE2_REGULAR by @erweixin in https://github.com/erweixin/RaTeX/pull/63
- feat: support transparent PNG rendering and CLI background color selection by @techwizrd in https://github.com/erweixin/RaTeX/pull/65
- fix: honor explicit limits in text style by @techwizrd in https://github.com/erweixin/RaTeX/pull/69
- fix: support htmlStyle rendering by @techwizrd in https://github.com/erweixin/RaTeX/pull/70
- fix: layout rendering issue in inlineTex by @erweixin in https://github.com/erweixin/RaTeX/pull/71
- feat: enhance HTML node support in layout engine and add corresponding test cases by @erweixin in https://github.com/erweixin/RaTeX/pull/72
- chore: update version to 0.1.5 by @erweixin in https://github.com/erweixin/RaTeX/pull/73
- @techwizrd made their first contribution in https://github.com/erweixin/RaTeX/pull/65
Full Changelog: https://github.com/erweixin/RaTeX/compare/v0.1.4...v0.1.5
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- chore: update .gitignore and add prebuild scripts for WASM and asset … by @erweixin in https://github.com/erweixin/RaTeX/pull/58
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- chore: bump version to 0.1.3 by @erweixin in https://github.com/erweixin/RaTeX/pull/60
- chore: bump version to 0.1.4 by @erweixin in https://github.com/erweixin/RaTeX/pull/61
- fix: update metrics for symbols 8748 and 8749 in SIZE1_REGULAR and SIZE2_REGULAR by @erweixin in https://github.com/erweixin/RaTeX/pull/63
- feat: support transparent PNG rendering and CLI background color selection by @techwizrd in https://github.com/erweixin/RaTeX/pull/65
- fix: honor explicit limits in text style by @techwizrd in https://github.com/erweixin/RaTeX/pull/69
- fix: support htmlStyle rendering by @techwizrd in https://github.com/erweixin/RaTeX/pull/70
- fix: layout rendering issue in inlineTex by @erweixin in https://github.com/erweixin/RaTeX/pull/71
- feat: enhance HTML node support in layout engine and add corresponding test cases by @erweixin in https://github.com/erweixin/RaTeX/pull/72
- chore: update version to 0.1.5 by @erweixin in https://github.com/erweixin/RaTeX/pull/73
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
- @techwizrd made their first contribution in https://github.com/erweixin/RaTeX/pull/65
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.5
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- chore: update .gitignore and add prebuild scripts for WASM and asset … by @erweixin in https://github.com/erweixin/RaTeX/pull/58
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- chore: bump version to 0.1.3 by @erweixin in https://github.com/erweixin/RaTeX/pull/60
- chore: bump version to 0.1.4 by @erweixin in https://github.com/erweixin/RaTeX/pull/61
- fix: update metrics for symbols 8748 and 8749 in SIZE1_REGULAR and SIZE2_REGULAR by @erweixin in https://github.com/erweixin/RaTeX/pull/63
- feat: support transparent PNG rendering and CLI background color selection by @techwizrd in https://github.com/erweixin/RaTeX/pull/65
- fix: honor explicit limits in text style by @techwizrd in https://github.com/erweixin/RaTeX/pull/69
- fix: support htmlStyle rendering by @techwizrd in https://github.com/erweixin/RaTeX/pull/70
- fix: layout rendering issue in inlineTex by @erweixin in https://github.com/erweixin/RaTeX/pull/71
- feat: enhance HTML node support in layout engine and add corresponding test cases by @erweixin in https://github.com/erweixin/RaTeX/pull/72
- chore: update version to 0.1.5 by @erweixin in https://github.com/erweixin/RaTeX/pull/73
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
- @techwizrd made their first contribution in https://github.com/erweixin/RaTeX/pull/65
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.5
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- chore: update .gitignore and add prebuild scripts for WASM and asset … by @erweixin in https://github.com/erweixin/RaTeX/pull/58
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- chore: bump version to 0.1.3 by @erweixin in https://github.com/erweixin/RaTeX/pull/60
- chore: bump version to 0.1.4 by @erweixin in https://github.com/erweixin/RaTeX/pull/61
- fix: update metrics for symbols 8748 and 8749 in SIZE1_REGULAR and SIZE2_REGULAR by @erweixin in https://github.com/erweixin/RaTeX/pull/63
- feat: support transparent PNG rendering and CLI background color selection by @techwizrd in https://github.com/erweixin/RaTeX/pull/65
- fix: honor explicit limits in text style by @techwizrd in https://github.com/erweixin/RaTeX/pull/69
- fix: support htmlStyle rendering by @techwizrd in https://github.com/erweixin/RaTeX/pull/70
- fix: layout rendering issue in inlineTex by @erweixin in https://github.com/erweixin/RaTeX/pull/71
- feat: enhance HTML node support in layout engine and add corresponding test cases by @erweixin in https://github.com/erweixin/RaTeX/pull/72
- chore: update version to 0.1.5 by @erweixin in https://github.com/erweixin/RaTeX/pull/73
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
- @techwizrd made their first contribution in https://github.com/erweixin/RaTeX/pull/65
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.5
v0.1.4
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- chore: update .gitignore and add prebuild scripts for WASM and asset … by @erweixin in https://github.com/erweixin/RaTeX/pull/58
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- chore: bump version to 0.1.3 by @erweixin in https://github.com/erweixin/RaTeX/pull/60
- chore: bump version to 0.1.4 by @erweixin in https://github.com/erweixin/RaTeX/pull/61
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.4
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- chore: update .gitignore and add prebuild scripts for WASM and asset … by @erweixin in https://github.com/erweixin/RaTeX/pull/58
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- chore: bump version to 0.1.3 by @erweixin in https://github.com/erweixin/RaTeX/pull/60
- chore: bump version to 0.1.4 by @erweixin in https://github.com/erweixin/RaTeX/pull/61
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.4
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- chore: update .gitignore and add prebuild scripts for WASM and asset … by @erweixin in https://github.com/erweixin/RaTeX/pull/58
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- chore: bump version to 0.1.3 by @erweixin in https://github.com/erweixin/RaTeX/pull/60
- chore: bump version to 0.1.4 by @erweixin in https://github.com/erweixin/RaTeX/pull/61
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.4
v0.1.3
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.3
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- fix:emoji width and height cal error by @erweixin in https://github.com/erweixin/RaTeX/pull/50
- [Feature] Support custom color by @darriousliu in https://github.com/erweixin/RaTeX/pull/52
- Add ratex-pdf by @zerolover in https://github.com/erweixin/RaTeX/pull/54
- feat: render/svg/pdf support cjk by @erweixin in https://github.com/erweixin/RaTeX/pull/56
- feat: implement auto-numbering for array environments and add \nonumber support by @erweixin in https://github.com/erweixin/RaTeX/pull/57
- chore: update .gitignore and add prebuild scripts for WASM and asset … by @erweixin in https://github.com/erweixin/RaTeX/pull/58
- feat(desktop): add Flutter desktop support with native libraries and demo application by @erweixin in https://github.com/erweixin/RaTeX/pull/59
- chore: bump version to 0.1.3 by @erweixin in https://github.com/erweixin/RaTeX/pull/60
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
- @darriousliu made their first contribution in https://github.com/erweixin/RaTeX/pull/52
- @zerolover made their first contribution in https://github.com/erweixin/RaTeX/pull/54
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.3
v0.1.2
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.2
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.2
- fix: enhance accent layout for shifty accents and improve glyph skew handling by @erweixin in https://github.com/erweixin/RaTeX/pull/2
- feat: add support for leftright delimiters in layout options by @erweixin in https://github.com/erweixin/RaTeX/pull/3
- Fix/formula rendering by @erweixin in https://github.com/erweixin/RaTeX/pull/4
- Fix above by @erweixin in https://github.com/erweixin/RaTeX/pull/5
- Feat: iOS、andriod、flutter、wasm binding && demo by @erweixin in https://github.com/erweixin/RaTeX/pull/6
- fix: \llbracket、\rrbracket、\xcancel、\cancel、\bcancel、\overbrace、\underbrace by @erweixin in https://github.com/erweixin/RaTeX/pull/7
- Feat: \ce \pu by @erweixin in https://github.com/erweixin/RaTeX/pull/8
- chore: bump version to 0.0.11 by @erweixin in https://github.com/erweixin/RaTeX/pull/9
- feat: new website by @erweixin in https://github.com/erweixin/RaTeX/pull/10
- chore: update GitHub Pages workflow by @erweixin in https://github.com/erweixin/RaTeX/pull/11
- fix: update alignment classes in demo support table and adjust langua… by @erweixin in https://github.com/erweixin/RaTeX/pull/12
- fix: square root symbol render error by @erweixin in https://github.com/erweixin/RaTeX/pull/13
- fix: bmatrix render error by @erweixin in https://github.com/erweixin/RaTeX/pull/14
- fix: \array \hdashline by @erweixin in https://github.com/erweixin/RaTeX/pull/15
- feat: enhance color parsing and handling in layout engine by @erweixin in https://github.com/erweixin/RaTeX/pull/17
- feat: add ratex-svg crate for SVG export functionality by @erweixin in https://github.com/erweixin/RaTeX/pull/18
- chore: update .pubignore to include CI-built native artifacts and clarify ignore rules by @erweixin in https://github.com/erweixin/RaTeX/pull/20
- doc: update README.md by @erweixin in https://github.com/erweixin/RaTeX/pull/21
- Fix: smallmatrix by @erweixin in https://github.com/erweixin/RaTeX/pull/22
- feat: \cd by @erweixin in https://github.com/erweixin/RaTeX/pull/23
- Fix badcase by @erweixin in https://github.com/erweixin/RaTeX/pull/24
- chore: bump version to 0.0.14 by @erweixin in https://github.com/erweixin/RaTeX/pull/26
- fix: release npm by @erweixin in https://github.com/erweixin/RaTeX/pull/28
- demo: add RaTeX vs KaTeX web benchmark page by @EurFelux in https://github.com/erweixin/RaTeX/pull/30
- perf(wasm): skip serde_json::Value round-trip in renderLatex by @EurFelux in https://github.com/erweixin/RaTeX/pull/32
- docs(readme): reframe positioning and link web benchmark by @EurFelux in https://github.com/erweixin/RaTeX/pull/33
- feat: add JVM platform support (JNA + AWT Graphics2D) by @keta1 in https://github.com/erweixin/RaTeX/pull/35
- Feat: \tag by @erweixin in https://github.com/erweixin/RaTeX/pull/34
- chore: prepare for 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/36
- chore: bump version to 0.1.0 by @erweixin in https://github.com/erweixin/RaTeX/pull/37
- Feature to embed fonts by @jangernert in https://github.com/erweixin/RaTeX/pull/40
- chore: add SIL Open Font License 1.1 for KaTeX fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/39
- fix: add dashed line support across all platforms by @keta1 in https://github.com/erweixin/RaTeX/pull/41
- fix: Enhance RaTeXView for improved layout and rendering, Added
displayModeproperty toRaTeXViewManagerby @erweixin in https://github.com/erweixin/RaTeX/pull/45 - chore: Update KaTeX version to 0.16.45 in English and Chinese translations, demo pages, and support table descriptions. by @erweixin in https://github.com/erweixin/RaTeX/pull/47
- feat: ratex katex fonts by @erweixin in https://github.com/erweixin/RaTeX/pull/48
- @erweixin made their first contribution in https://github.com/erweixin/RaTeX/pull/2
- @EurFelux made their first contribution in https://github.com/erweixin/RaTeX/pull/30
- @keta1 made their first contribution in https://github.com/erweixin/RaTeX/pull/35
- @jangernert made their first contribution in https://github.com/erweixin/RaTeX/pull/40
Full Changelog: https://github.com/erweixin/RaTeX/commits/v0.1.2