Visualise column or measure values as HTML in your Power BI reports. Intended as a spiritual successor to the OG HTML Viewer custom visual, with some extra stuff thrown in.
Added Measure-Based Stylesheet property, added via conditional formatting. This allows a user to supply measure-based CSS, which will get added to the of the visual DOM and can be used to better manage styling.
Show Raw HTML property will now consolidate all 'body' HTML, plus any applicable stylesheet CSS, and pretty-print it into a read-only
Added Allow Text Select property to allow selection of text (#29). When enabled, this sets the visual's user-select property to text (As opposed to none, which is the default set by MS).
Updated visuals API to 3.8.
Removed documentation, as this is now served at www.html-content.com.
user-select
property totext
(As opposed tonone
, which is the default set by MS).