Skip to content

Commit

Permalink
Merge pull request #24 from awsp/0.20.3
Browse files Browse the repository at this point in the history
Update to Handsontable 0.20.3
  • Loading branch information
awsp committed Jan 18, 2016
2 parents 4abf312 + e58cd9b commit cd0c193
Show file tree
Hide file tree
Showing 211 changed files with 49,970 additions and 10,135 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
awsp:[email protected].2
awsp:[email protected].3
[email protected]
[email protected]
[email protected]
Expand All @@ -9,7 +9,7 @@ [email protected]
[email protected]
[email protected]_2
[email protected]
local-test:awsp:[email protected].2
local-test:awsp:[email protected].3
[email protected]
[email protected]
[email protected]
Expand Down
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Meteor Handsontable (@version 0.12.2)
This package uses the latest version of Handsontable (currently @version 0.20.2) in MeteorJS.
# Meteor Handsontable (@version 0.12.3)
This package uses the latest version of Handsontable (currently @version 0.20.3) 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.20.2). Minor change has been made to the UI as well.
This package contains the latest yet slightly modified version of Handsontable (version 0.20.3). 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 @@ -52,13 +52,13 @@ $("#hot3").handsontable({
});
```

## Formula Support
## 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.

* `td.formulas`
* `td.formula-error`
* `td.formulas`
* `td.formula-error`

```js
$("#hot3").handsontable({
Expand All @@ -75,8 +75,13 @@ For more details on usage and supported formulas,
- Supported Formulas: [http://handsontable.github.io/ruleJS/](http://handsontable.github.io/ruleJS/)


#### Notes about formula support.
Formula support does not work with autofilling with Handsontable 0.14+.



## Release Notes
* Version 0.12.3 - Update Handsontable version to 0.20.3.
* Version 0.12.2 - Update Handsontable version to 0.20.2.
* Version 0.12.1 - Update Handsontable version to 0.20.1.
* Version 0.12.0 - Update Handsontable version to 0.20.0.
Expand All @@ -88,7 +93,7 @@ For more details on usage and supported formulas,
* Version 0.7.0 - Add formulas support. Add Handsontable license. Change package summary for Handsontable.
* Version 0.6.1 - Update to the latest version of Handsontable (0.15.1)
* Version 0.6.0 - Bump Handsontable to version 0.15.0. Removed shadow fixes as 0.15.0 no longer have that. Minor UI tweaked.
Removed unnecessary libraries as Handsontable had already included them.
Removed unnecessary libraries as Handsontable had already included them.
* Version 0.5.2 - Remove table edge shadow as this is hurting performance especially dealing with large data.
Until Handsontable version 0.15.x is stable, shall remove related styles.

Expand All @@ -100,7 +105,7 @@ https://github.com/awsp/handsontable-meteor


## Versions Tracking
* Handsontable - 0.20.2 [Release Notes](https://github.com/handsontable/handsontable/releases)
* Handsontable - 0.20.3 [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
Empty file removed awsp:handsontable.js
Empty file.
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.12.2",
"version": "0.12.3",
"homepage": "https://github.com/awsp/handsontable-meteor",
"authors": [
"awsp <[email protected]>"
Expand All @@ -21,6 +21,6 @@
"tests"
],
"dependencies": {
"handsontable": "~0.20.2"
"handsontable": "~0.20.3"
}
}
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.20.2",
"version": "0.20.3",
"main": [
"./dist/handsontable.js",
"./dist/handsontable.css"
Expand Down Expand Up @@ -46,13 +46,13 @@
"devDependencies": {
"chroma-js": "~0.5.6"
},
"_release": "0.20.2",
"_release": "0.20.3",
"_resolution": {
"type": "version",
"tag": "0.20.2",
"commit": "c10835f033c78df9bc16013acda97fe8a880ee0f"
"tag": "0.20.3",
"commit": "87c8f6b1842d56c99c1fc702bbf1f236a4b223b4"
},
"_source": "git://github.com/handsontable/handsontable.git",
"_target": "~0.20.2",
"_target": "~0.20.3",
"_originalSource": "handsontable"
}
8 changes: 4 additions & 4 deletions bower_components/handsontable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Check out the demos at http://handsontable.com/examples.html or fork the example

### API Reference

- [Core methods](http://docs.handsontable.com/0.17.0/Core.html)
- [Options](http://docs.handsontable.com/0.17.0/Options.html)
- [Hooks](http://docs.handsontable.com/0.17.0/Hooks.html)
- [Core methods](http://docs.handsontable.com/Core.html)
- [Options](http://docs.handsontable.com/Options.html)
- [Hooks](http://docs.handsontable.com/Hooks.html)

### Troubleshooting

Expand Down Expand Up @@ -78,4 +78,4 @@ The MIT License (see the [LICENSE](https://github.com/handsontable/handsontable/

### Contact

You can contact us at [email protected].
You can contact us at [email protected].
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.20.2",
"version": "0.20.3",
"main": ["./dist/handsontable.js", "./dist/handsontable.css"],
"homepage": "http://handsontable.com/",
"repository": {
Expand Down
Loading

0 comments on commit cd0c193

Please sign in to comment.