v1.17.6
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
byastring
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.