@netflix/x-element
Advanced tools
Changelog
[1.1.1] - 2024-11-09
connectedCallback
would be called
before initial dom updates could be applied. In particular, this caused issues
with default initial values causing unexpected observe
callbacks (#197).Changelog
[1.1.0] - 2024-10-18
styles
getter for adoptedStyleSheets
ergonomics
(#52).x-element.js
file is now “typed” via JSDoc. The validity of the JSDoc
comments are linted alongside the rest of the code and the annotations there
are exported into a generated x-element.d.ts
file. Previously, that file was
hand-curated.map
function now works with properties / attributes bound across
template contexts (#179).x-element.d.ts
file now reflects the actual interface. Previously, it
has some issues (e.g., improper module export).Changelog
[1.0.0] - 2024-02-29
1.x
is locked down.