discourse/lib/javascripts
David Taylor 8c03868808
DEV: Correctly render data- attributes in widget hbs templates (#10376)
In virtualdom, element 'properties' are not completely synonymous with element 'attributes'. In particular, `data-` properties will not be rendered as attributes. To ensure all attributes are passed through, we need to include them under an `attributes` key. For more info, see https://github.com/Matt-Esch/virtual-dom/blob/master/docs/vnode.md#custom-attributes-data-
2020-08-06 14:33:09 +01:00
..
locale FEATURE: Add Belarusian language 2019-07-04 11:37:37 +02:00
messageformat-lookup.js REFACTOR: removes unreachable statement (#9680) 2020-05-07 16:37:02 +02:00
messageformat.js Add message format support that can be used on complex localization strings 2013-05-30 16:49:57 +10:00
widget-hbs-compiler.js DEV: Correctly render data- attributes in widget hbs templates (#10376) 2020-08-06 14:33:09 +01:00