svelte v1.48.0 Release Notes

    • โž• 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)