Releases: finos/jupyterlab_templates
Releases · finos/jupyterlab_templates
v0.5.2
What's Changed
- move from request helper to native fetch, fixes #242 by relying on browser default by @timkpaine in #247
- Update
ruff
utilization, removed unused workflow, use ServerConnection.makeRequest by @timkpaine @minrk in #253
Full Changelog: v0.5.1...v0.5.2
Release v0.5.1
What's Changed
- bump node to 16, remove extraneous stuff in ci by @timkpaine in #223
- bump javascript deps by @timkpaine in #230
- Move to ruff formatter, remove black by @timkpaine in #231
- add governance policies and finos tags by @timkpaine in #233
- Update CONTRIBUTING.md by @TheJuanAndOnly99 in #240
- Add template_label setting by @forest-d in #241
- CVE and License scanning for node by @TheJuanAndOnly99 in #236
- Bump version: 0.5.0 → 0.5.1 by @timkpaine in #246
New Contributors
- @TheJuanAndOnly99 made their first contribution in #240
- @forest-d made their first contribution in #241
Full Changelog: v0.5.0...v0.5.1
Release v0.5.0
What's Changed
- Bump tough-cookie from 4.1.2 to 4.1.3 in /js by @dependabot in #218
- Bump semver from 5.7.1 to 5.7.2 in /js by @dependabot in #219
- Support JupyterLab 4 by @timkpaine in #220
- Bump version: 0.4.1 → 0.5.0 by @timkpaine in #222
Full Changelog: v0.4.1...v0.5.0
Release v0.4.0
What's Changed
- Release v0.3.2 by @timkpaine in #176
- fix manifest to exclude node_modules and built assets by @timkpaine in #177
- update dependencies by @timkpaine in #179
- Clean up references and add files for FINOS move by @timkpaine in #181
- Bump actions/setup-python from 2 to 4 by @dependabot in #182
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #183
- Bump actions/setup-node from 1 to 3 by @dependabot in #185
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #186
- Bump actions/checkout from 2 to 3 by @dependabot in #184
- fix lint error for new black version by @timkpaine in #188
- bump jsdeps for vulns by @timkpaine in #189
- Bump json5 from 1.0.1 to 1.0.2 in /js by @dependabot in #190
- Bump JS deps to latest by @timkpaine in #191
- add security checks, add license checks, prune docs by @timkpaine in #180
- fixes #167 for new jupyter-server by @timkpaine in #200
- Use nb server logging instead of print by @toslunar in #202
- uplift to latest standards with ruff and hatch by @timkpaine in #203
New Contributors
Full Changelog: v0.3.2...v0.4.0
Release v0.3.2
Maintenance release
Release v0.3.1
- Drop python 3.6
- Add python 3.9
- Fix bugs with JLab 3.0
- Dist with prebuilt extension
Release v0.3.0
Support for JupyterLab 3
Release v0.2.5
Bugfix release to include default template
Release v0.2.4
- Lots of cleanup/reorganization
- Better template directory support for grouping templates under a given project
- Allow symlinks
Release v0.2.3
- JLab 2.0 support
- bugfixes
- dist enhancements