|
| 1 | +# v0.10.0 (Mon Apr 03 2023) |
| 2 | + |
| 3 | +#### 🚀 Enhancement |
| 4 | + |
| 5 | +- New prerelease structure / upgrade to SB7 [#210](https://github.com/storybookjs/test-runner/pull/210) ([@shilman](https://github.com/shilman)) |
| 6 | + |
| 7 | +#### 🐛 Bug Fix |
| 8 | + |
| 9 | +- Bump @storybook/csf to 0.1.0 [#288](https://github.com/storybookjs/test-runner/pull/288) ([@kasperpeulen](https://github.com/kasperpeulen)) |
| 10 | +- support Storybook 7.0.0 [#283](https://github.com/storybookjs/test-runner/pull/283) ([@yannbf](https://github.com/yannbf)) |
| 11 | +- Update getStorybookMain to throw an error if stories are not found in main.js [#278](https://github.com/storybookjs/test-runner/pull/278) ([@valentinpalkovic](https://github.com/valentinpalkovic)) |
| 12 | +- Extend hooks api with `prepare` and `getHttpHeaders` properties [#245](https://github.com/storybookjs/test-runner/pull/245) ([@yannbf](https://github.com/yannbf)) |
| 13 | +- Use preview api instead of store [#273](https://github.com/storybookjs/test-runner/pull/273) ([@kasperpeulen](https://github.com/kasperpeulen)) |
| 14 | +- Support other test-runner config extensions [#259](https://github.com/storybookjs/test-runner/pull/259) ([@yannbf](https://github.com/yannbf)) |
| 15 | +- Use ipv4 loopback address [#252](https://github.com/storybookjs/test-runner/pull/252) ([@IanVS](https://github.com/IanVS)) |
| 16 | +- Fix safe json stringify code [#239](https://github.com/storybookjs/test-runner/pull/239) ([@hansottowirtz](https://github.com/hansottowirtz)) |
| 17 | +- feat: add shard cli option [#243](https://github.com/storybookjs/test-runner/pull/243) ([@Niznikr](https://github.com/Niznikr) [@yannbf](https://github.com/yannbf)) |
| 18 | +- Updating deps to handle TS 4.9 [#237](https://github.com/storybookjs/test-runner/pull/237) ([@kasperpeulen](https://github.com/kasperpeulen)) |
| 19 | +- Fix target url in error feedback [#233](https://github.com/storybookjs/test-runner/pull/233) ([@yannbf](https://github.com/yannbf)) |
| 20 | +- Remove unused development packages [#227](https://github.com/storybookjs/test-runner/pull/227) ([@yannbf](https://github.com/yannbf)) |
| 21 | +- Make setup-page globally available for index.json mode compatibility [#217](https://github.com/storybookjs/test-runner/pull/217) ([@yannbf](https://github.com/yannbf)) |
| 22 | +- Upgrade CSF to next [#212](https://github.com/storybookjs/test-runner/pull/212) ([@shilman](https://github.com/shilman)) |
| 23 | +- Fix missing dependencies [#209](https://github.com/storybookjs/test-runner/pull/209) ([@bryanjtc](https://github.com/bryanjtc)) |
| 24 | + |
| 25 | +#### 📝 Documentation |
| 26 | + |
| 27 | +- Document index.json mode for Svelte CSF [#263](https://github.com/storybookjs/test-runner/pull/263) ([@JReinhold](https://github.com/JReinhold)) |
| 28 | +- Docs: add recipe for browser name [#221](https://github.com/storybookjs/test-runner/pull/221) ([@yannbf](https://github.com/yannbf)) |
| 29 | + |
| 30 | +#### Authors: 9 |
| 31 | + |
| 32 | +- Bryan Thomas ([@bryanjtc](https://github.com/bryanjtc)) |
| 33 | +- Hans Otto Wirtz ([@hansottowirtz](https://github.com/hansottowirtz)) |
| 34 | +- Ian VanSchooten ([@IanVS](https://github.com/IanVS)) |
| 35 | +- Jeppe Reinhold ([@JReinhold](https://github.com/JReinhold)) |
| 36 | +- Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen)) |
| 37 | +- Michael Shilman ([@shilman](https://github.com/shilman)) |
| 38 | +- Robert Niznik ([@Niznikr](https://github.com/Niznikr)) |
| 39 | +- Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic)) |
| 40 | +- Yann Braga ([@yannbf](https://github.com/yannbf)) |
| 41 | + |
| 42 | +--- |
| 43 | + |
1 | 44 | # v0.9.4 (Wed Feb 01 2023)
|
2 | 45 |
|
3 | 46 | #### 🐛 Bug Fix
|
|
0 commit comments