Skip to content

Commit d7e46a1

Browse files
JeroenDeDauwmalberts
authored andcommitted
Update RELEASE-NOTES.md for 5.1.0
1 parent e4b6e4c commit d7e46a1

1 file changed

Lines changed: 16 additions & 22 deletions

File tree

RELEASE-NOTES.md

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
11
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.
22

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)
2519

2620
## SRF 5.0.0
2721

0 commit comments

Comments
 (0)