# @webflow/data-types

## 2.1.1

## 2.1.0

## 2.0.0

### Minor Changes

- 14c2ebc: - Add `prerender` option to `declareComponent()` to enable Code Components to be prerendered after resolving Suspense boundaries.
  - Add `prerenderToString` type definition to `ComponentServerRendererFactory`

## 1.3.0

### Minor Changes

- ddda3b7: Add `props.Attributes` for configuring an Attributes prop on a code component. Runtime value is `Record<string, string>`; `defaultValue` is not supported.

## 1.2.2

### Patch Changes

- Use caret ranges for @webflow dependencies to allow patch/minor updates

## 1.2.1

### Patch Changes

- dbf223b: Support function-based and array bundle config overrides for environment-specific webpack configurations

## 1.2.0

### Minor Changes

- Add support for custom renderers in code component libraries

## 1.1.0

### Minor Changes

- Added support for Code Components Decorators

## 1.0.4

### Patch Changes

- Fix version mismatch

## 1.0.3

### Patch Changes

- Added new prop aliases: `String` (alias for `Text`) and `Children` (alias for `Slot`)

## 1.0.2

### Patch Changes

- Updated code components SSR bundle manifest to fix a bug with styles not being server-side rendered correctly

## 1.0.1

### Patch Changes

- TextNode prop support

## 1.0.0

### Major Changes

- RichText default value support

## 0.0.12

### Patch Changes

- Added tooltip support

## 0.0.11

### Patch Changes

- Fix ssr bundle config and improve js docs

## 0.0.10

### Patch Changes

- New prop support

## 0.0.9

### Patch Changes

- Enable code component ssr option

## 0.0.8

### Patch Changes

- New declaration options

## 0.0.7

### Patch Changes

- Added support for Number prop settings and better JSDocs

## 0.0.6

### Patch Changes

- Added support for more prop types

## 0.0.5

### Patch Changes

- Minor fixes

## 0.0.4

### Patch Changes

- Minor fixes

## 0.0.3

### Patch Changes

- Added support for more prop types

## 0.0.2

### Patch Changes

- Fix dependencies

## 0.0.1

### Patch Changes

- Initial release
