Skip to content

Commit

Permalink
update release info in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jansiegel committed Apr 7, 2015
1 parent 38d3619 commit 7dcf68b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions demo/scroll_window.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1><a href="../index.html">Handsontable</a></h1>
<div class="pad" data-jsfiddle="example1">
<h2>Native Scrollbar (window)</h2>

<p>This demo shows table of <strong>1000</strong> rows and columns. Only visible part is rendered. Native window scrollbar is used to
<p>This demo shows table of <strong>300</strong> rows and columns. Only visible part is rendered. Native window scrollbar is used to
scroll through the table.</p>

<div id="example1"></div>
Expand All @@ -84,7 +84,7 @@ <h2>Native Scrollbar (window)</h2>
hot1;

hot1 = new Handsontable(container1, {
data: Handsontable.helper.createSpreadsheetData(1000, 1000),
data: Handsontable.helper.createSpreadsheetData(300, 300),
colWidths: [55, 47, 47, 47, 47, 47], // can also be a number or a function
rowHeaders: true,
colHeaders: true,
Expand Down
14 changes: 6 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,18 +277,16 @@ <h3>Integration</h3>

<div class="warning">
This is Handsontable <a href="https://github.com/handsontable/handsontable/releases" class="ver"></a>, a
release published on March 9th, 2015.
release published on April 7th, 2015.

<p>The most prominent changes are:</p>

<ul>
<li>more efficient row and column rendering algorithm,</li>
<li>the removal of jQuery from dependencies and the filename,</li>
<li>(but we still keep <a href="demo/jquery.html">the jQuery plugin API</a> for backward compatibility),
</li>
<li>removal of jQuery UI Datepicker</li>
<li>dropped support for IE 8 and 9 (if it bothers you, please email us),</li>
<li>basic iPad 4 support</li>
<li>modified fixed header/overlay structure - each overlay has its own hidden scrollbar - change was made to reduce the laggy overlay effect for IE and Safari,<br><br>
<strong>Please note:</strong> In order to maintain the pre-0.14.0 scrollbar functionality, change the CSS <code>overflow</code> property of your Handsontable container from <code>scroll</code>
or <code>auto</code> to <code>hidden</code>. Without performing this change, you might encounter problems with doubling scrollbars.</li><br>
<li>Adding JSDoc to the project,</li>
<li>Removal of jQuery UI datepicker - we switched to Pikaday + Moment.js, that makes us jQuery-free</li>
</ul>

Check out the <a href="https://github.com/handsontable/handsontable/releases/latest/">full release
Expand Down

0 comments on commit 7dcf68b

Please sign in to comment.