1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-13 11:44:55 +01:00
Ian Storm Taylor c315a38bb5 Publish
- slate-base64-serializer@0.1.16
 - slate-dev-logger@0.1.17
 - slate-html-serializer@0.2.2
 - slate-hyperscript@0.2.2
 - slate-plain-serializer@0.2.2
 - slate-prop-types@0.2.2
 - slate-react@0.5.3
 - slate-simulator@0.1.16
 - slate@0.27.2
2017-10-16 18:51:54 -07:00
..
2017-10-16 17:31:43 -07:00
2017-10-14 15:58:29 -07:00
2017-10-16 18:51:54 -07:00
2017-09-11 19:36:46 -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!