Skip to content

Commit 17f09e1

Browse files
build: bump version to 0.6.1-rc4 (#794)
1 parent beee9f1 commit 17f09e1

File tree

51 files changed

+1000
-637
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1000
-637
lines changed

CHANGELOG/CHANGELOG-0.6.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)