Skip to content

Commit

Permalink
Handsontable 0.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Mar 31, 2013
1 parent 66252d7 commit 729409a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## HEAD
## [0.8.17](https://github.com/warpech/jquery-handsontable/tree/v0.8.17) (Mar 31, 2013)

Features:
- performance: remove jQuery dependency from many places
- performance: in cell renderers, replace `innerHTML` with `createTextNode`
- better integration with Twitter Bootstrap (fixes #78)
- better integration with Twitter Bootstrap (fixes [#78](https://github.com/warpech/jquery-handsontable/issues/78))

Bugfixes:
- empty cell not shown in Firefox when not in standards mode (#418). This is questionable as a bug but anyway we fixed it.
- empty cell not shown in Firefox when not in standards mode ([#418](https://github.com/warpech/jquery-handsontable/issues/418)). This is questionable as a bug but anyway we fixed it.
- continued fix for #461
- fix problems when removing rows/columns using context menu (#523)
- fix problems when removing rows/columns using context menu ([#523](https://github.com/warpech/jquery-handsontable/pull/523))

Other:
- new editor inheritance model (#516)
- new editor inheritance model ([#516](https://github.com/warpech/jquery-handsontable/pull/516))
- `src/3rdparty/walkontable.js` has been divided into many source files in `src/3rdparty/walkontable/src/*`. Build process is updated to use Walkontable source files now
- 3 Grunt test tasks are available now: `grunt test`, ``grunt test:handsontable`, `grunt test:walkontable`

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.handsontable.full.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Handsontable 0.8.16
* Handsontable 0.8.17
* Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs
*
* Copyright 2012, Marcin Warpechowski
* Licensed under the MIT license.
* http://handsontable.com/
*
* Date: Sun Mar 31 2013 19:21:24 GMT+0200 (Central European Daylight Time)
* Date: Sun Mar 31 2013 19:46:52 GMT+0200 (Central European Daylight Time)
*/

.handsontable {
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.handsontable.full.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Handsontable 0.8.16
* Handsontable 0.8.17
* Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs
*
* Copyright 2012, Marcin Warpechowski
* Licensed under the MIT license.
* http://handsontable.com/
*
* Date: Sun Mar 31 2013 19:21:24 GMT+0200 (Central European Daylight Time)
* Date: Sun Mar 31 2013 19:46:52 GMT+0200 (Central European Daylight Time)
*/
/*jslint white: true, browser: true, plusplus: true, indent: 4, maxerr: 50 */

Expand Down Expand Up @@ -2219,7 +2219,7 @@ Handsontable.Core = function (rootElement, settings) {
/**
* Handsontable version
*/
this.version = '0.8.16'; //inserted by grunt from package.json
this.version = '0.8.17'; //inserted by grunt from package.json
};

var settings = {
Expand Down
2 changes: 1 addition & 1 deletion handsontable.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "handsontable",
"title": "Handsontable",
"version": "0.8.16",
"version": "0.8.17",
"author": {
"name": "Marcin Warpechowski",
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions jquery.handsontable.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Handsontable 0.8.16
* Handsontable 0.8.17
* Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs
*
* Copyright 2012, Marcin Warpechowski
* Licensed under the MIT license.
* http://handsontable.com/
*
* Date: Sun Mar 31 2013 19:21:24 GMT+0200 (Central European Daylight Time)
* Date: Sun Mar 31 2013 19:46:52 GMT+0200 (Central European Daylight Time)
*/

.handsontable {
Expand Down
6 changes: 3 additions & 3 deletions jquery.handsontable.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Handsontable 0.8.16
* Handsontable 0.8.17
* Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs
*
* Copyright 2012, Marcin Warpechowski
* Licensed under the MIT license.
* http://handsontable.com/
*
* Date: Sun Mar 31 2013 19:21:24 GMT+0200 (Central European Daylight Time)
* Date: Sun Mar 31 2013 19:46:52 GMT+0200 (Central European Daylight Time)
*/
/*jslint white: true, browser: true, plusplus: true, indent: 4, maxerr: 50 */

Expand Down Expand Up @@ -2219,7 +2219,7 @@ Handsontable.Core = function (rootElement, settings) {
/**
* Handsontable version
*/
this.version = '0.8.16'; //inserted by grunt from package.json
this.version = '0.8.17'; //inserted by grunt from package.json
};

var settings = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/warpech/jquery-handsontable/issues"
},
"author": "Marcin Warpechowski <[email protected]>",
"version": "0.8.16",
"version": "0.8.17",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-replace": "~0.4.0",
Expand Down

0 comments on commit 729409a

Please sign in to comment.