i18n-element
Advanced tools
Changelog
[4.0.2] 2019-3-27
boundElements
Map
object stores { boundElement: boundElement, elements: elementsMapObject }
with the key name
elementsMapObject
Map
objects store maps from this
element to boundElementForThis
elementChangelog
[4.0.1] 2019-3-27
static get observeHtmlLang()
can be overridden to set this.observeHtmlLang
at super()
constructorthis._fetchStatus
object is maintained per instance when this.observeHtmlLang
is false
this.observeHtmlLang = false
after super()
call in constructor()
Changelog
[4.0.0] 2019-3-20
i18n-core.js
for preprocessed sourcesdemo/gulpfile.js
to convert import {} from "i18n-element/i18n.js"
to import {} from "i18n-element/i18n-core.js"
const useI18nCoreJs = true;
to enable the conversionwc-putty/polyfill.js
i18n-behavior@^4.0.0
i18n-behavior/i18n-controller.js
, which is independent of Polymer libraryi18n-behavior/i18n-controller-core.js
for preprocessed sourcesi18n-element.js