Skip to content

v0.11.15-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Myriad-Dreamin Myriad-Dreamin released this 14 Jul 11:30
· 314 commits to main since this release

Compiler

  • (Fix) Noting formatter_print_width change on changed configuration in #387
  • Keeping entry on language query in #406
  • Allowed deferred snapshot event processing in #408

Editor

  • (Fix) Showing views in activity bar whenever the extension is activated in #414

Hover (Tooltip)

  • Rendering example code in typst docs as typst syntax in #397

Preview

  • Using requestIdleCallback to wait for updating canvas pages when editor is in idle in #412
    • Improve performance when updating document quickly.
  • (Fix) Fixed some corner cases of serving preview in #385
  • (Fix) Scrolling source correctly when no text editor is active in #395
  • (Fix) Updating content preview incrementally again in #413

Misc

  • Added typlite for typst's doc comments in #398
  • Documented tinymist crate in #390
  • (Fix) Performing cyclic loop dependence correctly when checking def-use relation across module in #396

Full Changelog: v0.11.14...v0.11.15