|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## v1.3.0 - 2025-07-13 |
| 4 | + |
| 5 | +([full changelog](https://github.com/executablebooks/MyST-NB/compare/v1.2.0...v1.3.0)) |
| 6 | + |
| 7 | + |
| 8 | +## What's Changed |
| 9 | + |
| 10 | +### Enhancements made |
| 11 | + |
| 12 | +* ENH: Adding scroll bars with proper cell tags by @dprada in https://github.com/executablebooks/MyST-NB/pull/454 |
| 13 | +* Use admonitions to style collapsible cells :) by @sneakers-the-rat in https://github.com/executablebooks/MyST-NB/pull/656 |
| 14 | +* Improve output cells in dark mode by @jaladh-singhal in https://github.com/executablebooks/MyST-NB/pull/679 |
| 15 | +* Add scroll_outputs configuration by @jaladh-singhal in https://github.com/executablebooks/MyST-NB/pull/683 |
| 16 | +* ENH: Add handling of image based `PendingGlueReference` in `generate_any_nodes` by @StFroese in https://github.com/executablebooks/MyST-NB/pull/675 |
| 17 | + |
| 18 | +### Maintenance and upkeep improvements |
| 19 | + |
| 20 | +* DOCS: clarify meaning of merge_streams option (#664) by @mforbes in https://github.com/executablebooks/MyST-NB/pull/665 |
| 21 | +* MAINT: minor cleanups by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/669 |
| 22 | +* DOC: Mention conflict with myst_parser extension by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/672 |
| 23 | +* TEST: Adding a test case for multiple captioned figures by @mmcky in https://github.com/executablebooks/MyST-NB/pull/373 |
| 24 | +* Fix link to EBP Contributing Guide by @StFroese in https://github.com/executablebooks/MyST-NB/pull/674 |
| 25 | +* MAINT: limit ipython in tox job, too by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/687 |
| 26 | +* docs: nicer types in docs by @henryiii in https://github.com/executablebooks/MyST-NB/pull/688 |
| 27 | + |
| 28 | +## New Contributors |
| 29 | +* @mforbes made their first contribution in https://github.com/executablebooks/MyST-NB/pull/665 |
| 30 | +* @dprada made their first contribution in https://github.com/executablebooks/MyST-NB/pull/454 |
| 31 | +* @StFroese made their first contribution in https://github.com/executablebooks/MyST-NB/pull/674 |
| 32 | +* @jaladh-singhal made their first contribution in https://github.com/executablebooks/MyST-NB/pull/679 |
| 33 | +* @henryiii made their first contribution in https://github.com/executablebooks/MyST-NB/pull/688 |
| 34 | + |
| 35 | + |
3 | 36 | ## v1.2.0 - 2025-02-07 |
4 | 37 |
|
5 | 38 | ([full changelog](https://github.com/executablebooks/MyST-NB/compare/v1.1.2...v1.2.0)) |
|
0 commit comments