Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 4, 2015
1 parent 3850507 commit fa296c2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changelist.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ <h1></h1>
<div class="col-sm-8 lesson-main">
<h1 id="changelist">Changelist</h1>
<ul>
<li><p>0.0.31</p>
<ul>
<li><p>Made <code>Touch.setupVirtualDPads</code> use the middle of the referenceElement if
<code>offsetX</code> or <code>offsetY</code> is not set for that dpad.</p>
<p>This is better because it means if things change size based on CSS or other
stuff there&#39;s nothing to do. The code will just work.</p>
</li>
</ul>
</li>
<li><p>0.0.30</p>
<ul>
<li><p>added <code>--no-check-for-app</code></p>
Expand Down
8 changes: 8 additions & 0 deletions docs/changelist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelist
==========

* 0.0.31

* Made `Touch.setupVirtualDPads` use the middle of the referenceElement if
`offsetX` or `offsetY` is not set for that dpad.

This is better because it means if things change size based on CSS or other
stuff there's nothing to do. The code will just work.

* 0.0.30

* added `--no-check-for-app`
Expand Down

0 comments on commit fa296c2

Please sign in to comment.