peertube-plugin-livechat/CHANGELOG.md
John Livingston 8246e12297 ConverseJS fixes and documentation:
* using version 7.0.4
* update documentation and example files
* disable discover_connection_methods option
2021-02-21 16:13:48 +01:00

57 lines
881 B
Markdown

# Changelog
## v1.0.3
### Various changes
* Using converseJS ^7.0.4
* Updating documentation
## v1.0.2
### Bug fixes
* Quick fix: add a min-height for the iframe, so that it is not too tiny when under the video.
## v1.0.1
### Bug fixes
* When installing the plugin from npm, the node_modules don't come with: copying converseJS to dist folder.
## v1.0.0
### Features
* Optional Builtin ConverseJS
* Option for enabling live only on local videos
* The «open in new window» button is optional
## v0.0.8
### Features
* The chat is displayed on the right of the video
## v0.0.7
### Bug Fixes
* Fix incomplete commit
## v0.0.6
### Features
* Use eslint to lint the code
### Bug fixes
* Fix dom positionning
* Chat should be displayed for waiting and ended lives
* Chat and chat buttons must be cleaned out of the dom on navigation
## v0.0.5
* Initial release