Releases: storyblok/storyblok-react
Releases · storyblok/storyblok-react
v4.4.0
4.4.0 (2025-02-12)
Features
- richtext: add React fragment for richtext textFn (#1343) (3865be0)
v4.3.6
4.3.6 (2025-02-07)
Bug Fixes
- rsc: prevent draft content leaks in visual editor (#1337) (fd3d9e4)
v4.3.5
4.3.5 (2025-02-06)
Bug Fixes
- add HTML entity decoding to convertAttributesInElement function (5fc626d)
v4.3.4
4.3.4 (2025-01-20)
Bug Fixes
- deps: bump @storyblok/js from 3.2.1 to 3.2.2 (#1322) (99d40c2)
v4.3.3
4.3.3 (2024-12-27)
Bug Fixes
v4.3.2
4.3.2 (2024-12-17)
Bug Fixes
- resolve path aliases in d.ts build files (c41c50e)
v4.3.1
4.3.1 (2024-12-17)
Bug Fixes
- allow custom props in StoryblokComponent, Story, and ServerComponent types (df716fa)
v4.3.0
4.3.0 (2024-12-16)
Features
- add
StoryblokRichText
component and useStoryblokRichText
hook (#1283) (131aa3e)
v4.2.1
4.2.1 (2024-12-11)
Bug Fixes
- remove react-dom and jsx from production bundle (4f6d319)
v4.2.0
4.2.0 (2024-12-11)
Features
- We completely re-shaped the code structure following more modern best-practices that will be shared across all our SDKs, not only moving code but also adopting tools like
vite
and pnpm
. To see the complete changes: #1267