Releases: kontent-ai/rich-text-resolver-js
Releases · kontent-ai/rich-text-resolver-js
1.2.1
1.2.0
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
1.1.2
1.1.1
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 ofdata-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 tocomponent
block, to differentiate between linked item (dataType = "link"
) and a component (dataType = "component"
) - minor adjustments to types and type guards
What's Changed
- Add support for MAPI format by @pokornyd in #45
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #46
- add babel transpilation by @pokornyd in #49
Full Changelog: 1.0.1...1.1.0
1.1.0
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 ofdata-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 tocomponent
block, to differentiate between linked item (dataType = "link"
) and a component (dataType = "component"
) - minor adjustments to types and type guards
What's Changed
- Add support for MAPI format by @pokornyd in #45
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #46
- add babel transpilation by @pokornyd in #49
Full Changelog: 1.0.1...1.1.0
1.1.0-beta
Changes asset attribute for reference from data-image-id
to data-asset-id
1.0.1
1.0.1b-alpha
Test reworked subpath exports.
1.0.1alpha
Test release with updated exports.