You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix: update bad imports in https://github.com/Myriad-Dreamin/typst.ts/pull/680
30
-
- fix: better node.js wasm import in https://github.com/Myriad-Dreamin/typst.ts/pull/700
31
-
- feat: add style.css to enhanced-typst-svg bundle by @seven-mile in https://github.com/Myriad-Dreamin/typst.ts/pull/632
32
-
- feat: expose wasm file in compiler, renderer, parser package by @c0per and @Myriad-Dreamin in https://github.com/Myriad-Dreamin/typst.ts/pull/662, https://github.com/Myriad-Dreamin/typst.ts/pull/674, https://github.com/Myriad-Dreamin/typst.ts/pull/693, and https://github.com/Myriad-Dreamin/typst.ts/pull/699
29
+
- (Fix) Made better wasm loader in Node.js in https://github.com/Myriad-Dreamin/typst.ts/pull/700
30
+
- This was giving error in Node.js 22
31
+
- Updating bad `exports` fields in `package.json` files in https://github.com/Myriad-Dreamin/typst.ts/pull/680
32
+
- Adding style.css to enhanced-typst-svg bundle by @seven-mile in https://github.com/Myriad-Dreamin/typst.ts/pull/632
33
+
- Exposing wasm file in compiler, renderer, parser package by @c0per and @Myriad-Dreamin in https://github.com/Myriad-Dreamin/typst.ts/pull/662, https://github.com/Myriad-Dreamin/typst.ts/pull/674, https://github.com/Myriad-Dreamin/typst.ts/pull/693, and https://github.com/Myriad-Dreamin/typst.ts/pull/699
33
34
34
35
### Package: vite-plugin-typst (New)
35
36
36
-
-feat: init vite-plugin-typst in https://github.com/Myriad-Dreamin/typst.ts/pull/648
37
-
-feat: add typst-cli option by @sjfhsjfh in https://github.com/Myriad-Dreamin/typst.ts/pull/650
37
+
-Initialized vite-plugin-typst in https://github.com/Myriad-Dreamin/typst.ts/pull/648
38
+
-Added typst-cli option by @sjfhsjfh in https://github.com/Myriad-Dreamin/typst.ts/pull/650
38
39
39
40
### Package: typst.ts
40
41
41
-
-fix: load fonts and concurrency in https://github.com/Myriad-Dreamin/typst.ts/pull/701
42
-
-test: add smoke tests in https://github.com/Myriad-Dreamin/typst.ts/pull/684
43
-
-test: default compile options in https://github.com/Myriad-Dreamin/typst.ts/pull/702
44
-
-test: break change for v0.6.0 and test vectors to build in https://github.com/Myriad-Dreamin/typst.ts/pull/704
45
-
-feat: expose`$typst` in root in https://github.com/Myriad-Dreamin/typst.ts/pull/685
42
+
-(Fix) Loaded fonts and concurrency in https://github.com/Myriad-Dreamin/typst.ts/pull/701
43
+
-(Break Change) default compile options in https://github.com/Myriad-Dreamin/typst.ts/pull/702
44
+
-(Break Change) break change `compile` API for v0.6.0 and test vectors to build in https://github.com/Myriad-Dreamin/typst.ts/pull/704
45
+
-(Test) Adding smoke tests in https://github.com/Myriad-Dreamin/typst.ts/pull/684
46
+
-Exposing`$typst` in root in https://github.com/Myriad-Dreamin/typst.ts/pull/685
46
47
47
48
### Package: typst.react
48
49
49
-
-build: update react to v0.19 by @mrappard in https://github.com/Myriad-Dreamin/typst.ts/pull/672
50
+
-Updating react peer dependency to v0.19 by @mrappard in https://github.com/Myriad-Dreamin/typst.ts/pull/672
50
51
51
52
### Package: typst-ts-node-compiler
52
53
53
-
-fix: reset read cache for node apis in https://github.com/Myriad-Dreamin/typst.ts/pull/683
54
-
-test: confirm the creation_timestamp and pdf standard options are respected in https://github.com/Myriad-Dreamin/typst.ts/pull/696
55
-
-feat: support PdfStandard `a-3b` in https://github.com/Myriad-Dreamin/typst.ts/pull/698
54
+
-(Fix) Resetting read cache for node apis in https://github.com/Myriad-Dreamin/typst.ts/pull/683
55
+
-(Test) Added tests to confirm the `creation_timestamp` and `pdfStandard` options are respected in https://github.com/Myriad-Dreamin/typst.ts/pull/696
56
+
-Supported PdfStandard `a-3b` in https://github.com/Myriad-Dreamin/typst.ts/pull/698
56
57
57
58
### Misc
58
59
59
-
- fix: typo in README.md by @kxxt in https://github.com/Myriad-Dreamin/typst.ts/pull/633
60
-
- fix: make consistent variable name in binary input example documentation by @GaoCan702 in https://github.com/Myriad-Dreamin/typst.ts/pull/665
61
-
- docs: rewrite get started in https://github.com/Myriad-Dreamin/typst.ts/pull/671
62
-
- docs: rewrite rust service docs in https://github.com/Myriad-Dreamin/typst.ts/pull/673
63
-
- docs: rewrite all-in-one js library docs in https://github.com/Myriad-Dreamin/typst.ts/pull/675
64
-
- docs: improve wording of service.typ in https://github.com/Myriad-Dreamin/typst.ts/pull/676
65
-
- docs: update get-started and all-in-one js docs in https://github.com/Myriad-Dreamin/typst.ts/pull/678
66
-
- docs: alias index.html in https://github.com/Myriad-Dreamin/typst.ts/pull/689
67
-
- docs: some broken links in docs in https://github.com/Myriad-Dreamin/typst.ts/pull/690
68
-
- docs: lite bundle must load wasm files in https://github.com/Myriad-Dreamin/typst.ts/pull/703
60
+
- (Fix) Fixed a typo in README.md by @kxxt in https://github.com/Myriad-Dreamin/typst.ts/pull/633
61
+
- (Fix) Made consistent variable name in binary input example documentation by @GaoCan702 in https://github.com/Myriad-Dreamin/typst.ts/pull/665
62
+
- Rewrote user documentations in https://github.com/Myriad-Dreamin/typst.ts/pull/671, https://github.com/Myriad-Dreamin/typst.ts/pull/673, https://github.com/Myriad-Dreamin/typst.ts/pull/675, https://github.com/Myriad-Dreamin/typst.ts/pull/676, https://github.com/Myriad-Dreamin/typst.ts/pull/678, https://github.com/Myriad-Dreamin/typst.ts/pull/689, https://github.com/Myriad-Dreamin/typst.ts/pull/690, and https://github.com/Myriad-Dreamin/typst.ts/pull/703
0 commit comments