Skip to content

Commit e101afc

Browse files
build: bump version to 0.7.0 (#831)
1 parent 7af485a commit e101afc

File tree

49 files changed

+138
-182
lines changed

Some content is hidden

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

49 files changed

+138
-182
lines changed

CHANGELOG/CHANGELOG-0.7.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
3535

3636
- (Fix) Fixed race condition in snippet lib in https://github.com/Myriad-Dreamin/typst.ts/pull/725
3737
- (Fix) Respecting wrapper script passed on initialization in https://github.com/Myriad-Dreamin/typst.ts/pull/804
38+
- (Fix) Set PageMerge to default to get merged content for plain SVGs by @TeddyHuang-00 in https://github.com/Myriad-Dreamin/typst.ts/pull/826
3839
- Added PDF standards supported in typst v0.14 in https://github.com/Myriad-Dreamin/typst.ts/pull/800
3940
- Added pdf tags options in https://github.com/Myriad-Dreamin/typst.ts/pull/803
4041

@@ -51,16 +52,24 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
5152
- (Fix) Fixed incorrect Typst source code change listener by @bryarrow in https://github.com/Myriad-Dreamin/typst.ts/pull/767
5253
- Generating ESM and type declarations for publishing in https://github.com/Myriad-Dreamin/typst.ts/pull/776
5354

55+
### Package: typst.svelte (New)
56+
57+
- added svelte 5 package by @AquaBx in https://github.com/Myriad-Dreamin/typst.ts/pull/809
58+
5459
### Package: typst-ts-node-compiler
5560

5661
- Moving the watch lock after compilation in https://github.com/Myriad-Dreamin/typst.ts/pull/727
5762

63+
### Package: vite-plugin-typst
64+
65+
- Updated peer dependency to support vite v7 by @Mr-Python-in-China in https://github.com/Myriad-Dreamin/typst.ts/pull/827
66+
5867
### Misc
5968

6069
- Fixed a typo in responsive.typ by @shigma in https://github.com/Myriad-Dreamin/typst.ts/pull/719
70+
- Fixed a typo by @sjfhsjfh in https://github.com/Myriad-Dreamin/typst.ts/pull/797
6171
- Updated serverless render example to import correct file from jsdelivr by @mosaleh-dev in https://github.com/Myriad-Dreamin/typst.ts/pull/733
6272
- Updated docs for all-in-one bundle in https://github.com/Myriad-Dreamin/typst.ts/pull/726
63-
64-
* docs: visualize asset sizes by @YDX-2147483647 in https://github.com/Myriad-Dreamin/typst.ts/pull/742
73+
- Visualized asset sizes by @YDX-2147483647 in https://github.com/Myriad-Dreamin/typst.ts/pull/742
6574

6675
**Full Changelog**: https://github.com/Myriad-Dreamin/typst.ts/compare/v0.6.0...v0.7.0

Cargo.lock

Lines changed: 32 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)