v0.6.0-rc2
Pre-release
Pre-release
·
107 commits
to main
since this release
The v0.5.5 was not released because typst v0.13.0 comes before the v0.5.5 release, so we decided to skip it. The next release will be v0.6.0.
Compiler
- feat: use world implementation from tinymist in #636
- build: remove web-time in #664
- This allows to use as a typst plugin
Renderer
- feat: render labels on content in #638
#box() <label>will render the label attribute to the rendered elements.
- feat: support image rendering attr in #659
Packages
- fix: update bad imports in #680
- fix: better node.js wasm import in #700
- feat: add style.css to enhanced-typst-svg bundle by @seven-mile in #632
- feat: expose wasm file in compiler, renderer, parser package by @c0per and @Myriad-Dreamin in #662, #674, #693, and #699
Package: vite-plugin-typst (New)
Package: typst.ts
- fix: load fonts and concurrency in #701
- test: add smoke tests in #684
- test: default compile options in #702
- test: break change for v0.6.0 and test vectors to build in #704
- feat: expose
$typstin root in #685
Package: typst.react
Package: typst-ts-node-compiler
- fix: reset read cache for node apis in #683
- test: confirm the creation_timestamp and pdf standard options are respected in #696
- feat: support PdfStandard
a-3bin #698
Misc
- fix: typo in README.md by @kxxt in #633
- fix: make consistent variable name in binary input example documentation by @GaoCan702 in #665
- docs: rewrite get started in #671
- docs: rewrite rust service docs in #673
- docs: rewrite all-in-one js library docs in #675
- docs: improve wording of service.typ in #676
- docs: update get-started and all-in-one js docs in #678
- docs: alias index.html in #689
- docs: some broken links in docs in #690
- docs: lite bundle must load wasm files in #703
Full Changelog: v0.5.4...v0.6.0-rc1