# Svelte changelog ## 1.26.2 * Unescape `#` characters ([#722](https://github.com/sveltejs/svelte/issues/722)) ## 1.26.1 * Fix select binding regression ([#724](https://github.com/sveltejs/svelte/issues/724)) ## 1.26.0 * Enforce correct order of operations when initialising ([#708](https://github.com/sveltejs/svelte/issues/708) and [#714](https://github.com/sveltejs/svelte/issues/714)) * Ensure data is up-to-date when re-rendering yield block ([#711](https://github.com/sveltejs/svelte/issues/711)) * Fix unescaping of strings, preserve at-rules in CSS ([#712](https://github.com/sveltejs/svelte/issues/712)) * Preserve whitespace at end of each blocks ([#713](https://github.com/sveltejs/svelte/issues/713)) ## 1.25.1 * Better CSS sourcemaps ([#716](https://github.com/sveltejs/svelte/pull/716)) ## 1.25.0 * Fix hoisted event handlers ([#699](https://github.com/sveltejs/svelte/issues/699)) * Fire `intro.start` and `outro.start` events ([#702](https://github.com/sveltejs/svelte/issues/702)) * Preserve order of components in keyed each blocks ([#700](https://github.com/sveltejs/svelte/issues/700)) * Add `cssMap` property to compiler output ([#698](https://github.com/sveltejs/svelte/pull/698/)) ## 1.24.0 * Deconflict names with imports in SSR compiler ([#655](https://github.com/sveltejs/svelte/issues/655)) * Improved transition performance ([#670](https://github.com/sveltejs/svelte/pull/670)) * Run transitions on initial render ([#651](https://github.com/sveltejs/svelte/issues/651)) * Add dev mode warning if `hydrate` is true but `hydratable` was false ([#664](https://github.com/sveltejs/svelte/issues/664)) * Manipulate sourcemap to make missing loop values obvious ([#683](https://github.com/sveltejs/svelte/pull/683)) * Only add CSS scoping attributes where necessary ([#679](https://github.com/sveltejs/svelte/issues/679)) * Warn on unused CSS selectors ([#678](https://github.com/sveltejs/svelte/issues/678)) * Fix `` binding, if unspecified ([#639](https://github.com/sveltejs/svelte/issues/639)) * Mark indirect dependencies of `