This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
Releases: curvenote/schema
Releases · curvenote/schema
v0.12.4
v0.9.2
What's Changed
- 🔧 switch from inline to an environment for captions [TeX] by @stevejpurves in #34
Full Changelog: v0.9.0...v0.9.2
Footnotes
Word Count and Text Serailizer
Text serializer has been simplified. Word count added!
Tables
🏷 Ref node
v0.4.0 v0.4.0
💥 Updates to useSchema and better typings
v0.3.1 v0.3.1
📖 New top-level schema types
There are two new schema presets, full
and paragraph
.
The command getSchema
is now exposed.
import { schemas } from '@curvenote/schema';
export function createEditorState(useSchema: schemas.UseSchema) {
const schema = schemas.getSchema(useSchema);
...
}
👨🏻🔬 Latex underline that wraps
v0.2.5 v0.2.5