Skip to content

Commit 55dbe08

Browse files
authored
Update RELEASE-NOTES.md
1 parent d7e46a1 commit 55dbe08

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

RELEASE-NOTES.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ Released on September 3, 2025.
77
### Improvements to
88

99
* 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))
1011
* 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
1312
* 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
1415
* 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
1617
* 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
1920

2021
## SRF 5.0.0
2122

0 commit comments

Comments
 (0)