mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-02 19:52:32 +02:00
Improved Types (#4119)
* Experimental release to see if CustomTypes holds up through a publish * Add experimental release script * Fix lint * v0.60.5-alpha.0 * Allow null properties in setNodes * v0.60.6-alpha.0 * Revert null properties on Transforms.setNodes * v0.60.7-alpha.0 * Update examples to use custom Element and Text with discriminated unions * Add documentation for using TypeScript improvements * Be explicit about typescript version in package.json * Force lerna bootstrap to fix build issues on CI and fix a few type examples * Add slate devDependencies with * back * v0.60.7 * Switch to a non prerelease version to fix lerna not linking in root * Add documentation for not using prerelease versions and on how to create experimental releases * Try removing lerna bootstrap and see if it works
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
- [Rendering](./concepts/08-rendering.md)
|
||||
- [Serializing](./concepts/09-serializing.md)
|
||||
- [Normalizing](./concepts/10-normalizing.md)
|
||||
- [TypeScript](./concepts/11-typescript.md)
|
||||
- [Migrating](./concepts/XX-migrating.md)
|
||||
|
||||
## API
|
||||
|
Reference in New Issue
Block a user