Skip to content

Commit 3e3edc1

Browse files
committed
update version
1 parent 63966eb commit 3e3edc1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

VERSION.md

+21
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- [Release 0.60.0](#release-0600)
88
- [API Refactoring](#api-refactoring)
9+
- [0.61.18](#06118)
910
- [0.61.16](#06116)
1011
- [0.61.14](#06114)
1112
- [0.61.12](#06112)
@@ -164,6 +165,26 @@ Please give feedback on the upcoming changes if you have concerns about breaking
164165
* `com.vladsch.flexmark.util.ast.NodeAdaptingVisitHandler`
165166
* `com.vladsch.flexmark.util.ast.NodeAdaptingVisitor`
166167

168+
## 0.61.18
169+
170+
* Break: remove from `TocOptions` confusing and error prone `rawTitle` and `rawTitleLevel`. Now
171+
mutable toc options have to set `title` and `titleLevel` then call
172+
`TocOptions.AsMutable.normalizeTitle()`
173+
* Fix: add more debug trace information to markdown wrap tracked offset mismatch.
174+
* Add: `UriContentResolver` extension for unified content handling in parser and renderers by
175+
extensions.
176+
* Add: `JekyllTagExtension.CONTENT_RESOLVER_FACTORIES`, default `Collections.emptyList()`. If
177+
this option is an empty list then a singleton list of `FileUriContentResolver.Factory`
178+
instance will be used.
179+
* Fix: `IncludeNodePostProcessor` to use content resolvers for getting file content instead of
180+
getting file directly.
181+
* Add: `DocxRenderer.DEFAULT_CONTENT_RESOLVER`, default `true`, set to `false` not to add
182+
`FileUriContentResolver` to content resolvers factories.
183+
* Add: `DocxRendererContext.resolvedContent(ResolvedLink)` to allow generic URI to content
184+
resolution.
185+
* Fix: `CoreNodeDocxRenderer` to use content resolvers for resolving image links, only
186+
resolving `http://` and `https://` links if content is not resolved.
187+
167188
## 0.61.16
168189

169190
* Fix: add range limit to `Escaping.replaceAll(Pattern, BasedSequence, List<Range>, Replacer,

0 commit comments

Comments
 (0)