Skip to content

Commit

Permalink
angular-ui-handsontable 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Jul 31, 2013
1 parent d073b9b commit 2d416de
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.14 (Jul 31, 2013)

Allow all Handsontable options introduced in few recent versions, e.g. `fragmentSelection` (see [Options](https://github.com/warpech/jquery-handsontable/wiki/Options))

## 0.3.13 (Jul 29, 2013)

Other:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-datagrid",
"version": "0.3.13",
"version": "0.3.14",
"devDependencies": {
"handsontable": "~0.9.11"
},
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-ui-handsontable.full.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* angular-ui-handsontable 0.3.13
* angular-ui-handsontable 0.3.14
*
* Date: Mon Jul 29 2013 09:04:01 GMT+0200 (Central European Daylight Time)
* Date: Wed Jul 31 2013 09:26:22 GMT+0200 (Central European Daylight Time)
*/

/**
Expand Down
6 changes: 3 additions & 3 deletions dist/angular-ui-handsontable.full.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* angular-ui-handsontable 0.3.13
* angular-ui-handsontable 0.3.14
*
* Date: Mon Jul 29 2013 09:04:01 GMT+0200 (Central European Daylight Time)
* Date: Wed Jul 31 2013 09:26:22 GMT+0200 (Central European Daylight Time)
*/

/**
Expand Down Expand Up @@ -57,7 +57,7 @@ angular.module('uiHandsontable', [])
})

.directive('uiHandsontable', function ($compile, $rootScope, getHandsontableSettings) {
var htOptions = ['data', 'width', 'height', 'rowHeaders', 'colHeaders', 'colWidths', 'columns', 'cells', 'dataSchema', 'contextMenu', 'onSelection', 'onSelectionByProp', 'onBeforeChange', 'onChange', 'onCopyLimit', 'startRows', 'startCols', 'minRows', 'minCols', 'maxRows', 'maxCols', 'minSpareRows', 'minSpareCols', 'multiSelect', 'fillHandle', 'undo', 'outsideClickDeselects', 'enterBeginsEditing', 'enterMoves', 'tabMoves', 'autoWrapRow', 'autoWrapCol', 'copyRowsLimit', 'copyColsLimit', 'currentRowClassName', 'currentColClassName', 'asyncRendering', 'stretchH', 'columnSorting', 'manualColumnMove', 'manualColumnResize'];
var htOptions = ["data", "width", "height", "startRows", "startCols", "minRows", "minCols", "maxRows", "maxCols", "minSpareRows", "minSpareCols", "multiSelect", "fillHandle", "fixedRowsTop", "fixedColumnsLeft", "undo", "outsideClickDeselects", "enterBeginsEditing", "enterMoves", "tabMoves", "autoWrapRow", "autoWrapCol", "copyRowsLimit", "copyColsLimit", "pasteMode", "currentRowClassName", "currentColClassName", "stretchH", "isEmptyRow", "isEmptyCol", "observeDOMVisibility", "allowInvalid", "invalidCellClassName", "fragmentSelection", "readOnly"];

var scopeDef = {
selectedIndex: '=selectedindex'
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-ui-handsontable.full.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions dist/angular-ui-handsontable.full.min.js

Large diffs are not rendered by default.

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/angular-ui-handsontable/issues"
},
"author": "Marcin Warpechowski <[email protected]>",
"version": "0.3.13",
"version": "0.3.14",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-css": "~0.5.4",
Expand Down

0 comments on commit 2d416de

Please sign in to comment.