2021-02-20 13:22:24 +00:00
|
|
|
# Changelog
|
|
|
|
|
2021-02-21 15:10:52 +00:00
|
|
|
## v1.0.3
|
|
|
|
|
|
|
|
### Various changes
|
|
|
|
|
|
|
|
* Using converseJS ^7.0.4
|
|
|
|
* Updating documentation
|
|
|
|
|
2021-02-21 01:00:13 +00:00
|
|
|
## 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.
|
|
|
|
|
2021-02-21 00:22:07 +00:00
|
|
|
## 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
|
2021-02-20 22:29:07 +00:00
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
|
|
* Optional Builtin ConverseJS
|
2021-02-20 22:37:23 +00:00
|
|
|
* Option for enabling live only on local videos
|
2021-02-20 23:13:29 +00:00
|
|
|
* The «open in new window» button is optional
|
2021-02-20 22:29:07 +00:00
|
|
|
|
2021-02-20 15:31:16 +00:00
|
|
|
## v0.0.8
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
|
|
* The chat is displayed on the right of the video
|
|
|
|
|
2021-02-20 15:03:44 +00:00
|
|
|
## v0.0.7
|
|
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
|
|
|
|
* Fix incomplete commit
|
|
|
|
|
2021-02-20 13:22:24 +00:00
|
|
|
## v0.0.6
|
|
|
|
|
2021-02-20 13:28:02 +00:00
|
|
|
### Features
|
|
|
|
|
|
|
|
* Use eslint to lint the code
|
|
|
|
|
2021-02-20 14:45:45 +00:00
|
|
|
### Bug fixes
|
2021-02-20 13:28:02 +00:00
|
|
|
|
|
|
|
* Fix dom positionning
|
2021-02-20 14:41:00 +00:00
|
|
|
* Chat should be displayed for waiting and ended lives
|
|
|
|
* Chat and chat buttons must be cleaned out of the dom on navigation
|
2021-02-20 13:22:24 +00:00
|
|
|
|
|
|
|
## v0.0.5
|
|
|
|
|
2021-02-20 13:28:02 +00:00
|
|
|
* Initial release
|