Releases: jupyterlab-contrib/search-replace
Releases · jupyterlab-contrib/search-replace
v1.1.0
1.1.0
Maintenance and upkeep improvements
- Add support for JupyterLab 4 #105 (@fcollonval)
Contributors to this release
v1.0.2
What's Changed
- ✨ Enhancement:
- Add support for jupyter server v2 by @fcollonval in #89
- 🐛 Bug fix:
- Fix language domain by @fcollonval in #92
- 📖 Documentation:
- Clarify install instructions by @legendb317 in #85
- 🚧 Maintenance:
- Add support for jupyter server v2 by @fcollonval in #89
- Fix enabling the server extension on Binder by @fcollonval in #80
- Bump terser from 5.13.0 to 5.14.2 by @dependabot in #81
- Bump moment from 2.29.3 to 2.29.4 by @dependabot in #82
- Bump moment from 2.29.2 to 2.29.4 in /ui-tests by @dependabot in #83
- Bump shell-quote from 1.7.2 to 1.7.3 by @dependabot in #84
- Bump loader-utils from 1.4.0 to 1.4.1 by @dependabot in #86
- Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #87
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #90
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #91
- Bump vega from 5.21.0 to 5.23.0 in /ui-tests by @dependabot in #93
- Bump webpack from 5.72.0 to 5.76.1 by @dependabot in #94
- Publish using trusted publisher by @fcollonval in #95
- Add support for jupyter server v2 by @fcollonval in #89
New Contributors
- @legendb317 made their first contribution in #85
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Bug fix 🐛 :
- Display an error message when the search failed by @fcollonval in #76
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
This is the first stable release 🎆 Thanks a lot to @madhur-tandon for all the work.
- New features ✨ :
- add progress bar by @madhur-tandon in #37
- add options for search input by @madhur-tandon in #38
- add refresh button by @madhur-tandon in #41
- add expand-collapse button by @madhur-tandon in #42
- Include exclude UI by @madhur-tandon in #43
- add support for breadcrumbs by @madhur-tandon in #46
- add replace backend for server by @madhur-tandon in #49
- UI for replace action by @madhur-tandon in #51
- add replace per match and replaceAll per file by @madhur-tandon in #52
- Add translation by @fcollonval in #55
- Style the panel by @fcollonval in #56
- Display the search statistics by @fcollonval in #60
- Highlighting of matches is wrong if there are unicode in the string by @fcollonval in #59
- Add some documentation by @fcollonval in #62
- Suppress max count by @fcollonval in #64
- Add support for replacing with regex group by @fcollonval in #63
- Improve file filters by @fcollonval in #67
- Make search max count configurable by @fcollonval in #68
- Support search query starting with dash by @fcollonval in #66
- Improve breadcrumb styling by @fcollonval in #69
- Add undo for replacement by @fcollonval in #70
- Bug fix 🐛 :
- Support search query starting with dash by @fcollonval in #66
- Maintenance 🚧 :
- Add screencast and update documentation by @fcollonval in #71
- Add publication workflow by @fcollonval in #72
Full Changelog: v0.1.0...v1.0.0
v0.1.0
What's Changed
- search request + tests + schema + case-sensitive by @madhur-tandon in #15
- add option for whole words by @madhur-tandon in #16
- add ability to include and exclude files by @madhur-tandon in #17
- add option for regex by @madhur-tandon in #18
- frontend bar, debouncer, task cancellation by @madhur-tandon in #30
- add basic search test with playwright by @madhur-tandon in #31
- Tree view by @madhur-tandon in #32
Maintenance
- Fix the CI by @fcollonval in #11
- Bump url-parse from 1.5.4 to 1.5.7 by @dependabot in #14
- Add pytest on CI by @fcollonval in #19
- Bump url-parse from 1.5.7 to 1.5.10 by @dependabot in #20
New Contributors
- @madhur-tandon made their first contribution in #15
Full Changelog: https://github.com/jupyterlab-contrib/search-replace/commits/v0.1.0