From 0a8708d0443f9ef0af692e552f836d64cfa1acac Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 5 Mar 2015 18:53:24 +0100 Subject: [PATCH] Release 2.11.0 --- NEWS | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 12d9ace..0c39109 100644 --- a/NEWS +++ b/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 - Adjusted point position taking resolution into account - Changed loop: false to pause animation at last frame diff --git a/package.json b/package.json index 9b0101f..0098836 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "torque.js", - "version": "2.10.1", + "version": "2.11.0", "description": "Torque javascript library", "repository": { "type": "git",