Skip to content

Commit

Permalink
Preparing to publish DocBook xslTNG version 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Aug 17, 2023
1 parent d6cc5a6 commit 2e318d9
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
4 changes: 2 additions & 2 deletions properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
ext {
xslTNGtitle = 'DocBook xslTNG'
xslTNGbaseName = 'docbook-xslTNG'
xslTNGversion = '2.1.7'
guideVersion = '2.1.7'
xslTNGversion = '2.1.8'
guideVersion = '2.1.8'
guidePrerelease = false

docbookVersion = '5.2CR5'
Expand Down
51 changes: 51 additions & 0 deletions src/guide/xml/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,57 @@ be of interest to users of the stylesheets. See the commits and pull requests on
<link xlink:href="https://github.com/docbook/xslTNG/">the repository</link> for
finer detail.</para>

<section xml:id="r218">
<info>
<title>Changes in version 2.1.8</title>
<productnumber>2.1.8</productnumber>
<date>2023-08-17</date>
</info>
<itemizedlist>
<listitem>
<para>Added <mode>m:head-additions</mode> mode for customizers. This allows a customization
layer to add information to the HTML <tag>head</tag>.</para>
</listitem>
<listitem>
<para>Added tunnel parameters to the list of titles templates. This allows a customization
to determine the parent element of the list of titles. (For example, to format the table of contents
for a <tag>set</tag> differently than for the contained <tag>book</tag>s.)
</para>
</listitem>
<listitem>
<para>When formatting a <tag>part</tag> with a <tag>partintro</tag> and a list of titles,
move the <tag>partintro</tag> before the list of titles. (This is technically backwards incompatible,
but it seems so obviously superior to the current behavior that I’m calling the current behavior
a bug.)
</para>
</listitem>
<listitem>
<para>Removed incorrect use of <code>v:</code> prefix in the documentation; fixed
<link xlink:href="https://github.com/docbook/xslTNG/issues/406">#406</link>.
</para>
</listitem>
<listitem>
<para>Added a <parameter>inline-xlink-href</parameter> parameter to control whether or not
XLink href attributes are printed after the link in the paged media stylesheets;
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/404">#404</link>.
Previously, this was handled in two different ways: for simple
links, the links where always printed; for extended links, the text
were actually added by CSS. Now they’re both controlled by the
parameter and CSS is no longer involved.
</para>
</listitem>
<listitem>
<para>Hacked PrismJS a bit; added support for ABNF and my own attempt at an
Invisible XML highlighter.
</para>
</listitem>
<listitem>
<para>Added CSS for lists of titles in <tag>set</tag>s.
</para>
</listitem>
</itemizedlist>
</section>

<section xml:id="r217">
<info>
<title>Changes in version 2.1.7</title>
Expand Down

0 comments on commit 2e318d9

Please sign in to comment.