File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v0.17.0 - 2022-29-09
4+
5+ [ Full changelog] ( https://github.com/executablebooks/MyST-NB/compare/v0.16.0...v0.17.0 )
6+
7+ - π IMPROVE: Replace sphinx-togglebutton with built-in functionality (#446 )
8+ This allows for tighter integration with myst-nb:
9+
10+ - Nicer rendering of the hidden content buttons
11+ - Customisation of the hide/show prompts
12+
13+ - π FIX: Inline exec variables with multiple outputs (#440 )
14+ Previously, it was assumed that a variable evaluation would only ever create 0 or 1 outputs.
15+ Multiple are now allowed.
16+
17+ - π IMPROVE: cache bust changes to CSS (#447 )
18+ - π IMPROVE: Move CSS colors to variables (#448 )
19+
320## v0.16.0 - 2022-06-13
421
522[ Full changelog] ( https://github.com/executablebooks/MyST-NB/compare/v0.15.0...v0.16.0 )
Original file line number Diff line number Diff line change 11"""A docutils/sphinx parser for Jupyter Notebooks."""
2- __version__ = "0.16 .0"
2+ __version__ = "0.17 .0"
33
44
55def setup (app ):
You canβt perform that action at this time.
0 commit comments