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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
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 5.2.0
4
+
5
+
Released on February 16, 2026.
6
+
7
+
### New Features and Enhancements
8
+
9
+
* Improved the `datatables` format with structured queries for searchpanes ([986](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/986)) (by @thomas-topway-it)
10
+
* Improved the `graph` format field value handling and optimized field layout ([993](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/993)) (by [gesinn.it](https://gesinn.it))
11
+
12
+
### Bug Fixes
13
+
14
+
* Fixed `tagcloud` format issues caused by d3 v6 incompatibilities ([981](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/981)) (by @YOUR1)
15
+
* Fixed duplicate leaflet library loading in the `filtered` format map view ([976](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/976)) (by @thomas-topway-it)
16
+
* Fixed missing `mUserParam` property in the `filtered` format list view ([992](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/992)) (by @jaideraf)
17
+
* Fixed template parameter handling in the `listwidget` format ([941](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/941)) (by @thomas-topway-it)
18
+
* Fixed erroneous error message in the `incoming` format when no results are found ([985](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/985)) (by @D-Groenewegen)
19
+
* Fixed `cacheKey` property name in the `datatables` format ([987](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/987)) (by @thomas-topway-it)
20
+
* Fixed `graph` format fallback to `getWikiValue()` when `getDisplayTitle()` returns null (by [gesinn.it](https://gesinn.it))
0 commit comments