Skip to content

v1.3.8

Compare
Choose a tag to compare
@ekashida ekashida released this 17 Apr 18:23
· 1762 commits to master since this release

Improvements

  • #1764 - style-compiler: This change modifies the way the compiler concatenates strings when producing the stylesheet by using Array.prototype.join('') instead of the + operator to avoid a RangeError: Maximum call stack size exceeded error thrown by Rollup. This processing is done to inject the tokens used for the shadow DOM emulation at runtime.

Internal

  • #1720 - wire-service: Perform stricter typescript checks by enabling the noImplicitAny compiler option.
  • #1753 - integration-karma: Migrate skipped tests from integration-tests to integration-karma.
  • #1765 - integration-karma: Clean up error boundary tests.