Skip to content

v0.6.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@Myriad-Dreamin Myriad-Dreamin released this 30 Apr 10:01
· 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.

  • feat: upgrade typst to v0.13.1 in #643 and #661
  • feat: update assets to v0.13.1 in #682

Compiler

  • feat: use world implementation from tinymist in #636
  • build: remove web-time in #664
    • This allows to use as a typst plugin

Renderer

Packages

Package: vite-plugin-typst (New)

  • feat: init vite-plugin-typst in #648
  • feat: add typst-cli option by @sjfhsjfh in #650

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 $typst in 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-3b in #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