Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Merge branch 'release/1.14.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jansiegel committed Oct 12, 2017
2 parents 14922ff + 868bd98 commit cb72b02
Show file tree
Hide file tree
Showing 24 changed files with 2,920 additions and 1,402 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: node_js

env:
global:
- HOT_BRANCH=master
- HOT_FOREIGN_TRIGGER=false

sudo: false

node_js:
- '6'

before_script:
- export TZ=Europe/Warsaw
- chmod ugo+x test/scripts/run-customized-tests.sh

script:
- 'if [ ${HOT_FOREIGN_TRIGGER} = "true" ]; then ./test/scripts/run-customized-tests.sh; else npm run test; fi'

notifications:
email: false
slack:
secure: YtX81hxveNr5fLNQVRvjLXtEny2B7G0pv1W6L33a5Kk0h0ifWt69EnGT9NNy45TPgKQ+pfI42bSoOORxmwGJ7ebwq+CCzvc4mVLur+ASzTSNSILDt/4O05Q1eQc+5RQDbmixwXmVsxRtrwQcoONsNPcdLa7cC94TgPki49ZLibyejrR4nkE0Vz1YO0KR/tRqKStAcsvr/xMHteEDExvtCRTb4aDUqEKBdgSY2F4Hobw1gqpX/tnNKI4AOOW4exNZLxfQaQ64D5x3kPp3AFV2uuya+RyzhZvAS6pPehhhDu/cagOaVTgY8mvDcJNEapfwnk5fH5E5MJA7pHBH+QKCeYI6zSE/d3AUTsji3gj10hdTw0R05lOAvZS4J+LFfqo/8eO0/POaqZ05RwgvYjS5gJWMDDG/ulz9P6zVSP2d1UctLzpa+h8j5cGn/vggtO79XL4SPM6HOMVFgWF3Emjhp7PxU4GkqbhLorzV1I38vC44rmbKNelTaN9n51vQWU02PWCAAjd/gE6O84+T0IvOoiF+fZvkPhLheY9L1GNfJZypKgp4po2scQqv5HmAETYEislSMboChwl77am4AVwsIlc8SJOPk3/0oMRvcnNBkVUdi3kHvQ900DDRh9ohzKM+sNO3tkK95/tHgqkz3q5/tCI1N1QdfU03oVC0nBueAzU=
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you are looking for an open source version, head to [Handsontable Community E
<br/>

### Installation
There are many ways to install Handsontable Pro but we suggest using npm:
There are many ways to install Handsontable Pro, but we suggest using npm:
```
npm install handsontable-pro
```
Expand Down Expand Up @@ -126,18 +126,18 @@ Handsontable Pro comes with wrappers and directives for most popular frameworks:
<br/>

### Support
Handsontable Pro is supported on a commercial basis. All the suggestions and issues should be reported to [email protected].
Handsontable Pro is supported on a commercial basis. All the suggestions and issues should be sent to [email protected].

<br/>

### Pricing
Go to the [pricing page](//handsontable.com/pricing.html) in order to purchase a new license or to renew a maintenance plan.
The [pricing page](//handsontable.com/pricing.html) lists all pricing info, and contains links to purchase a new license, or to renew a maintenance plan.

<br/>

### License key
Handsontable Pro requires passing a valid license key in the configuration section.
You can find a purchased license key at your account at [my.handsontable.com](//my.handsontable.com/sign-in.html).
You can find your purchased license key in your account at [my.handsontable.com](//my.handsontable.com/sign-in.html).

An example of what the configuration object should look like:

Expand All @@ -150,11 +150,11 @@ hot = new Handsontable(container,{
});
```

**Note that the license key is passed as a string so you need to wrap it with quotes ('').**
**Note that the license key is passed as a string so you need to wrap it in quotes ('').**

<br/>

### License
Handsontable Pro is released under a commercial license. [Learn more](//docs.handsontable.com/pro/tutorial-licensing.html)

Copyrights belong to Handsoncode sp. z o.o.
Copyright belong to Handsoncode sp. z o.o.
8 changes: 5 additions & 3 deletions dist/handsontable.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/handsontable.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions dist/handsontable.full.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
* RELIABILITY AND PERFORMANCE WILL MEET YOUR REQUIREMENTS OR THAT THE OPERATION OF THE SOFTWARE WILL BE
* UNINTERRUPTED OR ERROR FREE.
*
* Version: 1.14.2
* Release date: 13/09/2017 (built at 13/09/2017 11:34:21)
* Version: 1.14.3
* Release date: 12/10/2017 (built at 12/10/2017 10:04:38)
*/
/**
* Fix for bootstrap styles
Expand Down Expand Up @@ -1405,8 +1405,10 @@ http://nicolasgallagher.com/micro-clearfix-hack/
}
textarea#HandsontableCopyPaste {
position: fixed !important;
bottom: 100% !important;
top: 0 !important;
right: 100% !important;
overflow: hidden;
opacity: 0;
outline: 0 none !important;
}
.htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_top_left_corner th:nth-child(2),
Expand Down
Loading

0 comments on commit cb72b02

Please sign in to comment.