MyGit

v0.4.0

Myriad-Dreamin/typst.ts

版本发布时间: 2023-11-01 18:06:14

Myriad-Dreamin/typst.ts最新发布版本:v0.5.0-rc6(2024-07-16 06:39:48)

See the CHANGELOG for more details.

v0.4.0

This is a major upgrade of typst.ts, so we decide to increment the minor version number. The most important change is that we have stabilized the API for TypstRenderer. We have also added guidance to typst.ts in https://github.com/Myriad-Dreamin/typst.ts/pull/391.

One of the best features since v0.4.0 is that we provide a more user-friendly way to start exploring typst.ts, the all-in-one library apis:

<script type="module" src="/@myriaddreamin/typst.ts/dist/esm/contrib/all-in-one.bundle.js"></script>
<script>
  document.ready(() => {
    const svg = await $typst.svg({ mainContent: 'Hello, typst!' });
  });
</script>

See All-in-one Library sample for sample that previewing document in less than 200 LoCs and a single HTML.

We have reworked vector format (IR) in https://github.com/Myriad-Dreamin/typst.ts/pull/317, https://github.com/Myriad-Dreamin/typst.ts/pull/324, and https://github.com/Myriad-Dreamin/typst.ts/pull/342. As a result, there are several notable changes:

Changelog since v0.4.0

What's Changed

Full Changelog: https://github.com/Myriad-Dreamin/typst.ts/compare/v0.3.1...v0.4.0

Security Notes

No new security note.

Bug fix


Since v0.4.0-rc3

Changes


Since v0.4.0-rc3

External Feature


Since v0.4.0-rc3

Internal Feature


Since v0.4.0-rc3

相关地址:原始地址 下载(tar) 下载(zip)

1、 all-in-one.bundle.js 23.9MB

2、 font-assets.tar.gz 21.89MB

3、 typst-ts-aarch64-apple-darwin-relwithdebuginfo.tar.gz 35.74MB

4、 typst-ts-aarch64-apple-darwin.tar.gz 31.78MB

5、 typst-ts-aarch64-pc-windows-msvc-relwithdebuginfo.tar.gz 31.99MB

6、 typst-ts-aarch64-pc-windows-msvc.tar.gz 31.64MB

7、 typst-ts-aarch64-unknown-linux-gnu-relwithdebuginfo.tar.gz 120.02MB

8、 typst-ts-aarch64-unknown-linux-gnu.tar.gz 31.89MB

9、 typst-ts-alpine-x64-relwithdebuginfo.tar.gz 126.76MB

10、 typst-ts-alpine-x64.tar.gz 32.35MB

11、 typst-ts-arm-unknown-linux-gnueabihf-relwithdebuginfo.tar.gz 119.35MB

12、 typst-ts-arm-unknown-linux-gnueabihf.tar.gz 32.27MB

13、 typst-ts-i686-pc-windows-msvc-relwithdebuginfo.tar.gz 32.08MB

14、 typst-ts-i686-pc-windows-msvc.tar.gz 31.88MB

15、 typst-ts-riscv64gc-unknown-linux-gnu-relwithdebuginfo.tar.gz 143.22MB

16、 typst-ts-riscv64gc-unknown-linux-gnu.tar.gz 32.93MB

17、 typst-ts-x86_64-apple-darwin-relwithdebuginfo.tar.gz 35.89MB

18、 typst-ts-x86_64-apple-darwin.tar.gz 32.1MB

19、 typst-ts-x86_64-pc-windows-msvc-relwithdebuginfo.tar.gz 32.99MB

20、 typst-ts-x86_64-pc-windows-msvc.tar.gz 32.65MB

21、 typst-ts-x86_64-unknown-linux-gnu-relwithdebuginfo.tar.gz 121.61MB

22、 typst-ts-x86_64-unknown-linux-gnu.tar.gz 32.4MB

23、 typst-ts-x86_64-unknown-linux-musl-relwithdebuginfo.tar.gz 126.77MB

24、 typst-ts-x86_64-unknown-linux-musl.tar.gz 32.35MB

25、 typst.ts.cookbook.pdf 345.43KB

查看:2023-11-01发行的版本