Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 22:52

0.1.1 — packaging fix

Fixed

  • Declared pygments as a runtime dependency. CodeEditor requires Pygments
    for syntax highlighting, but it was not listed in the project dependencies, so a
    clean pip install bootstack would raise ModuleNotFoundError: No module named 'pygments' when constructing a CodeEditor (including on the bundled demo's
    editing page). Pygments is now installed automatically with bootstack.

What's Changed

Full Changelog: v0.1.0...v0.1.1