# Svelte changelog ## 1.52.0 * Deconflict referenced globals ([#1079](https://github.com/sveltejs/svelte/issues/1079)) * Validate contents of `await` blocks ([#1061](https://github.com/sveltejs/svelte/issues/1061)) * Fire `oncreate` for components in `await` blocks ([#1061](https://github.com/sveltejs/svelte/issues/1061)) * Automatically fix attribute casing ([#1062](https://github.com/sveltejs/svelte/issues/1062)) * Fix escaping in `'` string occurence breaking pages ([#349](https://github.com/sveltejs/svelte/pull/349)) * Allow reference to whitelisted globals without properties ([#333](https://github.com/sveltejs/svelte/pull/333)) * Don't remove ` ` incorrectly ([#348](https://github.com/sveltejs/svelte/issues/348)) * `let` -> `var` in `addCss` block ([#351](https://github.com/sveltejs/svelte/pull/351)) ## 1.10.2 * Accept any case for doctype declarations ([#336](https://github.com/sveltejs/svelte/issues/336)) * Allow non-top-level `