v0.12.10
Editor
- (Fix) Binding this context to
showLog
function in #951- Otherwise, an undefined reference exception is thrown when showing logs.
Code Analysis
- (Fix) Warning well-formed named parameters in docstring in #948
- There are potential bugs so there might be ill-formed named parameters and cause panics. We haven't fixed them but turn the panics into warnings.
Completion
- Completing on import item paths by @Eric-Song-Nop and @Myriad-Dreamin in #949
- The syntax was introduced in typst v0.12.0 which prevented all effective completions on import items.
- (Fix) Only completing import items on the same line of the associated module import in #952
- Otherwise, it completes import items when the cursor is at, for example,
#import "some.typ":\n|
.
- Otherwise, it completes import items when the cursor is at, for example,
Full Changelog: v0.12.8...v0.12.10