fix(build): update peer dependency version numbers
10.2.7 - March 15, 2024
Bug Fixes
fix(build): update peer dependencies to match current release
10.2.6 - February 9, 2024
Bug Fixes
core: do not use Function constructors in development mode to avoid CSP violations
compiler: do not unquote CSS values
core: set style property value to empty string instead of an invalid value
core: hardening attribute and property binding rules for iframe elements
core: ensure sanitizer works if DOMParser return null body
common: add right ContentType for boolean values with HttpClient request body currently a boolean as body is seen as text/plain, where is should be seen as application/json, since it is valid JSON, like numbers.