Skip to content

Commit 9c50466

Browse files
committed
Merge branch 'release/0.32.0'
2 parents 33dcdf5 + da239e3 commit 9c50466

12 files changed

Lines changed: 31 additions & 31 deletions

dist/handsontable.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/handsontable.full.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2424
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2525
*
26-
* Version: 0.32.0-beta2
27-
* Date: Tue May 23 2017 14:32:41 GMT+0200 (CEST)
26+
* Version: 0.32.0
27+
* Date: Tue May 30 2017 12:18:32 GMT+0200 (CEST)
2828
*/
2929
/**
3030
* Fix for bootstrap styles

dist/handsontable.full.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2424
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2525
*
26-
* Version: 0.32.0-beta2
27-
* Date: Tue May 23 2017 14:32:41 GMT+0200 (CEST)
26+
* Version: 0.32.0
27+
* Date: Tue May 30 2017 12:18:32 GMT+0200 (CEST)
2828
*/
2929
(function webpackUniversalModuleDefinition(root, factory) {
3030
if(typeof exports === 'object' && typeof module === 'object')
@@ -20310,8 +20310,8 @@ DefaultSettings.prototype = {
2031020310
autoColumnSize: void 0,
2031120311

2031220312
/**
20313-
* Enables or disables autoRowSize plugin. Default value is `undefined`, which has the same effect as `true`.
20314-
* Disabling this plugin can increase performance, as no size-related calculations would be performed.
20313+
* Enables or disables autoRowSize plugin. Default value is `undefined`, which has the same effect as `false` (disabled).
20314+
* Enabling this plugin can decrease performance, as size-related calculations would be performed.
2031520315
*
2031620316
* Row height calculations are divided into sync and async stages. Each of these stages has their own advantages and
2031720317
* disadvantages. Synchronous calculations are faster but they block the browser UI, while the slower asynchronous operations don't
@@ -36250,9 +36250,9 @@ Handsontable.DefaultSettings = _defaultSettings2.default;
3625036250
Handsontable.EventManager = _eventManager2.default;
3625136251
Handsontable._getListenersCounter = _eventManager.getListenersCounter; // For MemoryLeak tests
3625236252

36253-
Handsontable.buildDate = "2017-05-23T12:32:41.977Z";
36253+
Handsontable.buildDate = "2017-05-30T10:18:32.902Z";
3625436254
Handsontable.packageName = "handsontable";
36255-
Handsontable.version = "0.32.0-beta2";
36255+
Handsontable.version = "0.32.0";
3625636256

3625736257
var baseVersion = undefined;
3625836258

dist/handsontable.full.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/handsontable.full.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/handsontable.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2424
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2525
*
26-
* Version: 0.32.0-beta2
27-
* Date: Tue May 23 2017 14:32:41 GMT+0200 (CEST)
26+
* Version: 0.32.0
27+
* Date: Tue May 30 2017 12:18:32 GMT+0200 (CEST)
2828
*/
2929
(function webpackUniversalModuleDefinition(root, factory) {
3030
if(typeof exports === 'object' && typeof module === 'object')
@@ -14970,8 +14970,8 @@ DefaultSettings.prototype = {
1497014970
autoColumnSize: void 0,
1497114971

1497214972
/**
14973-
* Enables or disables autoRowSize plugin. Default value is `undefined`, which has the same effect as `true`.
14974-
* Disabling this plugin can increase performance, as no size-related calculations would be performed.
14973+
* Enables or disables autoRowSize plugin. Default value is `undefined`, which has the same effect as `false` (disabled).
14974+
* Enabling this plugin can decrease performance, as size-related calculations would be performed.
1497514975
*
1497614976
* Row height calculations are divided into sync and async stages. Each of these stages has their own advantages and
1497714977
* disadvantages. Synchronous calculations are faster but they block the browser UI, while the slower asynchronous operations don't
@@ -30310,9 +30310,9 @@ Handsontable.DefaultSettings = _defaultSettings2.default;
3031030310
Handsontable.EventManager = _eventManager2.default;
3031130311
Handsontable._getListenersCounter = _eventManager.getListenersCounter; // For MemoryLeak tests
3031230312

30313-
Handsontable.buildDate = "2017-05-23T12:32:41.977Z";
30313+
Handsontable.buildDate = "2017-05-30T10:18:32.902Z";
3031430314
Handsontable.packageName = "handsontable";
30315-
Handsontable.version = "0.32.0-beta2";
30315+
Handsontable.version = "0.32.0";
3031630316

3031730317
var baseVersion = undefined;
3031830318

dist/handsontable.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)