Skip to content

Releases: jahilldev/component-elements

preactement@1.8.5

07 Oct 23:06
Compare
Choose a tag to compare

preactement@1.8.4, reactement@1.1.4

02 Feb 18:34
Compare
Choose a tag to compare
  • Updated all dependencies to fix security vulnerabilities
  • Fixed type issues introduced by latest preact@10.11.3
  • 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

preactement@1.8.2, reactement@1.1.2

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

preactement@1.8.0, reactement@1.1.0

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

reactement@1.0.0

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

preactement@1.7.0

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

1.6.3

10 Jan 12:04
Compare
Choose a tag to compare
  • Fixed issue with the parse HTML functions removing hyphens from valid attributes, e.g data-title.