2025
26.1.0Version 26.1.0 - March 25, 2024
2024
26.0.0Version 26.0.0 - October 11, 2023
- 25.1.0
Version 25.1.0 - March 16, 2023
2023
25.0.0Version 25.0.0 - October 13, 2022
- 24.1.0
Version 24.1.0 - March 7, 2022
2022
24.0.0Version 24.0.0 - October 18, 2021
- 23.1.1
Version 23.1.1 - July 12, 2021
- 23.1.0
Version 23.1.0 - March 4, 2021
2021
23.0.0Version 23.0.0 - November 19, 2020
- 22.1.0
Version 22.1.0 - May 19, 2020
- 22.0.0
Version 22.0.0 - February 12, 2020
2020
21.1.1Version 21.1.1 - October 24, 2019
- 21.1.0
Version 21.1.0 - May 23, 2019
- 21.0.0
Version 21.0.0 - February 22, 2019
2019
20.1.0Version 20.1.0 - June 15, 2018
- 20.0.0
Version 20.0.0 - March 16, 2018
2018
- 19.0.0
Version 19.1.0 - September 29, 2017
Version 19.0.0 - April 5, 2017 2017
- 18.0.0
Version 18.1.0 - October 18, 2016
Version 18.0.1 - August 9, 2016
Version 18.0.0 - April 21, 2016
Version 18.0 - April 21, 2016 - 18.0
Version 18.1.0 - October 18, 2016
Version 18.0.1 - August 9, 2016
Version 18.0.0 - April 21, 2016
Version 18.0 - April 21, 2016
What's New in Oxygen XML Web Author 23.1.0
Version 23.1.0 of Oxygen XML Web Author expands upon the features that were recently added in Version 23.0.0 with further improvements to some of those features, along with several new enhancements.
Some of the highlights include:
- The Outline Pane now displays the entire content of a DITA map when it is opened with all of the referenced topics expanded/editable in one document.
- The performance of the visual editor was optimized for Concurrent Editing sessions.
- On the customization side, CSS variables are now supported and the feature that displays a DITA map with all of the referenced topic content expanded/editable in one document can now be enabled for Bitbucket Server integrations.
- This release also includes new API methods, various bug fixes, and component updates.
DITA Authoring
Outline Pane Supports Maps Opened with Editable Referenced Content
When opening a DITA map with all of the referenced topic content expanded and
editable, the referenced topic content is now also displayed in the Outline
Pane. This is helpful for visualizing the XML structure and offers a quick way
to navigate through content of the entire map.
Concurrent Editing
Concurrent Editing Support Optimized
The Concurrent Editing feature that provides the ability for
multiple contributors to edit and review content simultaneously was
enhanced with performance improvements. For example, when only one person is in a shared
session, the performance of the visual editor is similar with non-current
editing.
The public Concurrent Editing API was successfully used in Oxygen Content Fusion to automatically create and close concurrent editing sessions when users open and close a document. Also, changes made by users concurrently are de-interleaved and saved to the file storage, providing a meaningful history of the document.
Customization
CSS Variables Now Supported
Web Author now supports CSS variables (also referred to as custom
properties). CSS variables are properties defined by CSS authors that contain
specific values that are reused throughout a document.
Edit DITA Maps with Content Expanded in Bitbucket Server Integrations
The feature that displays a DITA map with all of the referenced topic content
expanded and editable in one document (triggered from the Edit Topic
Content option in the DITA Map Display Mode drop-down menu)
can now be enabled for Bitbucket Server integrations.
API
Add or Remove Custom Properties for Any Persistent Highlight
The
AuthorReviewController.setPersistentHighlightProperties()
and
AuthorReviewController.removePersistentHighlightProperties()
API methods were added and can be used to set or remove a custom property name and value
on any persistent highlight.Mark Expanded Referenced Content as Saved
A new
markDocumentAsSaved()
method was added to the UnsavedContentReferenceManager
class and can be used by a
plugin that supports opening a map with all of the referenced topic content
expanded/editable to signal that changes to the map were saved.Component Updates
Apache Shiro 1.7.1
Updated the Apache Shiro library to version 1.7.1.
Apache Tomcat 9.0.43
Updated the Apache Tomcat in the installers to version 9.0.43.