Skip to content

Commit

Permalink
Angular UI Handsontable 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Jul 23, 2013
1 parent c46c08d commit a8f76d3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
## 0.3.11 (Jun 17, 2012)
## 0.3.12 (Jul 23, 2013)

Other:
- upgrade Handsontable to 0.9.10 (see [changelog](https://github.com/warpech/jquery-handsontable/blob/master/CHANGELOG.md))

## 0.3.11 (Jun 17, 2013)

Other:
- upgrade Handsontable to 0.9.5

## 0.3.10 (Jun 12, 2012)
## 0.3.10 (Jun 12, 2013)

Other:
- define Handsontable as Bower dependency
- upgrade Handsontable to 0.9.4

## 0.3.9 (May 15, 2012)
## 0.3.9 (May 15, 2013)

Bugfix:
- fix "Cannot read property 'offsetLeft' of undefined at WalkontableDom.offset" issue when using UI Bootstrap <tabs>

Other:
- upgrade Handsontable to 0.9-beta2

## 0.3.8 (May 12, 2012)
## 0.3.8 (May 12, 2013)

Bugfix:
- fix "$digest already in progress" issue when using UI Bootstrap <tabs>
Expand All @@ -26,7 +31,7 @@ Bugfix:
Other:
- upgrade Handsontable to 0.9-beta1 (dev branch)

## 0.3.7 (May 3, 2012)
## 0.3.7 (May 3, 2013)

Bugfix:
- `ui-handsontable` did not work when placed inside [UI Bootstrap](http://angular-ui.github.io/bootstrap/) `<tabs>` directive
Expand All @@ -35,20 +40,20 @@ Bugfix:
Other:
- upgrade Handsontable to 0.8.23

## 0.3.6 (Mar 26, 2012)
## 0.3.6 (Mar 26, 2013)

Feature:
- split-screen.html demo now uses all available space in window

Other:
- upgrade Handsontable to 0.8.16

## 0.3.5 (Mar 24, 2012)
## 0.3.5 (Mar 24, 2013)

Bugfix:
- `datarows` crashed when trying to use deep object structure as the data source (`datarows="row in sql.Rows"`)

## 0.3.4 (Mar 4, 2012)
## 0.3.4 (Mar 4, 2013)

Bugfix:
- fix problems with autocomplete cell type and Angular Patch integration
Expand All @@ -57,7 +62,7 @@ Other:
- upgrade Handsontable to 0.8.8
- upgrade AngularJS to 1.0.5

## 0.3.3 (Feb 28, 2012)
## 0.3.3 (Feb 28, 2013)

Features:
- new numeric cell type
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.0.0",
"version": "0.3.12",
"devDependencies": {
"handsontable": "~0.9.10"
},
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/angular-ui-handsontable/issues"
},
"author": "Marcin Warpechowski <[email protected]>",
"version": "0.3.11",
"version": "0.3.12",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-css": "~0.5.4",
Expand Down

0 comments on commit a8f76d3

Please sign in to comment.