Skip to content

v1.7.5

Compare
Choose a tag to compare
@jodarove jodarove released this 08 Jul 16:52
· 1554 commits to master since this release

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 and WireAdapterSchemaValue.

Internal

  • #1939 - engine-core: Removes renderedCallback and reactivity for SSR.