Skip to content

Releases: kontent-ai/rich-text-resolver-js

2.0.0-preview

06 Jan 21:32
Compare
Choose a tag to compare
2.0.0-preview Pre-release
Pre-release

Full Changelog: 1.2.2...2.0.0-preview

1.2.2

14 Nov 12:03
Compare
Choose a tag to compare

What's Changed

  • fixed line breaks in styled text resulting in missing style marks by @pokornyd in #58

Full Changelog: 1.2.1...1.2.2

1.2.1

26 Aug 11:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

22 Aug 07:54
Compare
Choose a tag to compare

Kontent.ai rich text resolver 1.2.0

  • adds toManagementApiFormat method, allowing you to restore a modified portable text, originally created from management API, back to MAPI compatible format
  • minor improvements and updated dependencies

What's Changed

Full Changelog: 1.1.3...1.2.0

1.1.3

27 Jun 06:43
Compare
Choose a tag to compare

What's Changed

  • update dependencies

Full Changelog: 1.1.1...1.1.2

1.1.2

24 Apr 11:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

18 Apr 13:38
Compare
Choose a tag to compare

Kontent.ai rich text resolver 1.1.1

Note

Patch version to fix faulty 1.1.0 release

MAPI support

  • rich text MAPI representation is now correctly parsed
  • adjusted types with generics to differentiate between DAPI/MAPI representations
  • data-asset-id is now used instead of data-image-id for asset reference, as it's common for both MAPI and DAPI (non-breaking change, value remains the same)

Legacy browser support

  • added babel transpilation to support older browsers and environments

Other

  • new dataType attribute added to component block, to differentiate between linked item (dataType = "link") and a component (dataType = "component")
  • minor adjustments to types and type guards

What's Changed

Full Changelog: 1.0.1...1.1.0

1.1.0

18 Apr 13:03
Compare
Choose a tag to compare

Kontent.ai rich text resolver 1.1.0

MAPI support

  • rich text MAPI representation is now correctly parsed
  • adjusted types with generics to differentiate between DAPI/MAPI representations
  • data-asset-id is now used instead of data-image-id for asset reference, as it's common for both MAPI and DAPI (non-breaking change, value remains the same)

Legacy browser support

  • added babel transpilation to support older browsers and environments

Other

  • new dataType attribute added to component block, to differentiate between linked item (dataType = "link") and a component (dataType = "component")
  • minor adjustments to types and type guards

What's Changed

Full Changelog: 1.0.1...1.1.0

1.1.0-beta

13 Mar 09:24
Compare
Choose a tag to compare
1.1.0-beta Pre-release
Pre-release

Changes asset attribute for reference from data-image-id to data-asset-id

1.0.1

29 Feb 14:42
Compare
Choose a tag to compare

What's Changed

  • Fix missing exports by @pokornyd in #44
    • Added legacy entry points to package.json and all missing exports to root level index file

Full Changelog: 1.0.0...1.0.1