|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> -->
|
4 | 4 |
|
5 |
| -## 1.3.0rc0 |
| 5 | +## 1.3.0 |
6 | 6 |
|
7 | 7 | ([Full Changelog](https://github.com/jupyter/nbclassic/compare/v1.2.0...5d1cf0221a03898907cf5f1576e87041fffc76c0))
|
8 | 8 |
|
|
40 | 40 |
|
41 | 41 | <!-- <END NEW CHANGELOG ENTRY> -->
|
42 | 42 |
|
| 43 | +## 1.3.0rc0 |
| 44 | + |
| 45 | +([Full Changelog](https://github.com/jupyter/nbclassic/compare/v1.2.0...5d1cf0221a03898907cf5f1576e87041fffc76c0)) |
| 46 | + |
| 47 | +### Enhancements made |
| 48 | + |
| 49 | +- Improve build performance through improving artifact patterns [#317](https://github.com/jupyter/nbclassic/pull/317) ([@danyeaw](https://github.com/danyeaw)) |
| 50 | +- Save as improvements [#267](https://github.com/jupyter/nbclassic/pull/267) ([@andrewfulton9](https://github.com/andrewfulton9)) |
| 51 | + |
| 52 | +### Maintenance and upkeep improvements |
| 53 | + |
| 54 | +- Upload release artifacts on push [#332](https://github.com/jupyter/nbclassic/pull/332) ([@RRosio](https://github.com/RRosio)) |
| 55 | +- Add Release workflows [#331](https://github.com/jupyter/nbclassic/pull/331) ([@RRosio](https://github.com/RRosio)) |
| 56 | +- Fix set-output deprecation warnings [#330](https://github.com/jupyter/nbclassic/pull/330) ([@RRosio](https://github.com/RRosio)) |
| 57 | +- Update JavaScript dependencies [#329](https://github.com/jupyter/nbclassic/pull/329) ([@danyeaw](https://github.com/danyeaw)) |
| 58 | +- Drop support for Python 3.8, Test with 3.12 and 3.13 [#327](https://github.com/jupyter/nbclassic/pull/327) ([@danyeaw](https://github.com/danyeaw)) |
| 59 | +- Automatically cancel concurrent workflows [#326](https://github.com/jupyter/nbclassic/pull/326) ([@danyeaw](https://github.com/danyeaw)) |
| 60 | +- Initial migration from Bower to Yarn [#323](https://github.com/jupyter/nbclassic/pull/323) ([@danyeaw](https://github.com/danyeaw)) |
| 61 | +- Fix CI `Check Release` job with deprecated action use [#322](https://github.com/jupyter/nbclassic/pull/322) ([@RRosio](https://github.com/RRosio)) |
| 62 | +- Update JQuery, Bootstrap, Underscore, Backbone, and requirejs-text [#321](https://github.com/jupyter/nbclassic/pull/321) ([@danyeaw](https://github.com/danyeaw)) |
| 63 | +- Restore usage of flake8 and add to CI [#316](https://github.com/jupyter/nbclassic/pull/316) ([@danyeaw](https://github.com/danyeaw)) |
| 64 | +- Migrate from setup.py to pyproject.toml [#315](https://github.com/jupyter/nbclassic/pull/315) ([@danyeaw](https://github.com/danyeaw)) |
| 65 | +- Update macos action runner image to macos-13 [#311](https://github.com/jupyter/nbclassic/pull/311) ([@RRosio](https://github.com/RRosio)) |
| 66 | +- Remove use of deprecated distutils [#310](https://github.com/jupyter/nbclassic/pull/310) ([@danyeaw](https://github.com/danyeaw)) |
| 67 | + |
| 68 | +### Documentation improvements |
| 69 | + |
| 70 | +- Improve JS Test Docs for macOS and Fix Flaky Test [#320](https://github.com/jupyter/nbclassic/pull/320) ([@danyeaw](https://github.com/danyeaw)) |
| 71 | +- Fix documentation title formatting [#319](https://github.com/jupyter/nbclassic/pull/319) ([@danyeaw](https://github.com/danyeaw)) |
| 72 | + |
| 73 | +### Contributors to this release |
| 74 | + |
| 75 | +([GitHub contributors page for this release](https://github.com/jupyter/nbclassic/graphs/contributors?from=2025-01-15&to=2025-04-24&type=c)) |
| 76 | + |
| 77 | +[@andrewfulton9](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Aandrewfulton9+updated%3A2025-01-15..2025-04-24&type=Issues) | [@danyeaw](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Adanyeaw+updated%3A2025-01-15..2025-04-24&type=Issues) | [@peytondmurray](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Apeytondmurray+updated%3A2025-01-15..2025-04-24&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3ARRosio+updated%3A2025-01-15..2025-04-24&type=Issues) |
| 78 | + |
43 | 79 | ## 1.2.0
|
44 | 80 |
|
45 | 81 | ([Full Changelog](https://github.com/jupyter/nbclassic/compare/v1.1.0...9ae4cb137ea46c9a29cdcf56032dae624f6ff8d8))
|
|
0 commit comments