File tree 3 files changed +22
-0
lines changed
plugin-deprecate/deprecationMaps
3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' braid-design-system ' : minor
3
+ ---
4
+
5
+ ---
6
+ updated:
7
+ - test
8
+ ---
9
+
10
+ dummy for snapshot
11
+
12
+ <!-- Todo - remove file -->
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import importUpdatePlugin from './plugin-deprecate/plugin-import-update';
18
18
import propRenamePlugin from './plugin-deprecate/plugin-prop-rename' ;
19
19
import { v31 } from './plugin-deprecate/deprecationMaps/v31' ;
20
20
import { v31_11 } from './plugin-deprecate/deprecationMaps/v31-11' ;
21
+ import { v33 } from './plugin-deprecate/deprecationMaps/v33' ;
21
22
22
23
const pluginsForVersion = {
23
24
v31 : [
@@ -27,6 +28,7 @@ const pluginsForVersion = {
27
28
importUpdatePlugin ,
28
29
] ,
29
30
[ `v31.11` ] : [ [ propRenamePlugin , { renames : v31_11 } ] ] ,
31
+ v33 : [ [ propRenamePlugin , { renames : v33 } ] ] ,
30
32
} ;
31
33
32
34
type Version = keyof typeof pluginsForVersion ;
Original file line number Diff line number Diff line change
1
+ export const v33 = {
2
+ Text : {
3
+ truncate : 'maxLines={1}' ,
4
+ } ,
5
+ Heading : {
6
+ truncate : 'maxLines={1}' ,
7
+ } ,
8
+ } ;
You can’t perform that action at this time.
0 commit comments