Releases: melexis/sphinx-traceability-extension
Releases · melexis/sphinx-traceability-extension
Hide pie chart statistics unless stats flag is provided
What's Changed
- Completely disregard a duplicate item definition after warning about it by @JasperCraeghs in #310
- Hide pie chart statistics unless stats flag is provided by @JasperCraeghs in #337
- Fix some quality-of-life issues with item-piechart by @gcrabbe in #318
Full Changelog: v9.6.1...v10.0.0
Fix deployment in CI
Support Sphinx 6 and fix processing of attribute-link
What's Changed
- Process attribute-link during consistency check event by @gcrabbe in #330
- Minor refactoring of ItemAttributesMatrix by @JasperCraeghs in #329
- Update requirement version syntax by @JasperCraeghs in #335
- Update actions due to deprecation warning by @Letme in #334
- Update sphinx requirement from >=2.1,<6.0 to >=2.4,<7.0 by @dependabot in #333
- Avoid sphinxcontrib.jquery==3.0.0 and enable plugin by @JasperCraeghs in #336
New Contributors
- @dependabot made their first contribution in #333
Full Changelog: v9.5.1...v9.6.0
Fix for checklist regex and pie charts fallback font
What's Changed
- Don't ignore regexp in traceability_attributes for traceability_checklist feature by @JasperCraeghs in #327
- Define a fallback font for pie charts by @JasperCraeghs in #328
Full Changelog: v9.5.0...v9.5.1
Stats and nooverwrite flags added to piechart and relink directives
What's Changed
- Use
re.match
for regexes intraceability_hyperlink_colors
by @JasperCraeghs in #311 - Add
:stats:
flag to item-piechart directive by @gcrabbe in #323 - Add
:nooverwrite:
flag for item-relink and item-link to reduce amount of warnings by @Letme in #325 - Add link type to the warning when target is missing by @Letme in #324
Full Changelog: v9.4.0...v9.5.0
Add nooverwrite flag to attribute-link
What's Changed
- Fix: systematically close pyplot figures after use by @gcrabbe in #316
- Add nooverwrite flag to attribute-link directive by @gcrabbe in #319
Full Changelog: v9.3.2...v9.4.0
Fix bugs in item-link and item-relink directives
Fixed:
- prevent bug introduced in 9.3.1 that causes a crash when duplicating a link/relationship with
item-link
item-relink
can now be used more than once with the same:remap:
value- fix crash that occurred when a placeholder item in
item-relink
's:remap:
option did not have all of its targets transferred/relinked (to a valid item)
All in PR #312.
Fix broken (re)linking from version 9.3.0
Support linking with item-link directive using regular expressions
Added:
item-link
: Addsource
andtarget
options toitem-link
directive. They expect a regular expression instead of a list of item IDs. [PR #308]
Fixed:
item-link
anditem-relink
: always processitem-relink
afteritem-link
directive instead of using the order in which they are defined in RST [PR #308]