- Updating dependencies and various blocks of code to ensure extension is compatible with newer versions of jupyterlab.
- The templates folder display order now follows the order that they are defined in the config file
- Add a flag to allow for sorting template directory contents by name.
- change the preview handler from IPythonHandler to JupyterHandler because it has been moved in later versions of Python.
- update build system to newer version numbers so the project will build
- show scroll bar if there are many templates to list
- Fixed bug that failed to share on with url escape string
- Simplify share path
- Allow share the template with URL, and people with the same URL with open the preview window on their server
- Allow publish templates from filebrowser
- Added loading icon when loading template list
- Fixed a bug that failed to preview template when file name contains html special char
- Support providing templates from different contents manager
- Preview template before import it.