This repository was archived by the owner on Feb 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2626 run : |
2727 jlpm
2828 cd test-jlab-toastify
29+ jlpm install
2930 jlpm remove jupyterlab_toastify
3031 jlpm add file:${PWD}/..
31- jlpm build
3232 jupyter labextension install .
3333 python -m jupyterlab.browser_check
Original file line number Diff line number Diff line change @@ -75,6 +75,11 @@ The toast container will be added to the DOM automatically by `react-toastify`.
7575
7676## Changelog
7777
78+ ### v4.1.0
79+
80+ - Features
81+ - Use SVG icons
82+
7883### v4.0.0
7984
8085- Features
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyterlab_toastify" ,
3- "version" : " 4.0 .0" ,
3+ "version" : " 4.1 .0" ,
44 "description" : " Integrate 'react-toastify' nicely in JupyterLab." ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change 22
33A dummy JupyterLab extension to test ` jupyterlab-toastify ` .
44
5- > The package ` jupyterlab-toastify ` is installed through absolute path. That needs to be updated.
5+ > The package ` jupyterlab-toastify ` is installed through absolute path. It needs to be updated to test it locally .
Original file line number Diff line number Diff line change 3232 },
3333 "dependencies" : {
3434 "@jupyterlab/application" : " ^2.0.0" ,
35- "jupyterlab_toastify" : " file:/home/fcollonval/jupyterlab_toastify/test-jlab-toastify /.."
35+ "jupyterlab_toastify" : " file:. /.."
3636 },
3737 "devDependencies" : {
3838 "@types/react" : " ^16.9.0" ,
You can’t perform that action at this time.
0 commit comments