File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed
projects/igniteui-angular/migrations Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 22
33All notable changes for each version of this project will be documented in this file.
44
5+ ## 21.0.0
6+
7+ ### Themes
8+
9+ - ` IgxButton `
10+ - ** Breaking Change**
11+ - The following shadow-related parameters were removed from the ` outlined-button-theme ` and ` flat-button-theme ` :
12+ - ` resting-shadow `
13+ - ` hover-shadow `
14+ - ` focus-shadow `
15+ - ` active-shadow `
516
617## 20.1.0
718
Original file line number Diff line number Diff line change 248248 "factory" : " ./update-20_1_0"
249249 },
250250 "migration-50" : {
251- "version" : " 20.2 .0" ,
252- "description" : " Updates Ignite UI for Angular from v20.1.0 to v20.2 .0" ,
253- "factory" : " ./update-20_2_0 "
251+ "version" : " 21.0 .0" ,
252+ "description" : " Updates Ignite UI for Angular from v20.1.0 to v21.0 .0" ,
253+ "factory" : " ./update-21_0_0 "
254254 }
255255 }
256256}
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as path from 'path';
33import { SchematicTestRunner , UnitTestTree } from '@angular-devkit/schematics/testing' ;
44import { setupTestTree } from '../common/setup.spec' ;
55
6- const version = '20.2 .0' ;
6+ const version = '21.0 .0' ;
77
88describe ( `Update to ${ version } ` , ( ) => {
99 let appTree : UnitTestTree ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type {
55} from '@angular-devkit/schematics' ;
66import { UpdateChanges } from '../common/UpdateChanges' ;
77
8- const version = '20.2 .0' ;
8+ const version = '21.0 .0' ;
99
1010export default ( ) : Rule => async ( host : Tree , context : SchematicContext ) => {
1111 context . logger . info ( `Applying migration for Ignite UI for Angular to version ${ version } ` ) ;
You can’t perform that action at this time.
0 commit comments