v1.7.5
Bug Fixes
- #1944 - engine-server: Fixes dynamic style property generation on SSR.
- #1946 - synthetic-shadow: Fixes issue with slotted text nodes in synthetic-shadow.
Improvements
- #1947 - babel-plugin-component: Adds new
renderComponent
API to the@lwc/babel-plugin-component
allow list. - #1945 - engine-server: Adds support for global HTML attributes and AOM to the
@lwc/engine-server
. - #1951 - engine-core: Exposes types used in
WireAdapter
:WireConfigValue
,WireContextValue
andWireAdapterSchemaValue
.
Internal
- #1939 - engine-core: Removes
renderedCallback
and reactivity for SSR.