diff --git a/src/app/main/documentation/changelog/changelog.component.html b/src/app/main/documentation/changelog/changelog.component.html index 1ba9d6a6..cd777eb8 100644 --- a/src/app/main/documentation/changelog/changelog.component.html +++ b/src/app/main/documentation/changelog/changelog.component.html @@ -19,6 +19,39 @@
+ + + +
+ +
+ v6.1.2 + (TBA) +
+ +
+ +
+ New +
    +
  • Updated Angular Material to 6.3.0
  • +
  • Updated various other packages
  • +
  • Updated Angular material examples
  • +
+
+ +
+ Improved +
    +
  • Replaced cdkTable with matTable since Table is now a proper element in Material
  • +
  • (E-Commerce) Added sticky headers to the tables
  • +
+
+ +
+ +
+ diff --git a/src/app/navigation/navigation.ts b/src/app/navigation/navigation.ts index 1560ca0a..e0eb4811 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.1.1', + title: '6.1.2', bg : '#EC0C8E', fg : '#FFFFFF' }