File tree 5 files changed +38
-4
lines changed
5 files changed +38
-4
lines changed Original file line number Diff line number Diff line change 111
111
}
112
112
}
113
113
},
114
+ "@swimlane/ngx-ui-testing" : {
115
+ "root" : " " ,
116
+ "sourceRoot" : " projects/swimlane/ngx-ui-testing/src" ,
117
+ "projectType" : " library" ,
118
+ "prefix" : " ngx" ,
119
+ "architect" : {
120
+ "build" : {
121
+ "builder" : " @angular-devkit/build-angular:ng-packagr" ,
122
+ "options" : {
123
+ "tsConfig" : " projects/swimlane/ngx-ui-testing/tsconfig.json" ,
124
+ "project" : " projects/swimlane/ngx-ui-testing/ng-package.json"
125
+ },
126
+ "configurations" : {
127
+ "production" : {
128
+ "tsConfig" : " projects/swimlane/ngx-ui-testing/tsconfig.json"
129
+ }
130
+ }
131
+ }
132
+ }
133
+ },
114
134
"@swimlane/ngx-ui" : {
115
135
"root" : " projects/swimlane/ngx-ui" ,
116
136
"sourceRoot" : " projects/swimlane/ngx-ui/src" ,
Original file line number Diff line number Diff line change 8
8
"start" : " ng serve --port 4200" ,
9
9
"prestart-prod" : " npm run build:lib" ,
10
10
"start-prod" : " ng serve --configuration production --port 4200" ,
11
- "build" : " npm run build:lib && ng build --configuration production" ,
11
+ "build" : " npm run build:lib && ng build ngx-ui --configuration production" ,
12
12
"build:demo" : " cross-env NODE_ENV=production ng build --configuration production --statsJson=true" ,
13
13
"build:deploy" : " cross-env NODE_ENV=production ng build --configuration production --base-href=\" /ngx-ui/\" " ,
14
14
"build:lib" : " ng build @swimlane/ngx-ui --configuration production && npm run build:css" ,
15
+ "build:testing-lib" : " ng build @swimlane/ngx-ui-testing --configuration production" ,
15
16
"build:css" : " node scripts/prep-global-styles.js && npm run copy-files" ,
16
17
"build:schematics" : " tsc -p ./projects/swimlane/ngx-ui-schematics/tsconfig.json" ,
17
18
"build:schematics:dev" : " tsc -p ./projects/swimlane/ngx-ui-schematics/tsconfig.json --watch" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " ../../../node_modules/ng-packagr/ng-package.schema.json" ,
3
+ "dest" : " ../../../dist/swimlane/ngx-ui-testing" ,
4
+ "lib" : {
5
+ "entryFile" : " src/index.ts"
6
+ }
7
+ }
Original file line number Diff line number Diff line change 2
2
"name" : " @swimlane/ngx-ui-testing" ,
3
3
"version" : " 43.0.0" ,
4
4
"description" : " " ,
5
- "main" : " dist /index.js " ,
6
- "types" : " dist /index.d.ts" ,
7
- "typings" : " dist /index.d.ts" ,
5
+ "main" : " esm2022 /index.mjs " ,
6
+ "types" : " esm2022 /index.d.ts" ,
7
+ "typings" : " esm2022 /index.d.ts" ,
8
8
"scripts" : {
9
9
"test" : " echo \" Error: no test specified\" && exit 1" ,
10
10
"prepare" : " tsc"
Original file line number Diff line number Diff line change 4
4
5
5
- Enhancement(` ngx-calendar ` ): Supports selecting a range of dates with hours and minutes
6
6
7
+ ## 48.0.0 (2023-06-17)
8
+
9
+ - Breaking: Angular 18 support
10
+ - Breaking: ngx-ui-testing package ` iff ` method may behave differently given ` within ` call is move internally
11
+ - Enhancement (` ngx-radiobutton ` ): Added ` toggle ` method to align with ngx-checkbox and ngx-toggle
12
+
7
13
## 47.0.0 (2023-02-12)
8
14
9
15
- Breaking: Angular 17 support
You can’t perform that action at this time.
0 commit comments