Updated changelog

This commit is contained in:
Sercan Yemen 2018-07-13 14:43:03 +03:00
parent 54451bb19e
commit 04b80ca168
2 changed files with 44 additions and 1 deletions

View File

@ -19,6 +19,49 @@
<div class="changelog">
<!-- --------------------------------------------------------------------------------------------- -->
<!-- @ v6.2.4 -->
<!-- --------------------------------------------------------------------------------------------- -->
<div class="entry">
<div class="title">
<span class="version">v6.2.4</span>
<span class="date">(TBA)</span>
</div>
<div class="groups">
<div class="breaking-changes">
<span class="title">Breaking Changes</span>
<ul>
<li>
(FuseLoadingBarService) Removed in favor of the new FuseProgressBar component
</li>
</ul>
</div>
<div class="new">
<span class="title">New</span>
<ul>
<li>Updated Angular to 6.0.9</li>
<li>Updated various other packages</li>
<li>
(FuseProgressBar) New component and its service for globally controlling a progress bar
</li>
</ul>
</div>
<div class="fixed">
<span class="title">Fixed</span>
<ul>
<li>Scrolling is not smooth on iOS devices</li>
</ul>
</div>
</div>
</div>
<!-- --------------------------------------------------------------------------------------------- -->
<!-- @ v6.2.3 -->
<!-- --------------------------------------------------------------------------------------------- -->

View File

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