Skip to content

Commit

Permalink
Merge branch 'latest' into b19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Clarke authored and Robert Clarke committed Sep 7, 2018
2 parents c69f49c + 0d9f8e0 commit 69c1cdd
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .idea/vcs.xml

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

2 changes: 1 addition & 1 deletion packages/ag-grid-docs/src/ag-grid-changelog/index.php
Expand Up @@ -34,7 +34,7 @@ function extractFixVersions($data)
// to be released versions
// order is important - add the versions desc
// this is temporary - a better longer term solution will be added post release
// array_push($fixVersions, '18.0.0');
array_push($fixVersions, '19.0.0');

for ($i = 0; $i < count($data->{'issues'}); $i++) {
$fixVersion = filter_var($data->{'issues'}[$i]->{'fields'}->{'fixVersions'}[0]->{'name'});
Expand Down
@@ -1,3 +1,52 @@
<div class="note" style="display: none" fixVersionNote id="fix_version_19_0_0">
<p>Release 19.0.0 Overview</p>
<p>Breaking Changes:</p>
<ul>
<li>
ag-Grid receives a major overhaul of the Tool Panels in version 19.0.0. The old property 'showToolPanel' is
no longer used and the Tool Panel is also not included by default. For more details see:
<a href="https://www.ag-grid.com/javascript-grid-side-bar/#configuring-the-side-bar">Configuring the Side Bar</a>.
</li>
</ul>
<p>Feature Highlights:</p>
<ul>
<li>
AG-1201 The Status Bar is now customizable with
<a href="https://www.ag-grid.com/javascript-grid-status-bar-component/">Custom Status Panel Components</a>.
</li>
<li>
AG-1915 The Side Bar is now customizable with
<a href="https://www.ag-grid.com/javascript-grid-tool-panel-component/">Custom Tool Panel Components</a>.
</li>
<li>
AG-1914 A new <a href="https://www.ag-grid.com/javascript-grid-tool-panel-filters/">Filters Tool Panel</a>
has been added to the Side Bar.
</li>
<li>
AG-1881 Lazy load hierarchical data with
<a href="http://localhost:8080/javascript-grid-server-side-model-tree-data/">Server-side Tree Data</a>.
</li>
<li>
AG-1961 Debounce block loading with Infinite and Server-side Row Models using the new grid options
property: 'blockLoadDebounceMillis'.
</li>
<li>
AG-1363 - columnApi.resetColumnState() can now optionally raise column based events.
</li>
</ul>
</div>

<div class="note" style="display: none" fixVersionNote id="fix_version_18_0_0">
<p>Release 18.0.0 Overview</p>
Expand Down
4 changes: 2 additions & 2 deletions packages/ag-grid-docs/src/ag-grid-conf.php
Expand Up @@ -43,7 +43,7 @@
</h2>
October 10th 2018
<br>
<a href="https://www.eventbrite.com/e/ag-grid-conf-london-tickets-49732217401" target="_blank"><button type="button" class="btn btn-primary" style="margin-top: 10px">Register for New York</button></a>
<a href="https://www.eventbrite.com/e/ag-grid-conf-new-york-tickets-49731529343" target="_blank"><button type="button" class="btn btn-primary" style="margin-top: 10px">Register for New York</button></a>
</div>
<div class="col-sm" style="text-align: center";>
<h2>
Expand Down Expand Up @@ -285,7 +285,7 @@
</h3>
October 10th 2018
<br>
<a href="https://www.eventbrite.com/e/ag-grid-conf-london-tickets-49732217401" target="_blank"><button type="button" class="btn btn-primary">Register for New York</button></a>
<a href="https://www.eventbrite.com/e/ag-grid-conf-new-york-tickets-49731529343" target="_blank"><button type="button" class="btn btn-primary">Register for New York</button></a>
</div>
<div class="col-sm">
<p class="text-center" style="text-align: center;""><br>
Expand Down
Expand Up @@ -17,6 +17,33 @@
<br><hr>
<p>Latest Release:</p>
<div class="card card-highlight">
<div class="card-body">
<h5 class="card-title"><a href="../ag-grid-changelog/?fixVersion=18.0.0">Version 19.0 Released</a></h5>
<h6 class="card-subtitle mb-2 text-muted">Sep 7</h6>
<p class="card-text">
Major release with the following feature highlights:
<ul>
<li><a class="learn-more" href="../javascript-grid-status-bar/">Customizable Status Bar</a></li>
</ul>
<ul>
<li><a class="learn-more" href="../javascript-grid-tool-panel-filters/">Filters Tool Panel</a></li>
</ul>
<ul>
<li><a class="learn-more" href="../javascript-grid-tool-panel-component/">Custom Tool Panels</a></li>
</ul>
<ul>
<li><a class="learn-more" href="../javascript-grid-server-side-model-tree-data/">Server-side Tree Data</a></li>
</ul>
</p>
<p class="text-right">
<a class="learn-more" href="../ag-grid-changelog/?fixVersion=19.0.0">Change Log</a>
</p>
</div>
</div>
<br>
<div class="card card-highlight">
<div class="card-body">
Expand All @@ -32,7 +59,6 @@
</div>
</div>
<br>
<div class="card card-highlight">
<div class="card-body">
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-grid-docs/src/index.php
Expand Up @@ -67,7 +67,7 @@
<div id="stage-frameworks">
<section id="news-flash">
<div>
25th July 2018: <a href="./ag-grid-changelog/?fixVersion=18.1.2">Version 18.1.2</a> patch release, focused on bug fixes.
7th Sep 2018: <a href="./ag-grid-changelog/?fixVersion=19.0.0">Version 19.0.0</a> released with customizable Side Bar, Status Bar and bug fixes
</div>
</section>

Expand Down

0 comments on commit 69c1cdd

Please sign in to comment.