Releases: jahilldev/component-elements
Releases · jahilldev/component-elements
1.6.3
10 Jan 12:04
Compare
Sorry, something went wrong.
No results found
Fixed issue with the parse HTML functions removing hyphens from valid attributes, e.g data-title.
1.6.2
05 Jan 13:36
Compare
Sorry, something went wrong.
No results found
Disabled ES6 output temporarily
Cleared ./dist folder of legacy files
1.6.1
05 Jan 13:30
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added support for <* slot="{propKey}" /> nested elements
Updated README to outline how slots work
1.5.0
03 Dec 11:27
Compare
Sorry, something went wrong.
No results found
Added native HTML to VDom conversion
Removed preact-markup, reducing overall package weight
1.4.7
30 Apr 12:54
Compare
Sorry, something went wrong.
No results found
Updated package.json
Removed redundant variable in index.ts
1.4.6
29 Apr 13:59
Compare
Sorry, something went wrong.
No results found
Updated keywords in package.json
Removed un-used variable in attribute method
1.4.5
16 Apr 12:38
Compare
Sorry, something went wrong.
No results found
Fixed tests failing by incorrectly evaluating with ES5
Improved test coverage for props update
1.4.4
16 Apr 11:05
Compare
Sorry, something went wrong.
No results found
Defined output.globalThis property in webpack config for cross env support (node / browser)
1.4.3
16 Apr 10:09
Compare
Sorry, something went wrong.
No results found
Added tslib dependency to fix ES5 output