Releases: docbook/xslTNG
DocBook xslTNG Stylesheets version 1.7.1
This release does away with the -10 and -11 dichotomy. This version should work with either Saxon 10 or Saxon 11.
The 1.7.0 releases were accidentally built with Java 11, this release returns to Java 8.
1.7.0-11
1.7.0-10
1.6.2
1.6.1
DocBook xslTNG Stylesheets version 1.6.0
This release supports DocBook 5.2b12. There's a small backwards-incompatibility in that namespacesynopsis
has been replaced by packagesynopsis
. There's also a small tweak to the CSS and a new warning for chunks that aren't unique.
DocBook xslTNG Stylesheets version 1.5.4
This release simply updates the XML Resolver dependency in the build. You'll avoid #123 if you are using a modern JDK (i.e., one more recent than version 8).
DocBook xslTNG Stylesheets version 1.5.3
A few bug fixes and updates the DocBook dependency to DocBook 5.2b11.
- Make sure
pygments.css
is in the jar file - Updated
cy
,lv
,nb
,nn
,ta
, andtl
locales; addedse
locale - CSS formatting improvements for
code
incmdsynopsis
- Support the DocBook
meta
element - Added
highlight
debugging option - Support
synopsisinfo
in more synopses - Update dependency to DocBook 5.2b11
DocBook xslTNG Stylesheets version 1.5.2
- Fixed #118. The conditional for before/after placement of annotations is now correct.
- Fixed #119. The @@ fields are replaced in the JAR versions of the resource files
Improved the behavior of the persistent ToC:
- Previous attempts to support keeping the ToC popout open between links by holding down the shift key when clicking the link don’t work. Too many browsers have built in behaviors for “modifier-key+click”.
- Added a little checkbox next to the search field. If it’s checked, the ToC popout will remain open. It’s not the most obvious UX, but...
- Improved the performance of local-document links, fixed a couple of small bugs.
DocBook xslTNG Stylesheets version 1.5.1
A couple of improvements in annotation handling and some small editorial fixes.
- Fixed #113 by adding an $annotation-placement parameter to control where annotation marks are placed (at either the beginning or end of the target).
- Added support for using XPath expressions to place annotations.
- Added some descriptions about how annotations work to the Implementation details chapter of the Guide.
- Improved formatting of the persistent ToC and made other editorial improvements to the Guide.
- Fixed typos in a couple of error messages