Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Releases: curvenote/schema

v0.12.4

26 Apr 22:41
Compare
Choose a tag to compare

What's Changed

  • 🤷 Simply continue if parsed myst token is unknown by @fwkoch in #60

Full Changelog: v0.12.3...v0.12.4

v0.9.2

01 Dec 18:20
Compare
Choose a tag to compare

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

13 Oct 18:57
Compare
Choose a tag to compare
v0.7.0

v0.7.0

Word Count and Text Serailizer

22 Sep 21:57
Compare
Choose a tag to compare

Text serializer has been simplified. Word count added!

Tables

21 Sep 20:44
Compare
Choose a tag to compare

Added tables and export of tables.

🏷 Ref node

01 Jun 21:10
Compare
Choose a tag to compare
v0.4.0

v0.4.0

💥 Updates to useSchema and better typings

05 May 16:55
Compare
Choose a tag to compare

📖 New top-level schema types

04 May 23:17
Compare
Choose a tag to compare

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

24 Feb 21:46
Compare
Choose a tag to compare

👨🏻‍🔬 Cite and Cite-Groups

09 Feb 22:05
Compare
Choose a tag to compare