Skip to content

4.0.0

Choose a tag to compare

@IvanKiral IvanKiral released this 19 Mar 11:36
· 57 commits to master since this release

What's Changed

  • Removed resolveElementCodename parameter from applyUpdateOnItem and applyUpdateOnItemAndLoadLinkedItems [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]
    • use import {IUpdateMessageData} from '@kontent-ai/smart-link' instead of import {IUpdateMessageData} from @kontent-ai/smart-link/lib/IFrameCommunicatorTypes

Full Changelog: v3.3.0...v4.0.0