|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> --> |
4 | 4 |
|
| 5 | +## 0.1.1 |
| 6 | + |
| 7 | +([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-suggestions/compare/a4affd0b539147e8a216c61924c1a36cd8d011e2...c93e4303c21e5629c1818fee9563d3780618c0ea)) |
| 8 | + |
| 9 | +### Enhancements made |
| 10 | + |
| 11 | +- Support cell deletion suggestions [#15](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/15) ([@trungleduc](https://github.com/trungleduc)) |
| 12 | +- Handle cell deletion and cell move [#13](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/13) ([@trungleduc](https://github.com/trungleduc)) |
| 13 | +- Add jupyter_suggestions_rtc package [#12](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/12) ([@trungleduc](https://github.com/trungleduc)) |
| 14 | +- Allow registering multiple suggestion handlers [#11](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/11) ([@trungleduc](https://github.com/trungleduc)) |
| 15 | +- Save suggestions to notebook metadata [#8](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/8) ([@trungleduc](https://github.com/trungleduc)) |
| 16 | +- Show diff in cell widget [#7](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/7) ([@trungleduc](https://github.com/trungleduc)) |
| 17 | +- Display cell in suggestion panel [#5](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/5) ([@trungleduc](https://github.com/trungleduc)) |
| 18 | +- Scaffolding UI [#4](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/4) ([@trungleduc](https://github.com/trungleduc)) |
| 19 | + |
| 20 | +### Bugs fixed |
| 21 | + |
| 22 | +- Fix deleting last cell [#27](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/27) ([@trungleduc](https://github.com/trungleduc)) |
| 23 | + |
| 24 | +### Maintenance and upkeep improvements |
| 25 | + |
| 26 | +- Bump ws from 8.14.2 to 8.18.0 in /ui-tests [#26](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/26) ([@dependabot](https://github.com/dependabot)) |
| 27 | +- Bump cross-spawn from 7.0.3 to 7.0.6 in /ui-tests [#24](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/24) ([@dependabot](https://github.com/dependabot)) |
| 28 | +- Bump nanoid from 3.3.7 to 3.3.8 in /ui-tests [#25](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/25) ([@dependabot](https://github.com/dependabot)) |
| 29 | +- Update links to the repo [#23](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/23) ([@jtpio](https://github.com/jtpio)) |
| 30 | +- Update to JupyterLab 0.5.0 pre-release [#21](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/21) ([@jtpio](https://github.com/jtpio)) |
| 31 | +- Add UI tests [#17](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/17) ([@trungleduc](https://github.com/trungleduc)) |
| 32 | +- Remove workaround for the browser check [#16](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/16) ([@jtpio](https://github.com/jtpio)) |
| 33 | +- Convert to monorepo [#3](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/3) ([@trungleduc](https://github.com/trungleduc)) |
| 34 | + |
| 35 | +### Documentation improvements |
| 36 | + |
| 37 | +- Add a screenshot to the README [#22](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/22) ([@jtpio](https://github.com/jtpio)) |
| 38 | +- Add workflow to deploy a JupyterLite on GitHub Pages [#2](https://github.com/jupyterlab-contrib/jupyter-suggestions/pull/2) ([@jtpio](https://github.com/jtpio)) |
| 39 | + |
| 40 | +### Contributors to this release |
| 41 | + |
| 42 | +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-suggestions/graphs/contributors?from=2024-10-23&to=2024-12-19&type=c)) |
| 43 | + |
| 44 | +[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-suggestions+involves%3Adependabot+updated%3A2024-10-23..2024-12-19&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-suggestions+involves%3Ajtpio+updated%3A2024-10-23..2024-12-19&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-suggestions+involves%3Atrungleduc+updated%3A2024-10-23..2024-12-19&type=Issues) |
| 45 | + |
5 | 46 | <!-- <END NEW CHANGELOG ENTRY> --> |
0 commit comments