docs-matrix-spec/changelogs/internal/newsfragments
Kévin Commaille f4e7b2aa97
Fix property type resolution in render-object-table (#1789)
The split was not clear between property-type and type-or-title,
so it was not obvious which partial should be called for recursion.
That resulted in an error where type-or-title was only called for objects and array items, even if it also resolves
arrays of types.

This makes the split clearer. property-type must be called for any schema,
and object-type-or-title is only called for object schemas.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-04-16 18:25:33 +01:00
..
.gitignore Add an "internal changes" changelog section (#1194) 2022-08-02 19:48:35 -06:00
1765.clarification Fix npm publishing being broken in CI (#1765) 2024-03-22 18:27:42 +00:00
1769.clarification Formatting fixes in CONTRIBUTING.rst (#1769) 2024-03-26 11:28:31 +00:00
1770.clarification Reduce whitespace on mobile viewports (#1770) 2024-03-27 09:55:01 +00:00
1771.clarification Arrange rows in .basic-info tables vertically when horizontal space is constrained (#1771) 2024-04-09 13:31:46 +00:00
1773.clarification Simplify uses of resolve-refs partial (#1773) 2024-04-09 18:06:53 +01:00
1775.clarification Fix Hugo warnings (#1775) 2024-04-09 14:18:16 +01:00
1781.clarification Update github-labels.rst (#1781) 2024-04-10 07:16:01 +01:00
1786.clarification Upgrade CI scripts dependencies (#1786) 2024-04-16 17:59:12 +01:00
1788.clarification Bump minimum Hugo version in README (#1788) 2024-04-16 18:00:06 +01:00
1789.clarification Fix property type resolution in render-object-table (#1789) 2024-04-16 18:25:33 +01:00