Skip to content

v4.1.9

Compare
Choose a tag to compare
@KiranMantha KiranMantha released this 18 Jun 06:14
· 21 commits to master since this release

What's Changed

  • Fixed an issue in displaying boolean values in UI forcing dev to use .toString() to display properly.

Before fix:

return html`<p>0.toString()</p>`

After fix:

return html`<p>0</p>`

Full Changelog: v4.1.8...v4.1.9