v0.6.1-rc4
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