@@ -6,6 +6,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## v0.6.1 - [ 2025-07-22]
88
9+ ### Packages
10+
11+ - (Fix) Resetting before using high-level compile/renderer APIs in https://github.com/Myriad-Dreamin/typst.ts/pull/778
12+ - (Fix) Iterating rects in labelled content in https://github.com/Myriad-Dreamin/typst.ts/pull/783
13+ - (Fix) Correct typing of compile format in https://github.com/Myriad-Dreamin/typst.ts/pull/790
14+ - (Change) Removing ` createTypstSvgRenderer ` in https://github.com/Myriad-Dreamin/typst.ts/pull/779
15+ - (Test) Testing renderer initialization in https://github.com/Myriad-Dreamin/typst.ts/pull/791
16+ - (Test) Adding all renderer tests in https://github.com/Myriad-Dreamin/typst.ts/pull/792
17+ - Added ` set_fonts ` API in https://github.com/Myriad-Dreamin/typst.ts/pull/780
18+ - Supported compile with root argument in https://github.com/Myriad-Dreamin/typst.ts/pull/781
19+ - Supported query with html target in
20+ https://github.com/Myriad-Dreamin/typst.ts/pull/786 and https://github.com/Myriad-Dreamin/typst.ts/pull/788
21+ - Supported load fonts on demand in https://github.com/Myriad-Dreamin/typst.ts/pull/787
22+ - Provided snapshot API in https://github.com/Myriad-Dreamin/typst.ts/pull/777
23+
924### Compiler
1025
1126- Implemented typst2hast in https://github.com/Myriad-Dreamin/typst.ts/pull/743
@@ -22,6 +37,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
2237
2338- (Fix) Not using property 'local-fonts', which is missed in Firefox by @caterpillar-1 in https://github.com/Myriad-Dreamin/typst.ts/pull/724
2439
40+ * feat: add css format to published files in typst.react by @shipurjan in https://github.com/Myriad-Dreamin/typst.ts/pull/765
41+
42+ ### Package: typst.vue3
43+
44+ - (Fix) Preventing reinitialization of compiler and renderer options during HMR by
45+ @bryarrow in https://github.com/Myriad-Dreamin/typst.ts/pull/773
46+ - (Fix) Fixed incorrect Typst source code change listener by @bryarrow in https://github.com/Myriad-Dreamin/typst.ts/pull/767
47+ - Generating ESM and type declarations for publishing in https://github.com/Myriad-Dreamin/typst.ts/pull/776
48+
2549### Package: typst-ts-node-compiler
2650
2751- Moving the watch lock after compilation in https://github.com/Myriad-Dreamin/typst.ts/pull/727
@@ -32,6 +56,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
3256- Updated serverless render example to import correct file from jsdelivr by @mosaleh-dev in https://github.com/Myriad-Dreamin/typst.ts/pull/733
3357- Updated docs for all-in-one bundle in https://github.com/Myriad-Dreamin/typst.ts/pull/726
3458
59+ * docs: visualize asset sizes by @YDX-2147483647 in https://github.com/Myriad-Dreamin/typst.ts/pull/742
60+
3561** Full Changelog** : https://github.com/Myriad-Dreamin/typst.ts/compare/v0.6.0...v0.6.1
3662
3763## v0.6.0 - [ 2025-04-30]
0 commit comments