Skip to content

v3.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 23:02
· 207 commits to master since this release

3.13.1 (2023-10-09)

Bug Fixes

  • Add dompurify to dev requirements so that we can test the Sanitizer using the domPurify backend (c342558)
  • Control may not be instered into the DOM at the time of onRender, keep a reference to the element in build() and use in onRender() (33ea8c4)
  • Fix JSDoc (d2b8629)
  • Mark XML helper functions as private and don't export them from utils module (74d19a2)
  • Remove unused local variable (53649ae)
  • Replace non-standard and deprecated call to String.substr() with String.slice() (813cecf)
  • Return true from SanatizerAPI backend when successfully setting HTML (c5d24c8)