Skip to content

v2.10.0

Compare
Choose a tag to compare
@salesforce-nucleus salesforce-nucleus released this 24 Feb 01:13
023e62d

Improvements

  • #2698: Emit a warning if the compiler version and the engine version do not match.
  • #2674 - engine-dom: Add hydration support for customElements.define().
  • #2684 - template-compiler: Allow usage of void path tags.
  • #2683 - engine-dom: Use adoptedStyleSheets.push() in supported browsers.

Bug Fixes

  • #2703 - template-compiler: Assert key is not an index for Inline iteration.
  • #2656 - hydration: empty interpolated text mismatch.
  • #2700 - engine-core: Remove DOM API usage.

Internal

  • #2699 - template-compiler: Omit api_key for key outside iteration.
  • #2696: Update snapshot test.
  • #2677 - engine-core: Remove patching hooks.
  • #2692 - features: Add DISABLE_MIXED_SHADOW_MODE feature flag.
  • #2689: Dependency update.
  • #2694: Dependency update.