Skip to content

Commit

Permalink
Update to v7.5 widgets (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Sep 29, 2019
1 parent 58170b1 commit 92e593d
Show file tree
Hide file tree
Showing 29 changed files with 960 additions and 683 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@ of how the versioning scheme that this project does not use is clearly superior
to random natural numbers and how incrementing the minor version number
indicates backward compatible changes, unless it does not.

- 2019-09-29 — Add `combobox`, `file-upload` and support for v7.5 widgets.
- 2019-09-27 — Add support for JupyterLab in Docker.
- 2019-09-07 — Add system-wide installation method.
- 2019-05-06 — Add raw string reader for kernel command line.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -247,7 +247,7 @@ during the installation phase of Roswell.
[Jupyter]: https://jupyter.org/
[Maxima-Jupyter]: https://github.com/robert-dodier/maxima-jupyter/
[mybinder-badge]: https://mybinder.org/badge_logo.svg
[mybinder]: https://mybinder.org/v2/gh/yitzchak/common-lisp-jupyter/master
[mybinder]: https://mybinder.org/v2/gh/yitzchak/common-lisp-jupyter/master?urlpath=lab
[nbviewer]: http://nbviewer.jupyter.org
[quicklisp-badge]: http://quickdocs.org/badge/common-lisp-jupyter.svg
[quicklisp-clj]: http://quickdocs.org/common-lisp-jupyter
Expand Down
2 changes: 2 additions & 0 deletions common-lisp-jupyter.asd
Expand Up @@ -47,11 +47,13 @@
(:file "dom-widget")
(:file "style")
(:file "checkbox")
(:file "combobox")
(:file "box")
(:file "button")
(:file "color-picker")
(:file "controller")
(:file "date-picker")
(:file "file-upload")
(:file "label")
(:file "link")
(:file "media")
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -247,7 +247,7 @@ during the installation phase of Roswell.
[Jupyter]: https://jupyter.org/
[Maxima-Jupyter]: https://github.com/robert-dodier/maxima-jupyter/
[mybinder-badge]: https://mybinder.org/badge_logo.svg
[mybinder]: https://mybinder.org/v2/gh/yitzchak/common-lisp-jupyter/master
[mybinder]: https://mybinder.org/v2/gh/yitzchak/common-lisp-jupyter/master?urlpath=lab
[nbviewer]: http://nbviewer.jupyter.org
[quicklisp-badge]: http://quickdocs.org/badge/common-lisp-jupyter.svg
[quicklisp-clj]: http://quickdocs.org/common-lisp-jupyter
Expand Down

0 comments on commit 92e593d

Please sign in to comment.