Skip to content

Latest commit

ย 

History

History
408 lines (222 loc) ยท 27.7 KB

CHANGELOG.md

File metadata and controls

408 lines (222 loc) ยท 27.7 KB

Changelog

2.4.2

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@agoose77

2.4.1

(Full Changelog)

Enhancements made

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @github-actions

2.4.0

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@agoose77

2.3.2

(Full Changelog)

Bugs fixed

  • use not checked instead of == to hopefully make the linter happy? #228 (@batpad)
  • fix: don't render list items as task items #223 (@tavin)

Contributors to this release

(GitHub contributors page for this release)

@batpad | @github-actions | @rowanc1 | @tavin | @welcome

2.3.1

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@agoose77

2.3.0

(Full Changelog)

Enhancements made

Bugs fixed

  • FIX: line number is now human-readable (1 indexed) #202 (@agoose77)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @github-actions | @rowanc1

2.1.0

(Full Changelog)

Enhancements made

Bugs fixed

  • ๐ŸŽจ Update HTML styles for buttons, kbd, etc. #186 (@rowanc1)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @fwkoch | @github-actions | @nthiery | @rowanc1 | @stevejpurves

2.0.3rc1

(Full Changelog)

Enhancements made

Bugs fixed

  • ๐ŸŽจ Update HTML styles for buttons, kbd, etc. #186 (@rowanc1)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @fwkoch | @github-actions | @nthiery | @rowanc1 | @stevejpurves

2.0.3a0

(Full Changelog)

Enhancements made

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @fwkoch | @github-actions | @nthiery | @rowanc1 | @stevejpurves

2.0.2

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @github-actions | @rowanc1

2.0.1

(Full Changelog)

Enhancements made

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @rowanc1 | @stevejpurves | @welcome

2.0.0

(Full Changelog)

Enhancements made

Bugs fixed

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @fperez | @github-actions | @GlobalMin | @parmentelat | @rowanc1 | @tavin | @welcome

1.2.0

(Full Changelog)

Enhancements made

  • ๐ŸŽจ Theme updates for showing proofs, algorithms, and github previews #140 (@rowanc1)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @github-actions | @kolibril13 | @rowanc1 | @welcome

1.1.3

(Full Changelog)

Enhancements made

  • โœ… Editable task lists #121 (@rowanc1)
  • ๐Ÿ›ฉ๐Ÿ‘ฉโ€โœˆ๏ธ๐Ÿ’บ Remove almost all preflight css #117 (@rowanc1)
  • ๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ Move to Jupyter-based styles #116 (@rowanc1)

Bugs fixed

  • ๐Ÿ‘ฎ Executing Markdown cells should set trust #119 (@agoose77)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @github-actions | @rowanc1

1.1.2

(Full Changelog)

Enhancements made

Bugs fixed

Other merged PRs

  • refactor: use preferredMimeType to identity text/plain #104 (@agoose77)

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @github-actions | @rowanc1

1.1.1

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @fperez | @github-actions | @rowanc1 | @welcome

1.1.0

(Full Changelog)

Enhancements made

  • ๐Ÿคฉ Inline expressions #92 (@rowanc1)
  • ๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ Improve myst styles #91 (@rowanc1)
  • ๐Ÿงœโ€โ™€๏ธ Upgrade to new MyST markdown parsers #88 (@rowanc1)

Bugs fixed

  • ๐Ÿ› Show citations with an error #93 (@rowanc1)

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @rowanc1

1.0.1

(Full Changelog)

Bugs fixed

  • fix: use selector for JupyterLab dark mode #85 (@agoose77)

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @github-actions

v1.0.0 - 2023/02/11

Merge and release the next version of jupyterlab-myst as a major version bump! ๐Ÿš€ See for discussion.


jupyterlab-mystjs

Merge the repositories of jupyterlab-mystjs and jupyterlab-myst together.

v0.1.4

Support legacy mode to open with the myst renderer or the original notebook with a right click.

v0.1.3

Support local images and links, for example, opening a link to another notebook.

v0.1.2

Use @myst-theme components from NPM.


jupyterlab-mystjs

This project was merged with the original version, based on jupyterlab-markup, the release history can be found on the v0 branch.

v0.1.7 - pre-release

Support for sphinx math, eval inline directives for inline execution.

v0.1.6

Last stable release of jupyterlab-myst based on markdown-it and jupyterlab-markup.