|
1 | 1 | These are the release notes for the [Semantic Result Formats](https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats) MediaWiki extension. |
2 | 2 |
|
| 3 | +## SRF 2.5.3 |
| 4 | + |
| 5 | +Released on October 25, 2017. |
| 6 | + |
| 7 | +* #293: Fixes resource loading for the "timeline" format (by James Hong Kong) |
| 8 | +* #295: Fixes issues with subobject for the "timeline" format (by James Hong Kong) |
| 9 | +* #299: Brings improvements to the "filtered" format as authored with the following pull requests: (by Stephan Gambke) |
| 10 | + - #224: Makes radio buttons belong to the same button group |
| 11 | + - #278: Adds a multi-select dropdown or similar for value filters |
| 12 | + - #286: Brings a reworked number filter |
| 13 | + - #291: Fixes `list view template` to actually show the template instead of defaulting to a table |
| 14 | +* #300: Brings improvements and fixes to the "filtered" format: (by Stephan Gambke) |
| 15 | + - Brings back checkboxes for value filter with only few values |
| 16 | + - Brings new query parameter ` |+value filter max checkboxes` |
| 17 | + - Allows for easier installation of "data-values/geo" |
| 18 | +* #302: Fixes error messages shown in the instance language instead of the user language for the "filtered" format (by Stephan Gambke) |
| 19 | +* #305: Fixes "SRF\Filtered\Filtered::setParser() must be an instance of Parser..." for the "filtered" format (by Stephan Gambke) |
| 20 | +* Fixes issues with HTML-encoded values sent by JavaScript for the "filtered" format (by Stephan Gambke) |
| 21 | +* #324: Brings improvements to the "filtered" format as authored with the following pull requests: (by Stephan Gambke) |
| 22 | + - #318: Wrap input elements of the Value filter (checkboxes and radioboxes) in label elements. This way they will also be triggered when only the label text is clicked. |
| 23 | + - #322: Show a spinner while filtering. This will block users from triggering further filter events while filtering is still ongoing. |
| 24 | + - #323: Adds printout parameter`|+show if undefined`. Setting it makes filters show a result item even if the printout does not contain a value. |
| 25 | +* #328: Brings useability fixes to the "filtered" foramat like the fix for the styling of Value filter for long labels as well as the fix for the slider grid when showing less than 4 step values (by Stephan Gambke) |
| 26 | +* #331: Switches the "filtered" format to use Less instead of CSS (by Stephan Gambke) |
| 27 | +* #334: Adds an On/Off switch for filters to the "filtered" format (by Stephan Gambke) |
| 28 | + |
3 | 29 | ## SRF 2.5.2 |
4 | 30 |
|
5 | 31 | Released on August 17, 2017. |
|
0 commit comments