Skip to content

v0.6.0

Choose a tag to compare

@Myriad-Dreamin Myriad-Dreamin released this 30 Apr 11:13
· 101 commits to main since this release
c826b9b

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.

  • Bumped typst to v0.13.1 in #643 and #661
  • Bumped assets to v0.13.1 in #682

Compiler

  • Using world implementation from tinymist in #636
  • Removed web-time crate dependency in #664
    • This allows to use this library in a typst plugin

Renderer

Packages

  • (Fix) Made better wasm loader in Node.js in #700
    • This was giving error in Node.js 22
  • Updating bad exports fields in package.json files in #680
  • Adding style.css to enhanced-typst-svg bundle by @seven-mile in #632
  • Exposing 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) Loaded fonts and concurrency in #701
  • (Break Change) default compile options in #702
  • (Break Change) break change compile API for v0.6.0 and test vectors to build in #704
  • (Test) Adding smoke tests in #684
  • Exposing $typst in root in #685

Package: typst.react

Package: typst-ts-node-compiler

  • (Fix) Resetting read cache for node apis in #683
  • (Test) Added tests to confirm the creation_timestamp and pdfStandard options are respected in #696
  • Supported PdfStandard a-3b in #698

Misc

Full Changelog: v0.5.4...v0.6.0