Release 2.11.0

This commit is contained in:
Raul Ochoa 2015-03-05 18:53:24 +01:00
parent 734e6e119a
commit 0a8708d044
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
2.11.0
- Do not fix values in the edge (#147)
- Windshaft provider accepts an optional data type for coordinates (#149)
- Acceptance tests
- renderTile accepts a callback to be called when rendering finishes
- tile rendering deferred until all assets are loaded
- sprite rendering now scales source to marker dimensions
- Filters accept a canvas class
2.10.1
- Adjusted point position taking resolution into account
- Changed loop: false to pause animation at last frame

View File

@ -1,6 +1,6 @@
{
"name": "torque.js",
"version": "2.10.1",
"version": "2.11.0",
"description": "Torque javascript library",
"repository": {
"type": "git",