mirror of
				https://github.com/richard-loafle/fuse-angular.git
				synced 2025-11-04 00:53:34 +00:00 
			
		
		
		
	Added changelog for v6.1.2
This commit is contained in:
		
							parent
							
								
									6320e98938
								
							
						
					
					
						commit
						f75d458abe
					
				@ -19,6 +19,39 @@
 | 
			
		||||
 | 
			
		||||
        <div class="changelog">
 | 
			
		||||
 | 
			
		||||
            <!-- --------------------------------------------------------------------------------------------- -->
 | 
			
		||||
            <!-- @ v6.1.2 -->
 | 
			
		||||
            <!-- --------------------------------------------------------------------------------------------- -->
 | 
			
		||||
            <div class="entry">
 | 
			
		||||
 | 
			
		||||
                <div class="title">
 | 
			
		||||
                    <span class="version">v6.1.2</span>
 | 
			
		||||
                    <span class="date">(TBA)</span>
 | 
			
		||||
                </div>
 | 
			
		||||
 | 
			
		||||
                <div class="groups">
 | 
			
		||||
 | 
			
		||||
                    <div class="new">
 | 
			
		||||
                        <span class="title">New</span>
 | 
			
		||||
                        <ul>
 | 
			
		||||
                            <li>Updated Angular Material to 6.3.0</li>
 | 
			
		||||
                            <li>Updated various other packages</li>
 | 
			
		||||
                            <li>Updated Angular material examples</li>
 | 
			
		||||
                        </ul>
 | 
			
		||||
                    </div>
 | 
			
		||||
 | 
			
		||||
                    <div class="improved">
 | 
			
		||||
                        <span class="title">Improved</span>
 | 
			
		||||
                        <ul>
 | 
			
		||||
                            <li>Replaced cdkTable with matTable since Table is now a proper element in Material</li>
 | 
			
		||||
                            <li>(E-Commerce) Added sticky headers to the tables</li>
 | 
			
		||||
                        </ul>
 | 
			
		||||
                    </div>
 | 
			
		||||
 | 
			
		||||
                </div>
 | 
			
		||||
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
            <!-- --------------------------------------------------------------------------------------------- -->
 | 
			
		||||
            <!-- @ v6.1.1 -->
 | 
			
		||||
            <!-- --------------------------------------------------------------------------------------------- -->
 | 
			
		||||
 | 
			
		||||
@ -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'
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user