Skip to content

v1.17.6

Compare
Choose a tag to compare
@pmdartus pmdartus released this 29 Mar 13:34
· 1689 commits to master since this release

Bug fixes

  • #2250 - synthetic-shadow: Fixes a bug with the innerText polyfill on elements that has no selectable text.

Improvements

  • #2246 - template-compiler: Replace @babel/generator by astring for codegen. This change results in 15% performance improvement in compiler code evaluation time and 0 to 50% performance speedup in compilation time depending on the use case. The performance gain depends on the presence and size of the HTML template in the LWC module.