All Versions
333
Latest Version
Avg Release Cycle
8 days
Latest Release
-
Changelog History
Page 19
Changelog History
Page 19
-
v1.52.0
- Deconflict referenced globals (#1079)
- Validate contents of
await
blocks (#1061) - Fire
oncreate
for components inawait
blocks (#1061) - Automatically fix attribute casing (#1062)
- ๐ Fix escaping in
<script>
and<style>
(#1082) - Error if invalid characters are used in computed properties, and allow any valid identifier in props (#1083)
- โ Don't run a11y tests on components (#1110)
- Respect
store
option in SSR mode (#1107)
-
v1.48.0
- โ Added
<:Head>
component for injecting contents into document head (#1013)) - SSR
render(...)
method now returns a{ html, css: { code, map }, head }
object (#1013) - ๐ SSR
renderCss(...)
method is deprecated (#1013) - โ Add a
preload
function to components (#1015) - ๐ฆ Expose
this.root
on nested components (#1023)
- โ Added