You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,16 @@ Released on September 3, 2025.
7
7
### Improvements to
8
8
9
9
* Fixed compatibility issue with MediaWiki 1.43 in the `filtered` format
10
+
* Added `sep` parameter to the `filtered` format to allow specifying the separator ([952](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/952))
10
11
* Improved the `d3chart` format
11
-
* Replaced legacy d3.v3.js with modern d3.min.js for better modularity and smaller bundle size
12
-
* Introduced package.json and modern build tooling to manage D3 as an npm dependency
13
12
* Refactored d3chart codebase to support newer D3 versions
13
+
* Bumped d3 from v3.0.4 to v6.7.0 ([951](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/951))
14
+
* Introduced package.json and modern build tooling to manage D3 as an npm dependency
14
15
* Updated D3 import and initialization to align with ES module standards
15
-
*Added basic test coverage to validate the updated build and integration
16
+
*Replaced legacy d3.v3.js with modern d3.min.js for better modularity and smaller bundle size
16
17
* Revised documentation to reflect new D3 usage and build process
17
-
* Improved the `graph` format by adding `graphfieldspages` param to optionally include Page-type values as node fields [958](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/958)
18
-
*Bumped d3 from v3.0.4 to v6.7.0 - [951](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/951)
18
+
* Improved the `graph` format by adding `graphfieldspages` param to optionally include Page-type values as node fields ([958](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/958))
19
+
*Fixed support for template names with spaces in the `datatables` format
0 commit comments