Releases: kontent-ai/smart-link
Releases · kontent-ai/smart-link
4.0.0
What's Changed
- Removed
resolveElementCodename
parameter fromapplyUpdateOnItem
andapplyUpdateOnItemAndLoadLinkedItems
[Breaking change] - Rewritten bundling from Webpack to Vite [Breaking Chnage]
- Change in UMD bundle - all of the exported variables are now under global variable kontentSmartLink [Breaking Change]
- Updated bug on applyUpdateOnItemAndLoadLinkedItems not always resolving as Promise
- Exported types IUpdateMessageData, IRefreshMessageData, IRefreshMessageMetadata types [Breaking Change]
Full Changelog: v3.3.0...v4.0.0
4.0.0-3
- export usefull types
Full Changelog: https://github.com/kontent-ai/smart-link/compare/v4.0.0.-1..v4.0.0-2
4.0.0-1
- change build folder to dist
Full Changelog: v3.3.0...v4.0.0-0
4.4.0-0
- change bundler from webpack to vite
Full Changelog: v3.3.0...v4.0.0-0
4.0.0-2
- change the build folder to dist
Full Changelog: https://github.com/kontent-ai/smart-link/compare/v4.0.0.-1..v4.0.0-2
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.