# sapper changelog ## 0.15.5 * Faster `export` with more explanatory output ([#335](https://github.com/sveltejs/sapper/pull/335)) * Only blur `activeElement` if it exists ([#332](https://github.com/sveltejs/sapper/issues/332)) * Don't emit `client_info.json` or `server_info.json` ([#318](https://github.com/sveltejs/sapper/issues/318)) ## 0.15.4 * Add `ignore` option ([#326](https://github.com/sveltejs/sapper/pull/326)) ## 0.15.3 * Crawl pages in parallel when exporting ([#329](https://github.com/sveltejs/sapper/pull/329)) * Don't minify inline JS when exporting ([#328](https://github.com/sveltejs/sapper/pull/328)) ## 0.15.2 * Collapse component chains where no intermediate layout component is specified ([#312](https://github.com/sveltejs/sapper/issues/312)) ## 0.15.1 * Prevent confusing error when no root layout is specified ## 0.15.0 * Nested routes (consult [migration guide](https://sapper.svelte.technology/guide#0-14-to-0-15) and docs on [layouts](https://sapper.svelte.technology/guide#layouts)) ([#262](https://github.com/sveltejs/sapper/issues/262)) ## 0.14.2 * Prevent unsafe replacements ([#307](https://github.com/sveltejs/sapper/pull/307)) ## 0.14.1 * Route parameters can be qualified with regex characters ([#283](https://github.com/sveltejs/sapper/pull/283)) ## 0.14.0 * `4xx.html` and `5xx.html` are replaced with `_error.html` ([#209](https://github.com/sveltejs/sapper/issues/209)) * Treat `foo/index.json.js` and `foo.json.js` as equivalents ([#297](https://github.com/sveltejs/sapper/issues/297)) * Return a promise from `goto` ([#270](https://github.com/sveltejs/sapper/issues/270)) * Use store when rendering error pages ([#293](https://github.com/sveltejs/sapper/issues/293)) * Prevent console errors when visiting an error page ([#279](https://github.com/sveltejs/sapper/issues/279)) ## 0.13.6 * Fix `baseUrl` synthesis ([#296](https://github.com/sveltejs/sapper/issues/296)) ## 0.13.5 * Fix handling of fatal errors ([#289](https://github.com/sveltejs/sapper/issues/289)) ## 0.13.4 * Focus `
` after navigation ([#287](https://github.com/sveltejs/sapper/issues/287)) * Fix timing of hot reload updates * Emit `fatal` event if server crashes ([#285](https://github.com/sveltejs/sapper/pull/285)) * Emit `stdout` and `stderr` events on dev watcher ([#285](https://github.com/sveltejs/sapper/pull/285)) * Always refresh client assets in dev ([#286](https://github.com/sveltejs/sapper/pull/286)) * Correctly initialise rebuild stats ## 0.13.3 * Make `fatal` events clonable for IPC purposes ## 0.13.2 * Emit a `basepath` event ([#284](https://github.com/sveltejs/sapper/pull/284)) ## 0.13.1 * Reinstate ten-second interval between dev server heartbeats ([#276](https://github.com/sveltejs/sapper/issues/276)) ## 0.13.0 * Expose `dev`, `build`, `export` and `find_page` APIs ([#272](https://github.com/sveltejs/sapper/issues/272)) ## 0.12.0 * Each app has a single `