Skip to content

Releases: kontent-ai/smart-link

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.

v3.0.0

23 Sep 14:19
afc68e9
Compare
Choose a tag to compare
  • Rename package to @kontent-ai/smart-link

v2.3.1

20 Jan 17:07
Compare
Choose a tag to compare

Fixed

  • Edit element highlight is now included in elements affected by custom z-index.

v2.3.0

19 Jan 09:46
Compare
Choose a tag to compare

Added

  • Z-index of edit button, add button etc. could be customized using CSS properties.

v2.2.1

29 Nov 12:53
Compare
Choose a tag to compare

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

10 Nov 10:17
Compare
Choose a tag to compare

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.