Releases: kontent-ai/smart-link
Releases · kontent-ai/smart-link
v3.3.0
What's Changed
- Bump ip from 2.0.0 to 2.0.1 by @dependabot in #156
- Bump the npm_and_yarn group group with 2 updates by @dependabot in #161
- [Snyk] Security upgrade @kontent-ai/delivery-sdk from 14.6.0 to 14.7.0 by @pokornyd in #162
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #163
- Bump express from 4.18.1 to 4.19.2 by @dependabot in #164
- [Snyk] Upgrade @kontent-ai/delivery-sdk from 14.7.0 to 14.8.0 by @pokornyd in #165
- [Snyk] Upgrade @kontent-ai/delivery-sdk from 14.8.0 to 14.9.0 by @pokornyd in #167
- Implement liveReload utils to simplify live reload implementations by @JiriLojda in #168
New Contributors
- @pokornyd made their first contribution in #162
- @JiriLojda made their first contribution in #168
Full Changelog: v3.2.0...v3.3.0
v3.2.0
Added
- Dependency on @kontent-ai/delivery-sdk for types.
- New iframe message ("update") added to iframe communication.
- Support for a custom live preview handler implementation.
Changed
- Better documentation for smart-link SDK
- More complex examples of SDK usage
v3.2.0-next.1
Changed
- Better documentation for smart-link SDK
- More complex examples of SDK usage
v3.2.0-next.0
Added
- Dependency on @kontent-ai/delivery-sdk for types.
- New iframe message ("update") added to iframe communication.
- Support for custom real-time feedback handler implementation.
v3.1.0
Added
- Ability to get currently displayed preview URL from the iframe.
- New iframe messages added to iframe communication.
- New message handler.
v3.0.0
- Rename package to
@kontent-ai/smart-link
v2.3.1
Fixed
- Edit element highlight is now included in elements affected by custom z-index.
v2.3.0
v2.2.1
Fixed
- Better error messages when trying to initialize the Smart Link SDK outside the browser environment to make it clear that it is a browser-only SDK.
v2.2.0
Added
- Refresh preview page from the inside, using a new iframe message to keep the position of a scrollbar after the refresh.
- Add support for custom refresh handler implementation.