mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Updated changelog
This commit is contained in:
parent
54451bb19e
commit
04b80ca168
|
@ -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 -->
|
||||
<!-- --------------------------------------------------------------------------------------------- -->
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user