Release 2.11.0
This commit is contained in:
parent
734e6e119a
commit
0a8708d044
9
NEWS
9
NEWS
@ -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
|
2.10.1
|
||||||
- Adjusted point position taking resolution into account
|
- Adjusted point position taking resolution into account
|
||||||
- Changed loop: false to pause animation at last frame
|
- Changed loop: false to pause animation at last frame
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "torque.js",
|
"name": "torque.js",
|
||||||
"version": "2.10.1",
|
"version": "2.11.0",
|
||||||
"description": "Torque javascript library",
|
"description": "Torque javascript library",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user