Skip to content

Releases: jahilldev/component-elements

[email protected]

23 Oct 16:12
Compare
Choose a tag to compare
  • Removed child html replacement prior to hydration, thanks @naltatis

[email protected]

07 Oct 23:06
Compare
Choose a tag to compare

[email protected], [email protected]

02 Feb 18:34
Compare
Choose a tag to compare
  • Updated all dependencies to fix security vulnerabilities
  • Fixed type issues introduced by latest [email protected]
  • Updated use of globals in tests (globalThis)
  • Update supported Node version to 16 LTS in ci.yml
  • Fixed webpack config for externals, preventing incorrect bundling of Preact

[email protected], [email protected]

27 Apr 13:56
Compare
Choose a tag to compare
  • Fixed issue where children props were lost if custom element was moved in the DOM
  • Fixed SSR error due to custom element being setup too early

[email protected], [email protected]

26 Apr 15:09
Compare
Choose a tag to compare
  • Normalise string values provided to slot attributes, and convert to camelCase
  • Updated README with explicit info to avoid confusion

[email protected]

23 Feb 14:58
Compare
Choose a tag to compare
  • Added v1 of reactement package
  • Added model of self closing tags to satisfy React's createElement function during HTML parse

[email protected]

22 Feb 17:26
Compare
Choose a tag to compare
  • Converted project structure into monorepo
  • Migrated common parse, element and model code to shared package
  • Output ES6 by default, with sub folder ES5 for legacy, e.g preactement/es5
  • Dropped default file size by 24% 👍

1.6.7

09 Feb 12:47
Compare
Choose a tag to compare
  • General maintenance

1.6.5

12 Jan 12:19
Compare
Choose a tag to compare
  • Fixed HTML parse errors when custom element has self closing HTML elements, e.g <br>.
  • Updated README with an important caveat to this parsing strategy

1.6.4

11 Jan 14:03
Compare
Choose a tag to compare
  • Clarified README intro paragraphs
  • Removed redundant early __mounted flag from onConnected