Added changelog for v6.1.2

This commit is contained in:
Sercan Yemen 2018-06-20 16:37:59 +03:00
parent 6320e98938
commit f75d458abe
2 changed files with 34 additions and 1 deletions

View File

@ -19,6 +19,39 @@
<div class="changelog"> <div class="changelog">
<!-- --------------------------------------------------------------------------------------------- -->
<!-- @ v6.1.2 -->
<!-- --------------------------------------------------------------------------------------------- -->
<div class="entry">
<div class="title">
<span class="version">v6.1.2</span>
<span class="date">(TBA)</span>
</div>
<div class="groups">
<div class="new">
<span class="title">New</span>
<ul>
<li>Updated Angular Material to 6.3.0</li>
<li>Updated various other packages</li>
<li>Updated Angular material examples</li>
</ul>
</div>
<div class="improved">
<span class="title">Improved</span>
<ul>
<li>Replaced cdkTable with matTable since Table is now a proper element in Material</li>
<li>(E-Commerce) Added sticky headers to the tables</li>
</ul>
</div>
</div>
</div>
<!-- --------------------------------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------------------------------- -->
<!-- @ v6.1.1 --> <!-- @ v6.1.1 -->
<!-- --------------------------------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------------------------------- -->

View File

@ -849,7 +849,7 @@ export const navigation: FuseNavigation[] = [
icon : 'update', icon : 'update',
url : '/documentation/changelog', url : '/documentation/changelog',
badge: { badge: {
title: '6.1.1', title: '6.1.2',
bg : '#EC0C8E', bg : '#EC0C8E',
fg : '#FFFFFF' fg : '#FFFFFF'
} }