Skip to content

0.5.0

Pre-release
Pre-release

Choose a tag to compare

@octet-stream octet-stream released this 12 Mar 12:27
· 95 commits to main since this release

Add

  • Add options to configure how slate-to-react will pick up or generate id property of each node:
    • idKeyName - the name of the id property on nodes;
    • forceGenerateId - If true, the id for key attribute will be always generated;
    • idGenerator - Custom implementation for ID generator.

Update

  • Improvements for documentation.

All changes: v0.4.0...v0.5.0