Skip to content

Releases: jahilldev/component-elements

1.6.3

10 Jan 12:04

Choose a tag to compare

  • Fixed issue with the parse HTML functions removing hyphens from valid attributes, e.g data-title.

1.6.2

05 Jan 13:36

Choose a tag to compare

  • Disabled ES6 output temporarily
  • Cleared ./dist folder of legacy files

1.6.1

05 Jan 13:30

Choose a tag to compare

  • Refactored use of async/await to Promise chaining. This removes the need for the regenerator runtime, significantly reducing file size.
  • Small update to README

1.6.0

08 Dec 14:57

Choose a tag to compare

  • Added support for <* slot="{propKey}" /> nested elements
  • Updated README to outline how slots work

1.5.0

03 Dec 11:27

Choose a tag to compare

  • Added native HTML to VDom conversion
  • Removed preact-markup, reducing overall package weight

1.4.7

30 Apr 12:54

Choose a tag to compare

  • Updated package.json
  • Removed redundant variable in index.ts

1.4.6

29 Apr 13:59

Choose a tag to compare

  • Updated keywords in package.json
  • Removed un-used variable in attribute method

1.4.5

16 Apr 12:38

Choose a tag to compare

  • Fixed tests failing by incorrectly evaluating with ES5
  • Improved test coverage for props update

1.4.4

16 Apr 11:05

Choose a tag to compare

  • Defined output.globalThis property in webpack config for cross env support (node / browser)

1.4.3

16 Apr 10:09

Choose a tag to compare

  • Added tslib dependency to fix ES5 output