CHANGELOG.adoc in asciidoctor-2.0.15 vs CHANGELOG.adoc in asciidoctor-2.0.16

- old
+ new

@@ -14,10 +14,47 @@ For an even more detailed look at what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. This project utilizes semantic versioning. // tag::compact[] +== 2.0.16 (2021-08-03) - @mojavelinux + +Bug Fixes:: + + * Include all lines outside of specified tagged region when tag filter on include directive is a single negated tag (#4048) + * Only interpret negated wildcard in tag filter on include directive as implicit globstar if it precedes other tags (#4086) + * Change ifeval directive to resolve to false if comparison operation cannot be performed (#4046) + * Don't crash if `:to_file` option is passed to `load` or `load_file` and value is not a string (#4055) + * Use automatic link text if ID in shorthand xref is followed by dangling comma (e.g., `+<<idname,>>+`) + * Update default stylesheet to indent blocks attached to list item in checklist (#2550) + * Update default stylesheet to reenable styling of implicit lead role on first paragraph of preamble inside AsciiDoc table cell + * Update default stylesheet to fix conflict between text decoration and bottom border on abbr[title] element + * Change invalid font family "sans" in default stylesheet to "sans-serif" + * Fix missing automatic reftext for internal xrefs in manpage output (#4110) + * Replace numeric character reference for plus in manpage output (#4059) + * Replace numeric character reference for degree sign in manpage output (#4059) + * Convert apostrophe to the portable `+\*(Aq+` variable instead of the groff-specific escape `\(aq` (#4060) (*@felipec*) + * Document the `-e, --embedded` option flag in the man page, which replaces the outdated `-e, --eruby` option flag + +Improvements:: + + * Use queue to iterate over lines in reader instead of stack (#4106) + * Uppercase automatic reftext for level-2 section titles in manpage output if reftext matches section title (#4110) + * Show safe modes in strictness order in CLI help (#4065) + * Remove redundant styles from the default stylesheet + * Update font styles for summary element in default stylesheet to match font styles of paragraph (#4114) + * Update default stylesheet to indent content of details element (#4116) + * Update default stylesheet to use custom marker for summary element to make appearance consistent (#4116) + * Add Vietnamese translation of built-in attributes (PR #4066) (*@nguyenhoa93*) + * Add Thai translation of built-in attributes (PR #4113) (*@ammaneena*) + +Build / Infrastructure:: + + * Import source of default stylesheet into this repository; use PostCSS with cssnano to minify (#4062) + * Use autoprefixer to manage browser prefixes in default stylesheet (#4118) + +// end::compact[] == 2.0.15 (2021-04-27) - @mojavelinux Bug Fixes:: * Don't include trailing period, question mark, or exclamation point in target (URL) of autolink (#3860) @@ -34,11 +71,10 @@ Build / Infrastructure:: * Get remaining invoker tests working on JRuby 9.1 for Windows -// end::compact[] == 2.0.14 (2021-04-19) - @mojavelinux Bug Fixes:: * Don't allow AsciiDoc table cell to set document attribute that was unset from the API (exceptions include: `compat-mode`, `toc`, `showtitle`, and `notitle`) (#4017) @@ -387,10 +423,10 @@ * log debug message instead of warning if block style is unknown (#3092) * allow backend to delegate to a registered backend using the syntax synthetic:delegate when using custom templates (e.g., slides:html) (#891) * AbstractBlock#find_by looks inside AsciiDoc table cells if traverse_documents selector option is true (#3101) * AbstractBlock#find_by finds table cells, which can be selected using the :table_cell context in the selector (#2524) * allow ampersand to be used in e-mail address (#2553) - * propogate ID assigned to inline passthrough (#2912) + * propagate ID assigned to inline passthrough (#2912) * rename control keywords in find_by to better align with the standard NodeFilter terminology * stop find_by iteration if filter block returns :stop directive * rename header_footer option to standalone (while still honoring header_footer for backwards compatibility) (#1444) * replace anchors and xrefs before footnotes (replace footnotes last in macros substitution group) * apply substitution for custom inline macro before all other macros