Skip to content

Commit

Permalink
Move 0.5.0 highlights in the changelog (#123)
Browse files Browse the repository at this point in the history
* Move 0.5.0 highlights in the changelog

* pin sphinx
  • Loading branch information
jtpio authored Aug 14, 2024
1 parent c8f68e9 commit 51703a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
# Voici Changelog

## 0.5.0 - Highlights

Below are the major highlights in Voici 0.5.0

- Voici frontend is updated to JupyterLab 4, Voila 0.5.0 components.
- Tree page is now a Lab remix app.
- New argument `--classic-tree` to use the jinja2-based tree page instead of the Lab-based one.
- Voici CLI can be used in the same way as Voila, e.g:
- `voici .`
- `voici notebook.ipynb`
- Voici now supports the [`files` directory](https://jupyterlite.readthedocs.io/en/latest/howto/content/files.html#content-with-the-cli) to copy additional files to the Voici deployment.
- Latex expressions are rendered by `@jupyterlab/mathjax-extension` instead of relying on MathJax 2 coming from CDN.
# Changelog

<!-- <START NEW CHANGELOG ENTRY> -->

Expand Down Expand Up @@ -78,6 +65,19 @@ Users can also depend on `voici-core` if they don't want to use features provide

## 0.5.0

### Highlights

Below are the major highlights in Voici 0.5.0

- Voici frontend is updated to JupyterLab 4, Voila 0.5.0 components.
- Tree page is now a Lab remix app.
- New argument `--classic-tree` to use the jinja2-based tree page instead of the Lab-based one.
- Voici CLI can be used in the same way as Voila, e.g:
- `voici .`
- `voici notebook.ipynb`
- Voici now supports the [`files` directory](https://jupyterlite.readthedocs.io/en/latest/howto/content/files.html#content-with-the-cli) to copy additional files to the Voici deployment.
- Latex expressions are rendered by `@jupyterlab/mathjax-extension` instead of relying on MathJax 2 coming from CDN.

([Full Changelog](https://github.com/voila-dashboards/voici/compare/v0.5.0rc0...1129bbabcc4b3cbed390ecd8a311ae1f5fb6c5df))

### Bugs fixed
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- micromamba
- myst-parser
- nodejs=18
- sphinx
- sphinx<8
- pip
- pydata-sphinx-theme
- yarn=3
Expand Down

0 comments on commit 51703a7

Please sign in to comment.