mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Updated changelog and nav badge
This commit is contained in:
parent
ffbd000fe2
commit
b2ceb02709
|
@ -19,6 +19,38 @@
|
||||||
|
|
||||||
<div class="changelog">
|
<div class="changelog">
|
||||||
|
|
||||||
|
<!-- --------------------------------------------------------------------------------------------- -->
|
||||||
|
<!-- @ v6.2.3 -->
|
||||||
|
<!-- --------------------------------------------------------------------------------------------- -->
|
||||||
|
<div class="entry">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
<span class="version">v6.2.3</span>
|
||||||
|
<span class="date">(2018-07-13)</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="groups">
|
||||||
|
|
||||||
|
<div class="fixed">
|
||||||
|
<span class="title">Fixed</span>
|
||||||
|
<ul>
|
||||||
|
<li>(Navbar) Doesn't scroll on Firefox, IE & Edge</li>
|
||||||
|
<li>(Navbar) IE11 style fixes</li>
|
||||||
|
<li>(Chat Panel) IE11 style fixes</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="improved">
|
||||||
|
<span class="title">Improved</span>
|
||||||
|
<ul>
|
||||||
|
<li>(Chat Panel) Style and logic tweaks</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- --------------------------------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------------------------------- -->
|
||||||
<!-- @ v6.2.2 -->
|
<!-- @ v6.2.2 -->
|
||||||
<!-- --------------------------------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------------------------------- -->
|
||||||
|
|
|
@ -849,7 +849,7 @@ export const navigation: FuseNavigation[] = [
|
||||||
icon : 'update',
|
icon : 'update',
|
||||||
url : '/documentation/changelog',
|
url : '/documentation/changelog',
|
||||||
badge: {
|
badge: {
|
||||||
title: '6.2.2',
|
title: '6.2.3',
|
||||||
bg : '#EC0C8E',
|
bg : '#EC0C8E',
|
||||||
fg : '#FFFFFF'
|
fg : '#FFFFFF'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user