mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 19:01:54 +02:00
remove the slate-schema package (#3291)
This commit is contained in:
13
Readme.md
13
Readme.md
@@ -141,13 +141,12 @@ If you're maintaining a translation, feel free to pull request it here!
|
||||
|
||||
Slate's codebase is monorepo managed with [Lerna](https://lernajs.io/). It consists of a handful of packages—although you won't always use all of them. They are:
|
||||
|
||||
| **Package** | **Version** | **Size** | **Description** |
|
||||
| --------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
|
||||
| [`slate`](./packages/slate) | [](./slate/package.json) | [](https://unpkg.com/slate/dist/slate.min.js) | Slate's core data model logic. |
|
||||
| [`slate-history`](./packages/slate-history) | [](./slate-history/package.json) | [](https://unpkg.com/slate-history/dist/slate-history.min.js) | A plugin that adds undo/redo history to Slate. |
|
||||
| [`slate-hyperscript`](./packages/slate-hyperscript) | [](./slate-hyperscript/package.json) | [](https://unpkg.com/slate-hyperscript/dist/slate-hyperscript.min.js) | A hyperscript tool to write JSX Slate documents! |
|
||||
| [`slate-react`](./packages/slate-react) | [](./slate-react/package.json) | [](https://unpkg.com/slate-react/dist/slate-react.min.js) | React components for rendering Slate editors. |
|
||||
| [`slate-schema`](./packages/slate-schema) | [](./slate-schema/package.json) | [](https://unpkg.com/slate-schema/dist/slate-schema.min.js) | A plugin for enforcing constraints on Slate content. |
|
||||
| **Package** | **Version** | **Size** | **Description** |
|
||||
| --------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
|
||||
| [`slate`](./packages/slate) | [](./slate/package.json) | [](https://unpkg.com/slate/dist/slate.min.js) | Slate's core data model logic. |
|
||||
| [`slate-history`](./packages/slate-history) | [](./slate-history/package.json) | [](https://unpkg.com/slate-history/dist/slate-history.min.js) | A plugin that adds undo/redo history to Slate. |
|
||||
| [`slate-hyperscript`](./packages/slate-hyperscript) | [](./slate-hyperscript/package.json) | [](https://unpkg.com/slate-hyperscript/dist/slate-hyperscript.min.js) | A hyperscript tool to write JSX Slate documents! |
|
||||
| [`slate-react`](./packages/slate-react) | [](./slate-react/package.json) | [](https://unpkg.com/slate-react/dist/slate-react.min.js) | React components for rendering Slate editors. |
|
||||
|
||||
<br />
|
||||
|
||||
|
Reference in New Issue
Block a user