mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 00:34:42 +00:00
Bump version to 1.2.0
This commit is contained in:
parent
2da0d8ee53
commit
c20557dde2
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,7 +2,17 @@
|
||||
|
||||
### Features
|
||||
|
||||
Users can pass an initial layout (TODO: Documentation)
|
||||
- Users can pass an initial layout (TODO: Documentation)
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Features
|
||||
|
||||
- Users can register an `onWillClose` callback, which is passed a `cancel` function. The `cancel` function can be called to prevent Webamp from closing. [#655](https://github.com/captbaritone/webamp/pull/655)
|
||||
|
||||
### Internal changes
|
||||
|
||||
- Webamp is now mostly built with [TypeScript](https://www.typescriptlang.org/).
|
||||
|
||||
## 1.1.2
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
<div id='app'>
|
||||
<!-- Webamp will attempt to center itself within this div -->
|
||||
</div>
|
||||
<script src="https://unpkg.com/webamp@1.1.2/built/webamp.bundle.min.js"></script>
|
||||
<script src="https://unpkg.com/webamp@1.2.0/built/webamp.bundle.min.js"></script>
|
||||
<script>
|
||||
const Webamp = window.Webamp;
|
||||
new Webamp({
|
||||
|
@ -10,6 +10,6 @@
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"webpack-cli": "^2.0.13",
|
||||
"webamp": "1.1.2"
|
||||
"webamp": "1.2.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "webamp",
|
||||
"version": "1.1.2",
|
||||
"version": "1.2.0",
|
||||
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
||||
"main": "built/webamp.bundle.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user