mirror of
https://github.com/typst/typst
synced 2025-05-20 12:05:27 +08:00
parent
29b879072e
commit
1845e7c4f2
@ -130,14 +130,14 @@ description: |
|
|||||||
- Improved autocompletion for variables that are in-scope
|
- Improved autocompletion for variables that are in-scope
|
||||||
- Added autocompletion for package imports
|
- Added autocompletion for package imports
|
||||||
- Added autocompletion for [labels]($label)
|
- Added autocompletion for [labels]($label)
|
||||||
- Added tooltip that show which variables a function captures (when hovering
|
- Added tooltip that shows which variables a function captures (when hovering
|
||||||
over the equals sign or arrow of the function)
|
over the equals sign or arrow of the function)
|
||||||
- Diagnostics are now deduplicated
|
- Diagnostics are now deduplicated
|
||||||
- Improved diagnostics when trying to apply unary `+` or `-` to types that
|
- Improved diagnostics when trying to apply unary `+` or `-` to types that
|
||||||
only support binary `+` and `-`
|
only support binary `+` and `-`
|
||||||
- Error messages now state which label or citation key isn't present in the
|
- Error messages now state which label or citation key isn't present in the
|
||||||
document or its bibliography
|
document or its bibliography
|
||||||
- Fixed a bug where function argument parsing errors where shadowed by
|
- Fixed a bug where function argument parsing errors were shadowed by
|
||||||
function execution errors (e.g. when trying to call
|
function execution errors (e.g. when trying to call
|
||||||
[`array.sorted`]($array.sorted) and passing the key function as a positional
|
[`array.sorted`]($array.sorted) and passing the key function as a positional
|
||||||
argument instead of a named one).
|
argument instead of a named one).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user