23 lines
1.0 KiB
Markdown
Raw Normal View History

2024-09-18 20:36:42 +02:00
+++
title = 'Version 5.3'
type = 'releasenotes'
2024-09-18 20:36:42 +02:00
weight = -3
[params]
disableToc = false
hidden = true
minHugoVersion = '0.95.0'
2024-09-18 20:36:42 +02:00
+++
2024-09-18 20:47:07 +02:00
## 5.3.0 (2022-10-07) {#5-3-0}
2024-09-18 20:36:42 +02:00
### Change
- {{% badge style="note" title=" " %}}Change{{% /badge %}} In the effort to comply with WCAG standards, the implementation of the collapsible menu was changed. The functionality of the new implementation does not work with old browsers (Internet Explorer 11).
### New
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} [Image formatting](authoring/markdown#css-classes) has two new classes to align images to the `left` or `right`. Additionally, the already existing `inline` option is now documented.
2024-09-18 20:36:42 +02:00
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Printing for the [`swagger` shortcode](shortcodes/openapi) was optimized to expand sections that are usually closed in interactive mode. This requires [print support](configuration/sitemanagement/outputformats#print-support) to be configured.