# @web/storybook-builder

## 1.0.0

### Major Changes

- 5260164: Drop support for Node.js 18 and 20, which have reached end-of-life. The minimum supported Node.js version is now 22.0.0.
  The Node code is compiled to ES2024 which is aligned with the Node 22.

### Minor Changes

- 532e76d: Upgrade esbuild dependency version to 0.28.1

### Patch Changes

- Updated dependencies [1a058e6]
- Updated dependencies [5260164]
- Updated dependencies [9105501]
  - @web/dev-server-core@1.0.0
  - @web/config-loader@1.0.0
  - @web/dev-server@1.0.0
  - @web/dev-server-rollup@1.0.0
  - @web/rollup-plugin-html@4.0.0

## 0.3.0

### Minor Changes

- c78ff49: Migrate projects to Storybook 9

## 0.2.6

### Patch Changes

- d304459: Bump esbuild version to 0.27.0

## 0.2.5

### Patch Changes

- Updated dependencies [9781c19]
  - @web/rollup-plugin-html@3.0.0

## 0.2.4

### Patch Changes

- 0dd56f2: replace glob-promise with glob due to security findings

## 0.2.3

### Patch Changes

- cfcea9d: fix Node 22.18

## 0.2.2

### Patch Changes

- 7e0af43: bump storybook packages to 8.6.12

## 0.2.1

### Patch Changes

- d826727: upgrade esbuild to 0.25.x

## 0.2.0

### Minor Changes

- 0fd9659: migrate to Storybook 8

## 0.1.21

### Patch Changes

- a82925e: include missing dependency on @web/config-loader

## 0.1.20

### Patch Changes

- b99a0915: Bump express to 4.21.2 to include path-to-regexp fix
- Updated dependencies [b99a0915]
  - @web/dev-server-core@0.7.5

## 0.1.19

### Patch Changes

- fb33d75c: bump "express" from 4.18.2 to 4.21.1 to use updated "cookie" with vulnerability fixes
- f506af31: Upgrade esbuild to 0.24.x
- Updated dependencies [fb33d75c]
  - @web/dev-server-core@0.7.4

## 0.1.18

### Patch Changes

- 75747976: fix relative path by starting with ./

## 0.1.17

### Patch Changes

- c0fefb04: fix storybook-builder on Windows

## 0.1.16

### Patch Changes

- fix: update @web/dev-server-core

## 0.1.15

### Patch Changes

- 7b110644: fix providerImportSource extension when using @storybook/addon-essentials

## 0.1.14

### Patch Changes

- e30da4a0: support MDX and autodocs

## 0.1.13

### Patch Changes

- a506c352: clean up `.prebundled_modules` before creating new bundles

## 0.1.12

### Patch Changes

- 9118c648: clean up NODE_PATH from bundled modules output

## 0.1.11

### Patch Changes

- c98a2798: simplify and speed up the CommonJS to ESM transformation
  make React conditional reexports work in production

## 0.1.10

### Patch Changes

- 1ef0c676: support @storybook/addon-a11y

## 0.1.9

### Patch Changes

- f29dbce3: bundle preview assets

## 0.1.8

### Patch Changes

- 331e6215: fix tocbot default import by @storybook/blocks

## 0.1.7

### Patch Changes

- cbcc56f2: fix tocbot exports for addon-docs
- 5a428555: prebundle required CommonJS modules for addon-docs
- 916da5f0: resolve @storybook/react-dom-shim for addon-docs

## 0.1.6

### Patch Changes

- 010eed69: fix: import both globals and globalsNameReferenceMap from @storybook/preview/globals and use the one that is set. This fixes issue https://github.com/modernweb-dev/web/issues/2619

## 0.1.5

### Patch Changes

- 1c0088de: Update Rollup to version 4.
- Updated dependencies [1c0088de]
  - @web/rollup-plugin-html@2.1.2
  - @web/dev-server-rollup@0.6.1

## 0.1.4

### Patch Changes

- Updated dependencies [c185cbaa]
  - @web/rollup-plugin-html@2.1.0
  - @web/dev-server-rollup@0.6.0
  - @web/dev-server-core@0.7.0
  - @web/dev-server@0.4.0

## 0.1.3

### Patch Changes

- afe4df6c: improve prebundling to target only really necessary packages

## 0.1.2

### Patch Changes

- 95715f9b: Pass Storybook server into middleware mode to enable live refresh
- Updated dependencies [95715f9b]
  - @web/dev-server-core@0.6.1

## 0.1.1

### Patch Changes

- Updated dependencies [7f0f4315]
  - @web/dev-server-core@0.6.0
  - @web/dev-server@0.3.4
  - @web/dev-server-rollup@0.5.3

## 0.1.0

### Minor Changes

- 659ed7e2: initial release of @web/storybook-builder
