You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changes.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
[Table of Contents](toc.md)
2
2
3
+
# 3.2.1
4
+
## New in this version
5
+
- Formatting
6
+
- Formatting process is faster and guaranteed to converge
7
+
- Volume breaking is more stable #50
8
+
- Fix interpretation of volume-keep-priority in and around nested blocks
9
+
- Fix break-before="page" when already at the beginning of a page, resulting in less empty pages in the result. #98
10
+
- Allow evaluation of $volume in volume transitions and in the normal flow #99
11
+
- Allow <evaluateexpression="$page"/>`, where you previously had to say (round $page) or (format {0} $page) #99
12
+
- Be more strict about what is allowed in an expression #99
13
+
- Don't normalize space in evaluating expressions #99
14
+
- Call setResolver earlier to enable peeking to Evaluate or PageNumberReference segments #105
15
+
- Fix a mismatch between the behavior of ScenarioData and RowGroupDataSource that could result in an IllegalStateException, notably when a break-before="page" occurs when there are only empty blocks on the current page, some of which have markers. #98
16
+
- any-resumed does not reduce available space on page when not rendered
17
+
- Improved documentation #102
18
+
3
19
# 3.2.0
4
20
## New in this version
5
21
- User interface
@@ -202,10 +218,10 @@
202
218
* Added option to re-run conversion upon change in source file
203
219
* Added translator command
204
220
* Improved volume breaking
205
-
* Improved pagination algorithm
221
+
* Improved pagination algorithm
206
222
* Added support for collapsing margins
207
223
* Added additional variables in OBFL
208
-
224
+
209
225
# 2.3 #
210
226
* Added support for footnotes and end of volume notes in API and formatter implementation
211
227
* Added support for note/noteref to the dtbook conversion
0 commit comments