Skip to content

Commit 30c8233

Browse files
committed
0.9.0
1 parent d2bdf06 commit 30c8233

File tree

5 files changed

+35
-8
lines changed

5 files changed

+35
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ngHandsontable",
33
"dependencies": {
44
"angular": "~1.4",
5-
"handsontable": "~0.22.0"
5+
"handsontable": "~0.23.0"
66
},
77
"homepage": "https://github.com/handsontable/ngHandsontable",
88
"authors": [

demo/build/app.js

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof requ
3838
}
3939
config.$inject = ['$sceDelegateProvider', '$httpProvider', '$stateProvider', '$compileProvider', '$urlRouterProvider', 'demoMapProvider'];
4040

41-
app.constant('version', 'v0.8.0');
41+
app.constant('version', 'v0.9.0');
4242
app.config(config);
4343

4444
angular.element(document).ready(function() {
@@ -346,7 +346,34 @@ require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof requ
346346
title: 'Custom renderer',
347347
description: 'Custom renderer'
348348
},
349-
}
349+
},
350+
'PRO': {
351+
'collapsing-columns-with-nested-headers': {
352+
url: getUrl('wilani/3'),
353+
title: 'Collapsing columns with nested headers',
354+
description: 'Create a nested, hierarchical structure of headers with expandable and collapsible columns'
355+
},
356+
'filtering-simple': {
357+
url: getUrl('fijida/3'),
358+
title: 'Data filtering (simple example)',
359+
description: 'Display rows that meet your criteria and hide the rest'
360+
},
361+
'filtering-external-inputs': {
362+
url: getUrl('rewefa/9'),
363+
title: 'Data filtering (external inputs)',
364+
description: 'Display rows that meet your criteria and hide the rest'
365+
},
366+
'hiding-columns': {
367+
url: getUrl('wapufa/2'),
368+
title: 'Hiding columns',
369+
description: 'Hide specific columns and show the rest'
370+
},
371+
'hiding-rows': {
372+
url: getUrl('roximi/3'),
373+
title: 'Hiding rows',
374+
description: 'Hide specific rows and show the rest'
375+
},
376+
},
350377
};
351378
}());
352379

dist/ngHandsontable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* ngHandsontable 0.8.0
2+
* ngHandsontable 0.9.0
33
*
44
* Copyright 2012-2015 Marcin Warpechowski
55
* Copyright 2015 Handsoncode sp. z o.o. <hello@handsontable.com>
66
* Licensed under the MIT license.
77
* https://github.com/handsontable/ngHandsontable
8-
* Date: Thu Feb 11 2016 16:39:03 GMT+0100 (CET)
8+
* Date: Thu Mar 03 2016 16:35:01 GMT+0100 (CET)
99
*/
1010

1111
if (document.all && !document.addEventListener) { // IE 8 and lower

dist/ngHandsontable.min.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/handsontable/ngHandsontable/issues"
1111
},
1212
"author": "Marcin Warpechowski <hello@handsontable.com>",
13-
"version": "0.8.0",
13+
"version": "0.9.0",
1414
"devDependencies": {
1515
"angular": "^1.4.2",
1616
"angular-mocks": "^1.4.2",

0 commit comments

Comments
 (0)