Skip to content

Releases: kontent-ai/smart-link

4.0.0

19 Mar 11:36
Compare
Choose a tag to compare

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]

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

4.0.0-3

11 Mar 12:09
Compare
Choose a tag to compare
4.0.0-3 Pre-release
Pre-release

4.0.0-1

11 Mar 10:17
Compare
Choose a tag to compare
4.0.0-1 Pre-release
Pre-release
  • change build folder to dist

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

4.4.0-0

11 Mar 09:46
Compare
Choose a tag to compare
4.4.0-0 Pre-release
Pre-release
  • change bundler from webpack to vite

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

4.0.0-2

11 Mar 10:41
Compare
Choose a tag to compare
4.0.0-2 Pre-release
Pre-release
  • 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

19 Jun 11:42
Compare
Choose a tag to compare

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

Full Changelog: v3.2.0...v3.3.0

v3.2.0

12 Mar 09:30
Compare
Choose a tag to compare

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

08 Feb 08:03
Compare
Choose a tag to compare
v3.2.0-next.1 Pre-release
Pre-release

Changed

  • Better documentation for smart-link SDK
  • More complex examples of SDK usage

v3.2.0-next.0

24 Jan 11:25
Compare
Choose a tag to compare
v3.2.0-next.0 Pre-release
Pre-release

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

15 Aug 18:12
Compare
Choose a tag to compare

Added

  • Ability to get currently displayed preview URL from the iframe.
  • New iframe messages added to iframe communication.
  • New message handler.