Releases: opendatasoft/ods-widgets
Releases · opendatasoft/ods-widgets
ODS-Widgets 1.4.6
Added
uriEncode
anduriComponentEncode
: two new filters to help building links directly in the template.
They respectively apply the javascript functionsencodeURI
andencodeURIComponent
to the filtered string.odsFacets
andodsTable
: the two widgets now support selection of fields for a specific language.odsGeoNavigation
: it nows displays more familiar country shapes instead of exhaustive one.odsGeoNavigation
: add a newascendingFilter
parameter that activate the
"Display all datasets that include current selection" by default
Changed
odsPicto
: thecolorByName
attribute has been replaced bycolorByAttribute
. It now applies the given colors
to svg element using their id.
ODS-Widgets 1.4.5
Added
odsPicto
: A newcolorByName
parameter can be used, to apply different colors to different areas of a SVG file
based on theirname
attribute. The parameter can be changed on the fly, to allow for dynamic coloring.odsResultEnumerator
: Themax
parameter can now be changed on the fly.odsResults
: TheodsResultsMax
parameter can now be changed on the fly.
Fixed
odsMap
: A number of texts in the Search box where not properly translatedodsMap
: The field used to display results when using the Search box is now the field used as the tooltip title
(if configured), as intendedodsMediaGallery
: Fixed broken image when using TIFF (now displaying a placeholder since most browsers don't support it)odsVegaLite
: Fixed potential infinite loop when working with dynamic data
ODS-Widgets 1.4.4
Added
odsChartQuery
: all parameters are now dynamic, meaning that if they are set to a variable, and the variable
changes, the chart will refresh accordingly.
ODS-Widgets 1.4.3
Added
- A new
fromjson
filter, to parse a text containing JSON and obtain the object
ODS-Widgets 1.4.2
Fixed
odsCrossTable
: Fixed an issue with the width of each cells after applying a filter on the dataodsGeoNavigation
: Fixed multiple similar API calls when using another filter on the same contextodsMap
: Support Jawg as a provider for the geocoding search on the map itself (requiresjawgGeocodingAPIKey
in
yourODSWidgetsConfig
), default is Mapbox as previously
ODS-Widgets 1.4.1
Added
odsColorGradient
: new widget that can be used to build a set of colors from the results of an aggregationodsLegend
: together withodsColorGradient
, can be used to build a dynamic map legendodsGeoNavigation
: a new filter, specifically for geographic-based metadata such as "Geographic coverage"odsMostPopularDatasets
: neworderBy
parameter, can be used to display the most popular datasets based on their
popularity score (popularity
) instead of the default based on the number of downloads (downloads
)math
filter: newpow
function to compute power