From 7d949a601ca57772d725f982ed17bc46c7dbff3f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 13 Dec 2017 21:24:31 -0500 Subject: [PATCH] -> v1.48.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b2b5438f..3674fa0baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Svelte changelog +## 1.48.0 + +* Added `<:Head>` component for injecting contents into document head ([#1013](https://github.com/sveltejs/svelte/issues/1013))) +* SSR `render(...)` method now returns a `{ html, css: { code, map }, head }` object ([#1013](https://github.com/sveltejs/svelte/issues/1013)) +* SSR `renderCss(...)` method is deprecated ([#1013](https://github.com/sveltejs/svelte/issues/1013)) +* Add a `preload` function to components ([#1015](https://github.com/sveltejs/svelte/issues/1015)) +* Expose `this.root` on nested components ([#1023](https://github.com/sveltejs/svelte/pull/1023)) + ## 1.47.2 * Deconflict computed properties against arguments to `_recompute` ([#1012](https://github.com/sveltejs/svelte/issues/1012)) diff --git a/package.json b/package.json index 7d6737acb4..bca52c4233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.47.2", + "version": "1.48.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [