Skip to content

Releases: jupyter-book/mystmd

v1.1.0

03 Jul 16:14
Compare
Choose a tag to compare

The CLI has been renamed to mystmd, follow instructions here:

#451

What's Changed

Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.0

v1.0.2

10 Jun 03:55
Compare
Choose a tag to compare

What's Changed

  • 📖 Update docs for new demo capabilities by @rowanc1 in #415
  • 🏷 JATS abbreviations by @rowanc1 in #416
  • 📦 Migrate to ESM only packages by @rowanc1 in #417
  • 🏷 Propagate block metatags to code node and output node by @GYHHAHA in #407

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@1.0.2

v0.1.31

08 Jun 18:36
Compare
Choose a tag to compare

What's Changed

  • 🐛📖 Typo in quickstart-myst-websites.md by @jhcole in #394
  • 📡 Recursive math commands for LaTeX by @rowanc1 in #397
  • 📦 Add missing package for myst-transforms by @GYHHAHA in #395
  • 🤖 Add resizebox for LaTeX conversion by @rowanc1 in #398
  • 🧑🏼‍🏫 Add support for sphinx exercise by @rowanc1 in #399
  • 🔀 Duplicate notebook article in JATS export by @fwkoch in #400
  • 🙀 Unknown directives show errors by @rowanc1 in #403
  • Adds collaboration associated with author by @dressedfez in #343
  • ⚠️ Change undefined role to error by @rowanc1 in #409
  • ⌨️ Add code block environment in myst-to-tex by @finsberg in #393
  • 🌉 Allow for multiple images in a single figure by @rowanc1 in #410
  • 🕵🏽‍♀️ Add glossary and term support by @rowanc1 in #411
  • 🅰️ Abbreviations in frontmatter by @rowanc1 in #412
  • 💬 Remove mystComment in favour of comment by @rowanc1 in #413
  • 📦 Move from jats-xml --> jats-tags by @rowanc1 in #414

New Contributors

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.31

v0.1.29

15 May 20:12
Compare
Choose a tag to compare

What's Changed

  • 🐛 Type fixes by @rowanc1 in #370
  • 📚 add docs for integrating jupyter compute using thebe by @stevejpurves in #372
  • 📖 Documentation fixes for thebe by @stevejpurves in #375
  • ⚡️ Remove _static folder; keep site assets flat in public folder by @fwkoch in #371
  • 📄 Enable sites with single projects and no project slug by @fwkoch in #374
  • 🤖 Build static html export by @rowanc1 in #377
  • 🌃 Update images for capturing nested layers by @rowanc1 in #378
  • 📖 Docs on deployment and improved quickstarts by @rowanc1 in #383
  • 👩🏽‍🏫 Initial support for proofs and theorems by @rowanc1 in #384
  • 📖 Minor docs updates for hover links by @rowanc1 in #386
  • 👩‍⚕️ Add a {doc} role to support sphinx by @rowanc1 in #387
  • 🤖 Better reading of frontmatter in JupyterBook by @rowanc1 in #388
  • 🔗 Add support for github issue previews by @rowanc1 in #389

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.29

v0.1.25

26 Apr 21:20
Compare
Choose a tag to compare

What's Changed

  • Ş Allow characters in groups by @rowanc1 in #352
  • ⌨️ No-break space for cross-references by @rowanc1 in #353
  • 🎉 Add siunitx package to latex, JATS and MyST by @rowanc1 in #354
  • 🐛 Await all extra transforms to be completed by @rowanc1 in #355
  • 🧐 Add JATS DTD validation to myst-to-jats tests by @fwkoch in #356
  • 🔧 Fix single file export references by building project files by @fwkoch in #358
  • 🤖 Specify output from the command line by @rowanc1 in #364
  • 🧪 JATS Validation by @rowanc1 in #365
  • 📒 Handle notebook cell ids and outputs in jats by @fwkoch in #361
  • 📂 Update thebe frontmatter options by @fwkoch in #367
  • 🧮 Inline user_expression support by @rowanc1 in #368

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.25

v0.1.24

10 Apr 18:19
Compare
Choose a tag to compare

Note: v0.1.23 had a bug in the types for myst-cli this has been re-released as v0.1.24

What's Changed

New Contributors

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.23

v0.1.22

30 Mar 18:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.22

v0.1.21

30 Mar 00:15
Compare
Choose a tag to compare

What's Changed

  • 🏷 Add title/subtitle to JATS by @rowanc1 in #331
  • 📒 Track notebook source for embedded content by @fwkoch in #334
  • 👩‍🎓 Add bibliography to JATS export backmatter by @fwkoch in #333
  • 🌀 Change to SourceFileKind (from KINDS) by @rowanc1 in #335
  • 💻 Extending project frontmatter to accept thebe options by @stevejpurves in #332

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.21

v0.1.20

30 Mar 00:15
Compare
Choose a tag to compare

What's Changed

  • 🐛 Allow empty comments in myst-to-tex by @fwkoch in #326
  • © Copyright symbol must have trailing whitespace by @rowanc1 in #323
  • 👩‍🔬 Inline citation improvements by @rowanc1 in #328
  • ✨ Export full JATS article using myst-to-jats with myst-cli by @fwkoch in #324

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.20

v0.1.19

22 Mar 03:08
Compare
Choose a tag to compare

Features

  • 🎆 Resolve images with wildcard extensions to existing images by @fwkoch in #318
  • 👯‍♀️ Add option to copy template files on export and write relative paths by @fwkoch in #307
  • ✅ Parse tasklists to an AST by @rowanc1 in #322

Maintenance

  • 🎆 Refactor image conversion transform for extensibility and code deduplication by @fwkoch in #317
  • 🔧 Write only 'myst: v1' not 'jtex: v1' in template.yml by @fwkoch in #306

Bug Fixes

  • 🏷 Use non-normalized label for latex figure by @fwkoch in #309
  • 💱 Escape basic characters in latex href by @fwkoch in #319
  • 🏗 Stop hoisting deep headings into frontmatter title by @tavin in #315

Documentation

  • 📚 Document colon fence for markdown list-table title by @fwkoch in #308
  • 📖 Small updates to myst-parser readme by @rowanc1 in #320

New Contributors

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.19