Skip to content

Releases: Myriad-Dreamin/typst.ts

v0.2.2

10 Jun 03:30
da8f9fb
Compare
Choose a tag to compare

See the CHANGELOG for more details.

Changelog since v0.2.2

Full Changelog: v0.2.1...v0.2.2

Security Notes

No new security note.

Changes

  • cli: remove web_socket exporter in #118

External Feature

  • cli: use human-panic in #120
  • pkg::core: sema layer with link annotations in #124
  • upstream: upgrade typst to v0.5.0 in #125

v0.2.1

06 Jun 19:10
Compare
Choose a tag to compare

See the CHANGELOG for more details.

Full Changelog: v0.2.0...v0.2.1

Bug fix

  • fix(core): ir unaligned memory in #99

Security Notes

No new security note.

External Feature

  • compiler: eager snapshot rendering in #63

  • core: collect and export glyph info in #112

  • core: optional render text by partial fonts in #113

  • exporter::canvas error handling in #67

  • exporter::canvas is almost done (1): glyph cache and clip impl in #65

  • exporter::canvas is almost done (2): render svg and bitmap glyphs in #86

  • packages::core: customize access model in #34

  • packages::compiler: add integrated canvas renderer in #35

  • packages::renderer: font supports for cjk and emoji glyphs in #84

  • server::remote: serve remote compilation in #54

  • server::remote: load fonts in snapshot in #60

  • github-pages: init github-pages in #37

  • misc: set linguist language of typst source files in #41

Internal Feature

  • docs: add troubleshooting docs about wasm in #90

  • test: init snapshot testing in #72

  • test: test wasm renderer with ci integration in #76

  • test: corpus for CJK font testing: add hust template in #82

  • test: corpus for math testing: add undergradmath in #110

  • test from upstream: visualize path and polygon corpus in #79

  • test from upstream: shape aspect corpora in #85

  • test from upstream: outline rendering corpora in #89

  • test from upstream: shape circle corpora in #94

  • test from upstream: layout clip corpora in #95

  • test from upstream: layout list marker corpora in #96

  • test from upstream: layout transform corpora in #100

  • test from upstream: visualize stroke corpora in #104

v0.2.0

21 May 02:31
489b858
Compare
Choose a tag to compare

See the CHANGELOG for more details.

v0.1.6

27 Apr 06:56
Compare
Choose a tag to compare

See the CHANGELOG for more details.

v0.1.5

26 Apr 06:08
Compare
Choose a tag to compare

See the CHANGELOG for more details.

v0.1.4

25 Apr 16:14
Compare
Choose a tag to compare

See the CHANGELOG for more details.

v0.1.3

24 Apr 14:09
Compare
Choose a tag to compare

See the CHANGELOG for more details.

v0.1.2

23 Apr 12:25
Compare
Choose a tag to compare

See the CHANGELOG for more details.

v0.1.1

22 Apr 20:52
Compare
Choose a tag to compare

See the CHANGELOG for more details.

v0.1.0

14 Apr 13:46
Compare
Choose a tag to compare

The release contains necessary font assets for typst.ts.

Download font assets and put them under following directories:

  • To make Compiler happy, linking the font directory to assets/fonts.
  • To make the Renderer Sample happy, linking the font directory to renderer/dist/fonts.

See the CHANGELOG for more details.