Use the new VS Code 1.63 extension pre-release mechanism to publish on Marketplace.
29 Nov, 2021
Version 2.99.4
Remove clickable link for downloading VSIX and instead direct people to the OEX 'Download' button.
29 Nov, 2021
Version 2.99.3
Add DC article link
29 Nov, 2021
Version 3.1.37
fixed issue with alpha value in color formula for map. now color formula supports hsla, rgba, etc.
fixed issue with polygon name in popup
added tooltipStyles data property. specify JSON with css properties to apply on a tooltip. e.g. { "padding": "10px", "font-size": "20px" }
added popupStyles data property. specify JSON with css properties to apply on a popup. e.g. { "padding": "10px", "font-size": "20px" }
29 Nov, 2021
Version 0.0.1
Initial Release
29 Nov, 2021
Version 1.0.1
Initial release
28 Nov, 2021
Version 1.0.0
Initial Release
28 Nov, 2021
Version 1.0.0
Initial Release
28 Nov, 2021
Version 1.0.0
Initial Release
28 Nov, 2021
Version 1.0.0
Initial Release
28 Nov, 2021
Version 1.0.2
README.md file is updated
Icon is added
28 Nov, 2021
Version 1.0.2
YouTube video
28 Nov, 2021
Version 1.0.0
Initial Release
28 Nov, 2021
Version 2.99.2
Improve OEX short title
28 Nov, 2021
Version 2.99.0
Initial Release
28 Nov, 2021
Version 2.99.1
Simplify name.
Add icon.
27 Nov, 2021
Version 0.0.1
Initial Release
26 Nov, 2021
Version 1.0.0
Initial Release
26 Nov, 2021
Version 1.2.0
YouTube video and header rule implementation
25 Nov, 2021
Version 1.1.13
update module.xml
24 Nov, 2021
Version 3.1.36
fixed issue with click filter and autodrill
fixed issue with auto drillthrough (empty widgets)
fixed issue with iframe communication with shared widgets. index now contains widget name, if widget shared by name
fixed issue with polygonTitleProperty, now it displays correctly on polygons
added formatting for polygonTitleProperty if value is number
24 Nov, 2021
Version 3.1.35
added legend for tree map widget
fixed issue with decimalSeparator, numericGroupSeparator, numericGroupSize options for widgets (#228)
added dataLabels data property for map widget (#231). now values can be displayed directly on map.
set dataLabels=1 to show values. dataLabels can be set to JSON with options to customize labels,
default values is { "size": 12, "font": "Calibri,Arial,sans-serif", "color": "#000", "stroke": "#FFF", "strokeWidth": 2 }.
options can be defined in any combinations, e.g. { "color": "#F00", "size": 18 }
now shared widgets use name instead of index, e.g. http://test.com/#/MAP/map/Map.dashboard?widget=UAMap.geojson (#230)
added percentageFormat data property, to set format of percents for widgets that show percentage values, e.g. #.## (#229)
added fixMinZoom and fixMaxZoom data properties for map widget. To fix zoom out set fixMinZoom=1