Added

Importer SDK versions 0.6.0 and 0.7.0

A new version of our SDKs for the Importer (0.6.0) is now available for all 4 supported frameworks: JS, React, Vue and Angular.

  • Added compatibility with OneSchema FileFeeds packages.
  • Exported TypeScript types in Importer React package.
  • Dropped TemplateGroups feature.
  • Added tslib as direct dependency.
    Importer React SDK 0.7.0 update: inlineprop is defaulted to true
    When upgrading to this version, if you still need the non-inline behavior, you could set inline={false} explicitly. Or, you could switch to the inline rendering (which is more native to React environment) and adjust your style attribute and CSS rules to achieve the desired UI presentation.