Changelog
Next.js SDK
Changelog for the Next.js SDK.
0.0.16
Fixes
- Fixed wrong method reference in
window.removeEventListener()
.
0.0.15
Improvements
- Redesigned the preview bubble.
Fixes
- Fix cookie to work on localhost in
enableDraftAndRedirect()
in more recent versions of Next. - Fix endless spinner in Contento editor when not using
useLivePreview()
hook - again. - Fix some edge cases in
enableDraftAndRedirect()
by marking as server side only.
0.0.14
Improvements
- Remove the draft mode guard from
usePreviewBridge
, it was a bit overkill.
0.0.13
Fixes
- Fixed an issue where the pop-up bubble would inherit font styles from the site.
0.0.11
Additions
- Added a pop-up bubble when viewing the site in preview mode outside of the Contento editor.
0.0.10
Fixes
- Fixed an issue where the loading spinner in the Contento editor would keep spinning with basic visual preview.
0.0.9
Initial release.