UNPKG

688 BMarkdownView Raw
1# 1.3.0
2
3Add openUrl(). And Mouse.onmouseup.
4
5# 1.2.0
6
7Add optional bounding rectangle to Mouse.isPressed(). This makes the API more similar to consumePressed().
8
9# 1.1.2
10
11Fix iPhone/iPad detection.
12
13# 1.1.1
14
15Include ad sizes.
16
17# 1.1.0
18
19Add advertising support. Currently only uses iAd in Ejecta.
20
21# 1.0.1
22
23Fix mouse coordinates in Ejecta when canvas is scaled.
24
25# 1.0.0
26
27Convert save data to async API so it works with Chrome Apps. This is a breaking change, so respecting semver makes me bump the version to 1.0.0. :-/
28
29# 0.1.6
30
31Fix scaling on Ejecta. You must now specify canvas.width/height in JS instead of HTML.
32
33# 0.1.5
34
35Fix font loading in Firefox. It doesn't like single quotes.