1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-03-06 05:49:47 +01:00
Ian Storm Taylor a07f526192 Publish
- slate-base64-serializer@0.2.58
 - slate-html-serializer@0.6.30
 - slate-hyperscript@0.9.1
 - slate-plain-serializer@0.5.39
 - slate-prop-types@0.4.56
 - slate-react@0.17.1
 - slate-schema-violations@0.1.37
 - slate-simulator@0.4.56
 - slate@0.39.1
2018-08-22 14:14:48 -07:00
..
2018-08-22 14:13:16 -07:00
2018-08-22 14:11:20 -07:00
2018-08-22 14:14:48 -07:00

This package contains the core logic of Slate. It's separated further into a series of directories:

  • Changes — containing the changes that are used to alter a Slate document.
  • Constants — containing constants that are used in Slate's codebase.
  • Models — containing the models that define Slate's data structure.
  • Operations — containing the low-level operations that create Slate changes.
  • Schemas - containing the core schema that ships with Slate by default.
  • Utils — containing a few private convenience modules.

Feel free to poke around in each of them to learn more!