Added
Importer SDK versions 0.6.0 and 0.7.0
almost 2 years ago by ReadMe API
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 setinline={false}explicitly. Or, you could switch to theinlinerendering (which is more native to React environment) and adjust your style attribute and CSS rules to achieve the desired UI presentation.