@@ -5,13 +5,13 @@ description: |
5
5
---
6
6
7
7
# Changelog
8
- ## Unreleased
8
+ ## April 11, 2023 (v0.2.0)
9
9
- ** Breaking changes:**
10
10
- Removed support for iterating over index and value in
11
11
[ for loops] ( $scripting/#loops ) . This is now handled via unpacking and
12
12
enumerating. Same goes for the [ ` map() ` ] ( $type/array.map ) method.
13
13
- [ Dictionaries] ( $type/dictionary ) now iterate in insertion order instead of
14
- alphabetical order
14
+ alphabetical order.
15
15
16
16
- New features
17
17
- Added [ unpacking syntax] ( $scripting/#bindings ) for let bindings, which
@@ -20,7 +20,7 @@ description: |
20
20
- Added [ ` path ` ] ( $func/path ) function for drawing Bézier paths
21
21
- Added [ ` layout ` ] ( $func/layout ) function to access the size of the
22
22
surrounding page or container
23
- - Added [ ` key ` ] parameter to [ ` sort ()` ] ( $type/array.sort ) method
23
+ - Added ` key ` parameter to [ ` sorted ()` ] ( $type/array.sorted ) method
24
24
25
25
- Command line interface
26
26
- Fixed ` --open ` flag blocking the program
@@ -30,22 +30,22 @@ description: |
30
30
Typst
31
31
32
32
- Miscellaneous improvements
33
+ - Fixed page numbering in outline
33
34
- Added basic i18n for a few more languages
34
35
(AR, NB, CS, NN, PL, SL, ES, UA, VI)
35
36
- Added a few numbering patterns (Ihora, Chinese)
36
37
- Added ` sinc ` [ operator] ( $func/op )
37
38
- Fixed bug where math could not be hidden with [ ` hide ` ] ( $func/hide )
38
39
- Fixed sizing issues with box, block, and shapes
39
40
- Fixed some translations
40
- - Fixed inversion of [ ` cal ` ] ( $func/cal ) and [ ` frak ` ] ( $func/frak ) R
41
- - Fixed page numbering in outline
41
+ - Fixed inversion of "R" in [ ` cal ` ] ( $func/cal ) and [ ` frak ` ] ( $func/frak ) styles
42
42
- Fixed some styling issues in math
43
43
- Fixed supplements of references to headings
44
44
- Fixed syntax highlighting of identifiers in certain scenarios
45
45
- [ Ratios] ( $type/ratio ) can now be multiplied with more types and be converted
46
46
to [ floats] ( $type/float ) with the [ ` float ` ] ( $func/float ) function
47
47
48
- ## April 04, 2023 (v0.1)
48
+ ## April 04, 2023 (v0.1.0 )
49
49
- ** Breaking changes:**
50
50
- When using the CLI, you now have to use subcommands:
51
51
- ` typst compile file.typ ` or ` typst c file.typ ` to create a PDF
0 commit comments