diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbaafc..8161ece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.1.2](https://github.com/socketio/socket.io-admin-ui/compare/0.1.1...0.1.2) (2021-06-02) + + +### Bug Fixes + +* **server:** add support for dynamic namespaces ([74f1c20](https://github.com/socketio/socket.io-admin-ui/commit/74f1c20f6ad878c3d11c5fc80dd8d12ee02d7bfb)) +* **server:** only serialize required handshake attributes ([1cf991e](https://github.com/socketio/socket.io-admin-ui/commit/1cf991e49a1e2b172acca40ca3d259dad9c22915)) +* **ui:** allow to specify the connection path ([7ad384d](https://github.com/socketio/socket.io-admin-ui/commit/7ad384dd3485b8500217a489f8a376d2641d81e0)) + + + ## [0.1.1](https://github.com/socketio/socket.io-admin-ui/compare/0.1.0...0.1.1) (2021-05-09) diff --git a/package-lock.json b/package-lock.json index 87f6bda..077156d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@socket.io/admin-ui", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5347e67..12ef48d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@socket.io/admin-ui", - "version": "0.1.1", + "version": "0.1.2", "description": "Admin UI for Socket.IO", "files": [ "dist/", diff --git a/ui/dist/index.html b/ui/dist/index.html index 50b6aa6..3050d67 100644 --- a/ui/dist/index.html +++ b/ui/dist/index.html @@ -1 +1 @@ -
{{ serverUrl }}
\n {{ namespace.name }}
\n {{ socket.nsp }}
\n {{ value }}
\n \n\n \n {{ nsp }}
\n {{ serverUrl }}
\n {{ namespace.name }}
\n {{ socket.nsp }}
\n {{ value }}
\n \n\n \n {{ nsp }}
\n