# @beqa/react-slots

## 1.1.2

### Patch Changes

- Removed ts-toolbelt dependency

## 1.1.1

### Patch Changes

- Fixed typo in the README

## 1.1.0

### Minor Changes

- Changed enforce="throw" of OverrideNode to only throw in development

## 1.0.2

### Patch Changes

- Added Examples for the README

## 1.0.1

### Patch Changes

- 6311ae8: Fixed stringified functions displaying in an error

## 1.0.0

### Major Changes

- Restricted children of Template's `as` prop to extend ReactNode. Previously it
  could be any type.
- v1 of unplugin-transform-react-slots or babel-plugin-transform-react-slots
  required.

### Minor Changes:

- Introduced OverrideNode element.
- Allowed use of "slot-name" attribute on slot elements

### Patch changes

- Empty arrays no longer count as provided content

## 0.6.3

### Patch Changes

- Added introduction to the docs

## 0.6.2

### Patch Changes

- Fixed the doc link

## 0.6.1

### Patch Changes

- 111fc0a: BugFix: children not updating
- edb171a: Temp docs

## 0.6.0

### Minor Changes

- initialized monorepo
- ec6f17a: Built the react-slots API
