diff --git a/src/app/main/documentation/changelog/changelog.component.html b/src/app/main/documentation/changelog/changelog.component.html index c05a9600..10e94685 100644 --- a/src/app/main/documentation/changelog/changelog.component.html +++ b/src/app/main/documentation/changelog/changelog.component.html @@ -19,6 +19,49 @@
+ + + +
+ +
+ v6.2.4 + (TBA) +
+ +
+ +
+ Breaking Changes +
    +
  • + (FuseLoadingBarService) Removed in favor of the new FuseProgressBar component +
  • +
+
+ +
+ New +
    +
  • Updated Angular to 6.0.9
  • +
  • Updated various other packages
  • +
  • + (FuseProgressBar) New component and its service for globally controlling a progress bar +
  • +
+
+ +
+ Fixed +
    +
  • Scrolling is not smooth on iOS devices
  • +
+
+ +
+ +
+ diff --git a/src/app/navigation/navigation.ts b/src/app/navigation/navigation.ts index 1e314cce..abcd17aa 100644 --- a/src/app/navigation/navigation.ts +++ b/src/app/navigation/navigation.ts @@ -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' }