Releases: jupyterlab-contrib/jupyterlab_code_formatter
Releases · jupyterlab-contrib/jupyterlab_code_formatter
v3.0.3
3.0.3
Maintenance and upkeep improvements
- Update snapshots bot checkout and permission check #373 (@martinRenou, @krassowski)
Other merged PRs
- Drop
NPM_TOKENfor trusted publishers setup #374 (@krassowski, @AA-Turner) - feat: improve isort configurability #370 (@lucas-bremond, @AA-Turner, @krassowski)
- ruff format: don't pass -q #368 (@nelhage, @AA-Turner, @Hnasar, @krassowski)
- Fix SyntaxWarning by using a raw string in the regex pattern #366 (@tsvikas, @krassowski, @shreve)
Contributors to this release
The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.
(GitHub contributors page for this release)
@AA-Turner (activity) | @Hnasar (activity) | @krassowski (activity) | @lucas-bremond (activity) | @martinRenou (activity) | @nelhage (activity) | @shreve (activity) | @tsvikas (activity)
v3.0.2
v3.0.1
3.0.1
Bugs fixed
Maintenance and upkeep improvements
- Use the new
publish-releaseaction #355 (@krassowski) - Add badges and fix some links #351 (@fcollonval)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@fcollonval | @github-actions | @krassowski | @panangam | @shreve
v3.0.0
3.0.0
Important
This version requires JupyterLab 4.0 or newer. JupyterLab 3.x is no longer supported.
Enhancements made
- Add JupyterLab :: 4 classifier #322 (@graelo)
- Editor auto save #318 (@ryantam626)
- Add suppress error iff auto formatting on save config #317 (@ryantam626)
- Add go to cell option in failure dialog #316 (@ryantam626)
Bugs fixed
- Fix environment variable leak for unused formatters #338 (@krassowski)
- Suppress stderr in call to ruff and add ruff formatter #333 (@felix-cw)
- fix: restore support for python>=3.7,<3.9 #311 (@pdhall99)
Maintenance and upkeep improvements
- Fix workflows, build against JupyterLab 4, fix build TS 5 errors, lint #346 (@krassowski)
Contributors to this release
(GitHub contributors page for this release)
@felix-cw | @github-actions | @graelo | @krassowski | @pdhall99 | @ryantam626