v0.6.1-rc5
Packages
- (Fix) Resetting before using high-level compile/renderer APIs in https://github.com/Myriad-Dreamin/typst.ts/pull/778
- (Fix) Iterating rects in labelled content in https://github.com/Myriad-Dreamin/typst.ts/pull/783
- (Fix) Correct typing of compile format in https://github.com/Myriad-Dreamin/typst.ts/pull/790
- (Change) Removing
createTypstSvgRendererin https://github.com/Myriad-Dreamin/typst.ts/pull/779 - (Test) Testing renderer initialization in https://github.com/Myriad-Dreamin/typst.ts/pull/791
- (Test) Adding all renderer tests in https://github.com/Myriad-Dreamin/typst.ts/pull/792
- Added
set_fontsAPI in https://github.com/Myriad-Dreamin/typst.ts/pull/780 - Supported compile with root argument in https://github.com/Myriad-Dreamin/typst.ts/pull/781
- Supported query with html target in https://github.com/Myriad-Dreamin/typst.ts/pull/786 and https://github.com/Myriad-Dreamin/typst.ts/pull/788
- Supported load fonts on demand in https://github.com/Myriad-Dreamin/typst.ts/pull/787
- Provided snapshot API in https://github.com/Myriad-Dreamin/typst.ts/pull/777
Compiler
- Implemented typst2hast in https://github.com/Myriad-Dreamin/typst.ts/pull/743
rustdoc-typst-demo (New)
- Added
rustdoc-typst-demoin https://github.com/Myriad-Dreamin/typst.ts/pull/725
Package: typst.ts
- (Fix) Fixed race condition in snippet lib in https://github.com/Myriad-Dreamin/typst.ts/pull/725
Package: typst.react
- (Fix) Not using property 'local-fonts', which is missed in Firefox by @caterpillar-1 in https://github.com/Myriad-Dreamin/typst.ts/pull/724
- feat: add css format to published files in typst.react by @shipurjan in https://github.com/Myriad-Dreamin/typst.ts/pull/765
Package: typst.vue3
- (Fix) Preventing reinitialization of compiler and renderer options during HMR by @bryarrow in https://github.com/Myriad-Dreamin/typst.ts/pull/773
- (Fix) Fixed incorrect Typst source code change listener by @bryarrow in https://github.com/Myriad-Dreamin/typst.ts/pull/767
- Generating ESM and type declarations for publishing in https://github.com/Myriad-Dreamin/typst.ts/pull/776
Package: typst-ts-node-compiler
- Moving the watch lock after compilation in https://github.com/Myriad-Dreamin/typst.ts/pull/727
Misc
- Fixed a typo in responsive.typ by @shigma in https://github.com/Myriad-Dreamin/typst.ts/pull/719
- Updated serverless render example to import correct file from jsdelivr by @mosaleh-dev in https://github.com/Myriad-Dreamin/typst.ts/pull/733
- Updated docs for all-in-one bundle in https://github.com/Myriad-Dreamin/typst.ts/pull/726
- docs: visualize asset sizes by @YDX-2147483647 in https://github.com/Myriad-Dreamin/typst.ts/pull/742
Full Changelog: https://github.com/Myriad-Dreamin/typst.ts/compare/v0.6.0...v0.6.1-rc5
Download Binary
Install typst-ts 0.6.1-rc5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Myriad-Dreamin/typst.ts/releases/download/v0.6.1-rc5/typst-ts-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Myriad-Dreamin/typst.ts/releases/download/v0.6.1-rc5/typst-ts-installer.ps1 | iex"
Download typst-ts 0.6.1-rc5
| File | Platform | Checksum | |--------|----------|----------| | typst-ts-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum | | typst-ts-x86_64-apple-darwin.tar.gz | Intel macOS | checksum | | typst-ts-aarch64-pc-windows-msvc.zip | ARM64 Windows | | | | x64 Windows | | | | ARM64 Linux | | | | LOONGARCH64 Linux | | | | x64 Linux | | | | ARMv6 Linux (Hardfloat) | | | | ARMv7 Linux | | | | ARM64 MUSL Linux | | | | LOONGARCH64 MUSL Linux | | | | RISCV MUSL Linux | | | | x64 MUSL Linux | | | | ARMv6 MUSL Linux (Hardfloat) | | | | ARMv7 MUSL Linux | |