Skip to content

Commit

Permalink
bump to version 0.6.0, Handsontable version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awsp committed Jun 22, 2015
1 parent 50ca91d commit 8bf4009
Show file tree
Hide file tree
Showing 124 changed files with 83,376 additions and 45,213 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.5.1
awsp:handsontable@0.6.0
[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].1
local-test:awsp:[email protected].2
[email protected]
[email protected]
[email protected]
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Meteor Handsontable (@version 0.5.2)
This package uses the latest version of Handsontable (currently @version 0.14.1) in MeteorJS.
## Meteor Handsontable (@version 0.6.0)
This package uses the latest version of Handsontable (currently @version 0.15.0) in MeteorJS.


## Installation
Expand Down Expand Up @@ -54,6 +54,7 @@ $("#hot3").handsontable({


## Release Notes
* Version 0.6.0 - Bump Handsontable to version 0.15.0.
* 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 Down
1 change: 0 additions & 1 deletion awsp:handsontable.js
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

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.5.2",
"version": "0.6.0",
"homepage": "https://github.com/awsp/handsontable-meteor",
"authors": [
"awsp <[email protected]>"
Expand All @@ -20,6 +20,6 @@
"tests"
],
"dependencies": {
"handsontable": "~0.14.1"
"handsontable": "~0.15.0"
}
}
12 changes: 5 additions & 7 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.14.1",
"version": "0.15.0",
"main": [
"./dist/handsontable.full.js",
"./dist/handsontable.full.css"
Expand Down Expand Up @@ -34,8 +34,6 @@
"**/.*",
"components",
"demo",
"lib",
"plugins",
"node_modules",
"src",
"test"
Expand All @@ -48,13 +46,13 @@
"devDependencies": {
"chroma-js": "~0.5.6"
},
"_release": "0.14.1",
"_release": "0.15.0",
"_resolution": {
"type": "version",
"tag": "0.14.1",
"commit": "5cf353386e3ba410c66cc1bc265b1482a76fd71f"
"tag": "0.15.0",
"commit": "d3a94b1c6db9e7020d700f365d9f51fd840f3701"
},
"_source": "git://github.com/handsontable/handsontable.git",
"_target": "~0.14.1",
"_target": "~0.15.0",
"_originalSource": "handsontable"
}
9 changes: 5 additions & 4 deletions bower_components/handsontable/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ Your contributions to the project are very welcome. If you would like to fix a b
To help us merge your Pull Request, please make sure you follow these points:

1. Please make your fix on a separate branch. This makes merging much easier.
2. Do not edit files `handsontable.js`, `handsontable.css`, `handsontable.full.js`, `handsontable.full.css`. Instead, try to edit files inside the `src/` directory and then use `grunt` to make a build. More information about this on wiki page [Building](https://github.com/handsontable/handsontable/wiki/Building).
3. Very important: For any change that you make, **please try to also add a test case(s)** in `tests/jasmine/spec/` or `src/3rdparty/walkontable/test/jasmine/spec/`. This helps us understand the issue and make sure that it will stay fixed forever. See [Testing](https://github.com/handsontable/handsontable/wiki/Testing)
4. Describe the problem in the Pull Request description (of course you would do it, why do I mention that?)
2. Do not edit files in `dist/` directory (e.g: `handsontable.js`, `handsontable.css`, `handsontable.full.js`, `handsontable.full.css`). Instead, try to edit files inside the `src/` directory and then use `grunt` to make a build. More information about this on wiki page [Building](https://github.com/handsontable/handsontable/wiki/Building).
3. **Very important:** For any change that you make, **please try to also add a test case(s)** in `tests/jasmine/spec/` or `src/3rdparty/walkontable/test/jasmine/spec/`. This helps us understand the issue and make sure that it will stay fixed forever. See [Testing](https://github.com/handsontable/handsontable/wiki/Testing)
4. **Very important:** Please review our [coding style](https://github.com/handsontable/handsontable/wiki/Coding-style) for instructions on how to maintain a fork and submit patches.
5. Describe the problem in the Pull Request description (of course you would do it, why do I mention that?)

Thank you for your commitment!

## Team rules

The Handsontable team utilizes Git-Flow. See [How we use Git-Flow](https://github.com/handsontable/handsontable/handsontable/wiki/How-we-use-Git-Flow)
The Handsontable team utilizes Git-Flow. See [How we use Git-Flow](https://github.com/handsontable/handsontable/wiki/How-we-use-Git-Flow)
Loading

0 comments on commit 8bf4009

Please sign in to comment.