Releases: jahilldev/component-elements
Releases · jahilldev/component-elements
preactement@1.9.0
- Removed child html replacement prior to hydration, thanks @naltatis
preactement@1.8.5
- Fixed incorrect handling of whitespace with child HTML (see #29), thanks @freshly-pressed-trousers
preactement@1.8.4, reactement@1.1.4
- 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
- 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
- Normalise string values provided to
slot
attributes, and convert to camelCase - Updated
README
with explicit info to avoid confusion
reactement@1.0.0
- Added v1 of
reactement
package - Added model of self closing tags to satisfy React's
createElement
function during HTML parse
preactement@1.7.0
- 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
1.6.5
- 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