Skip to content

Commit

Permalink
Handsontable 0.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Apr 19, 2013
1 parent 2780cb5 commit 93a8feb
Show file tree
Hide file tree
Showing 7 changed files with 922 additions and 1,116 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
## HEAD
## [0.8.20](https://github.com/warpech/jquery-handsontable/tree/v0.8.20) (Apr 19, 2013)

Bugfixes:
- source parameter should be `edit` when cell value is changed through editor (#566)
- getRowHeaders returns NaN when no argument given - should return array of all row headers (#568, #352)
- getColHeaders returns NaN when no argument given - should return array of all column headers (#569, #382)
- source parameter should be `edit` when cell value is changed through editor ([#566](https://github.com/warpech/jquery-handsontable/issues/566))
- getRowHeaders returns NaN when no argument given - should return array of all row headers ([#568](https://github.com/warpech/jquery-handsontable/issues/568), [#352](https://github.com/warpech/jquery-handsontable/issues/352))
- getColHeaders returns NaN when no argument given - should return array of all column headers ([#569](https://github.com/warpech/jquery-handsontable/issues/569), [#382](https://github.com/warpech/jquery-handsontable/issues/382))
- selected area class name was not applied on scrolling (tdCache was not bound to instance)
- fix cell focusing problems (#549, #506, #573)
- currentRowClassName and currentColClassName not kept while scrolling (#455)
- fix cell focusing problems ([#549](https://github.com/warpech/jquery-handsontable/issues/549), [#506](https://github.com/warpech/jquery-handsontable/issues/506), [#573](https://github.com/warpech/jquery-handsontable/issues/573))
- currentRowClassName and currentColClassName not kept while scrolling ([#455](https://github.com/warpech/jquery-handsontable/issues/455))

Other:
- refactor row and column header DOM operations to be consistently defined in `tableView.js`
- remove `asyncRendering` mode that was causing more trouble than benefit
- as the result, code is now 100 lines shorter and more stable!

## [0.8.19](https://github.com/warpech/jquery-handsontable/tree/v0.8.19) (Apr 12, 2013)

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.19
* Handsontable 0.8.20
* 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: Fri Apr 12 2013 12:30:50 GMT+0200 (Central European Daylight Time)
* Date: Fri Apr 19 2013 10:52:40 GMT+0200 (Central European Daylight Time)
*/

.handsontable {
Expand Down
Loading

0 comments on commit 93a8feb

Please sign in to comment.