Example: myst-listing
Release notes from the myst-contrib/myst-listing repository, unfiltered.
Some of these release bodies embed images, which render inline.
One entry per release¶
Directive source
```{release-notes} myst-contrib/myst-listing
```v0.1.13¶
Added a “sections” display
So that you can concatenate the entire content of each of your items. This is useful for things like combined blog lists, meeting notes, or release notes.

Full Changelog: https://
v0.1.12¶
Remove width from body images if both are defined by @choldgraf in myst
-contrib /myst -listing #23
Full Changelog: https://
v0.1.11¶
Add an HTML transform to bodies since they aren’t applied by transforms by @choldgraf in myst
-contrib /myst -listing #22
Full Changelog: https://
v0.1.10¶
Add an HTML transform to bodies since they aren’t applied by transforms by @choldgraf in myst
-contrib /myst -listing #22
Full Changelog: https://
v0.1.9¶
Use the :sortable: key to make a table interactively sortable.

Full Changelog: https://
v0.1.8¶
Improved the arrow UI/UX of sortable tables.
Full Changelog: https://
v0.1.7¶
Add a json collector. You can now define listing items in JSON on disk or in directive bodies. This is useful if you’re programmatically downloading them at build time. By @choldgraf in myst
-contrib /myst -listing #21
Full Changelog: https://
v0.1.5¶
Full Changelog: https://
v0.1.4¶
v0.1.3¶
v0.1.2¶
v0.1.1¶
v0.1.0¶
Grouped by minor version¶
The same releases with group-by.
These release bodies have no shared section headings, so each group concatenates its patch notes newest first.
skip drops each release’s automatic “Full Changelog” footer, which would otherwise repeat inside the group.
Directive source
```{release-notes} myst-contrib/myst-listing
:group-by: minor
:skip: Full Changelog
```v0.1.x¶
Releases: v0.1.13 · v0.1.12 · v0.1.11 · v0.1.10 · v0.1.9 · v0.1.8 · v0.1.7 · v0.1.6 · v0.1.5 · v0.1.4 · v0.1.3 · v0.1.2 · v0.1.1 · v0.1.0
Added a “sections” display
So that you can concatenate the entire content of each of your items. This is useful for things like combined blog lists, meeting notes, or release notes.

Improved the arrow UI/UX of sortable tables.
Remove width from body images if both are defined by @choldgraf in myst
-contrib /myst -listing #23
Add an HTML transform to bodies since they aren’t applied by transforms by @choldgraf in myst
-contrib /myst -listing #22
Add an HTML transform to bodies since they aren’t applied by transforms by @choldgraf in myst
-contrib /myst -listing #22 Add a json collector. You can now define listing items in JSON on disk or in directive bodies. This is useful if you’re programmatically downloading them at build time. By @choldgraf in myst
-contrib /myst -listing #21
Use the :sortable: key to make a table interactively sortable.

Fix a big where paths in a directive didn’t resolve relative to the directive