mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
Added a new theme (Rain Drops)
Added a "video-on-login-screen" plugin Added a few branding settings
This commit is contained in:
parent
0735071f1c
commit
67c5e31e58
32 changed files with 971 additions and 30 deletions
41
plugins/video-on-login-screen/js/vide/CHANGELOG.md
Normal file
41
plugins/video-on-login-screen/js/vide/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
### 0.3.0
|
||||
* Added the `resizing` option.
|
||||
* Updated tests.
|
||||
|
||||
### 0.2.1
|
||||
* Code refactoring.
|
||||
* Updated devDependencies.
|
||||
|
||||
### 0.2.0
|
||||
* Lots of updates since 0.1.0.
|
||||
* Improved code linting.
|
||||
* Cleaned up the repository.
|
||||
* Added bower dependencies.
|
||||
* Updated devDependencies.
|
||||
|
||||
### 0.1.4
|
||||
* Fixed wrong URL parsing.
|
||||
* Changed main files in bower.json.
|
||||
|
||||
### 0.1.3
|
||||
* Path argument can receive list of sources.
|
||||
* Strings with options and pathes can be passed to the constructor directly.
|
||||
* Added `posterType: none` value.
|
||||
* Updated README.
|
||||
* Updated JSDoc.
|
||||
* Updated tests.
|
||||
* Updated examples.
|
||||
* Added CONTRIBUTING.md
|
||||
* Other small fixes and optimizations.
|
||||
|
||||
### 0.1.2
|
||||
* Restored `posterType` option to specify poster image type.
|
||||
|
||||
### 0.1.1
|
||||
* Support of absolute URLs (#10).
|
||||
* Fixed the CORS issue (#11).
|
||||
* Fixed the destroy method.
|
||||
* Fixed parsing of empty options.
|
||||
* Poster and video positions are the same now.
|
||||
* Syntax and behavior of the position option are similar to the CSS `background-position` property.
|
||||
* Add support of the `.jpeg` extension.
|
||||
Loading…
Add table
Add a link
Reference in a new issue