2.6.0-alpha.0 (2023-04-24)
Features
- add initial React Server Components experiments (6845370)
- full RSC compatibility (maybe) (935cb40)
- PrismicLink progress (61020b5)
- remove the ability to configure components via
@prismicio/react/config
(180802a)
Bug Fixes
- PrismicLink: types for
rel
and internal/external component props (ed75718) - remove
[@ts-expect-error](https://github.com/ts-expect-error)
(2b420c0) - type import issue (fe73dc0)
Refactor
- export non-RSC modules from root (fea9c14)
Chore
- deps: update all dependencies (299b701)
- remove reference to
/config
entry (57c836f) - remove references to
/config
entry (03d47b3) - remove unused
jsdom
dependencies (963d21c) - update Size Limit config to include all exports (ffc7e75)
- use consistent
package.json
file paths (e901bc0)