|
1 | 1 | These are the release notes for the [Semantic Result Formats](https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats) (a.k.a SRF) MediaWiki extension. |
2 | 2 |
|
3 | | -## SRF Next Release |
4 | | - |
5 | | -Not a release yet. |
6 | | - |
7 | | -### Improvements to d3chart format |
8 | | - |
9 | | -* Replaced legacy d3.v3.js with modern d3.min.js for better modularity and smaller bundle size |
10 | | -* Introduced package.json and modern build tooling to manage D3 as an npm dependency |
11 | | -* Refactored d3chart codebase to support newer D3 versions |
12 | | -* Updated D3 import and initialization to align with ES module standards |
13 | | -* Added basic test coverage to validate the updated build and integration |
14 | | -* Revised documentation to reflect new D3 usage and build process |
15 | | - |
16 | | -These changes modernize the d3chart format, improving maintainability, extensibility, and long-term support by aligning with current JavaScript development practices. |
17 | | - |
18 | | -### Improvements to graph format |
19 | | -* add graphfieldspages param to optionally include Page-type values as node fields [958](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/958) |
20 | | - |
21 | | -### Enhancements |
22 | | - |
23 | | -* Bump d3 from v3.0.4 to v6.7.0 - [951](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/951) |
24 | | -* Update SRF Gantt tests and add Mermaid version to CI config - [947](https://github.com/SemanticMediaWiki/SemanticResultFormats/commit/ce639defd51cdf193c67358a52b811a3b6f5e663) |
| 3 | +## SRF 5.1.0 |
| 4 | + |
| 5 | +Released on September 3, 2025. |
| 6 | + |
| 7 | +### Improvements to |
| 8 | + |
| 9 | +* Fixed compatibility issue with MediaWiki 1.43 in the `filtered` format |
| 10 | +* 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 | + * Refactored d3chart codebase to support newer D3 versions |
| 14 | + * Updated D3 import and initialization to align with ES module standards |
| 15 | + * Added basic test coverage to validate the updated build and integration |
| 16 | + * 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) |
25 | 19 |
|
26 | 20 | ## SRF 5.0.0 |
27 | 21 |
|
|
0 commit comments