Skip to content

Commit

Permalink
update to Handsontable 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awsp committed Mar 25, 2016
1 parent a4c76f5 commit e94f72d
Show file tree
Hide file tree
Showing 67 changed files with 50,678 additions and 11,302 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
awsp:handsontable@0.15.0
awsp:handsontable@0.16.1
[email protected]
[email protected]
[email protected]
Expand All @@ -9,7 +9,7 @@ [email protected]
[email protected]
[email protected]_2
[email protected]
local-test:awsp:handsontable@0.15.0
local-test:awsp:handsontable@0.16.1
[email protected]
[email protected]
[email protected]
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Meteor Handsontable (@version 0.15.0)
This package uses the latest version of Handsontable (currently @version 0.23.0) in MeteorJS.
# Meteor Handsontable (@version 0.16.1)
This package uses the latest version of Handsontable (currently @version 0.24.1) in MeteorJS.


## Installation
Expand All @@ -15,7 +15,7 @@ meteor add awsp:handsontable


## Important Notes
This package contains the latest yet slightly modified version of Handsontable (version 0.23.0). Minor change has been made to the UI as well.
This package contains the latest yet slightly modified version of Handsontable (version 0.24.1). Minor change has been made to the UI as well.
The new version of Handsontable no longer necessary requires jQuery to work.
In order to introduce the latest Handsontable to Meteor,
a minimum of modification was made to Handsontable in this package to fix some of the conflicts when used in Meteor.
Expand Down Expand Up @@ -50,7 +50,7 @@ $("#hot3").handsontable({
});
```

## Formula Support (Updated Jan 17, 2016)
## Known Issue - Formula Support (Updated Jan 17, 2016)
Starting from package version 0.7.0, you could also enable formulas in Handsontable.
This package uses the default styling from Handsontable and RuleJS.
However, you can always customize to your own by changing the following 2 classes in CSS.
Expand Down Expand Up @@ -79,6 +79,7 @@ Formula support does not work with autofilling with Handsontable 0.14+.


## Release Notes
* Version 0.16.1 - Update Handsontable version to 0.24.1.
* Version 0.15.0 - Update Handsontable version to 0.23.0.
* Version 0.12.3 - Update Handsontable version to 0.20.3.
* Version 0.12.2 - Update Handsontable version to 0.20.2.
Expand All @@ -104,7 +105,7 @@ https://github.com/awsp/handsontable-meteor


## Versions Tracking
* Handsontable - 0.23.0 [Release Notes](https://github.com/handsontable/handsontable/releases) [New license](http://handsontable.com/static/licenses/v1/open-source-license.pdf?_ga=1.992503.778804082.1429430347)
* Handsontable - 0.24.1 [Release Notes](https://github.com/handsontable/handsontable/releases) [New license](http://handsontable.com/static/licenses/v1/open-source-license.pdf?_ga=1.992503.778804082.1429430347)
* ruleJS - 0.0.5


Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "awsp:handsontable",
"main": "package.js",
"version": "0.15.0",
"version": "0.16.1",
"homepage": "https://github.com/awsp/handsontable-meteor",
"authors": [
"awsp <[email protected]>"
Expand All @@ -21,6 +21,6 @@
"tests"
],
"dependencies": {
"handsontable": "~0.23.0"
"handsontable": "~0.24.1"
}
}
10 changes: 5 additions & 5 deletions bower_components/handsontable/.bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "handsontable",
"description": "Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
"version": "0.23.0",
"version": "0.24.1",
"main": [
"./dist/handsontable.js",
"./dist/handsontable.css"
Expand Down Expand Up @@ -46,13 +46,13 @@
"devDependencies": {
"chroma-js": "~0.5.6"
},
"_release": "0.23.0",
"_release": "0.24.1",
"_resolution": {
"type": "version",
"tag": "0.23.0",
"commit": "bd213ff49a66013e68c440244219e9ebaa7742d8"
"tag": "0.24.1",
"commit": "63c47b756de2629fcb0409ac8c960104e893670d"
},
"_source": "git://github.com/handsontable/handsontable.git",
"_target": "~0.23.0",
"_target": "~0.24.1",
"_originalSource": "handsontable"
}
2 changes: 1 addition & 1 deletion bower_components/handsontable/bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "handsontable",
"description": "Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
"version": "0.23.0",
"version": "0.24.1",
"main": ["./dist/handsontable.js", "./dist/handsontable.css"],
"homepage": "http://handsontable.com/",
"repository": {
Expand Down
Loading

0 comments on commit e94f72d

Please sign in to comment.