mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, `setDisabledState` was never called when attached if the control is enabled. This PR fixes the bug, and creates a configuration option to opt-out of the fix. Fixes #35309. BREAKING CHANGE: setDisabledState will always be called when a `ControlValueAccessor` is attached. You can opt-out with `FormsModule.withConfig` or `ReactiveFormsModule.withConfig`. PR Close #47576
71 lines
No EOL
2.1 KiB
JSON
71 lines
No EOL
2.1 KiB
JSON
{
|
|
"cli-hello-world": {
|
|
"uncompressed": {
|
|
"runtime": 1083,
|
|
"main": 124531,
|
|
"polyfills": 33824
|
|
}
|
|
},
|
|
"cli-hello-world-ivy-minimal": {
|
|
"uncompressed": {
|
|
"runtime": 1107,
|
|
"main": "TODO(i): temporarily increase the payload size limit from 17597 - this needs to be investigate further what caused the increase.",
|
|
"main": "Likely there is a missing PURE annotation https://github.com/angular/angular/pull/43344",
|
|
"main": "Tracking issue: https://github.com/angular/angular/issues/43568",
|
|
"main": 23891,
|
|
"polyfills": 33848
|
|
}
|
|
},
|
|
"cli-hello-world-ivy-compat": {
|
|
"uncompressed": {
|
|
"runtime": 1102,
|
|
"main": 131519,
|
|
"polyfills": 33957
|
|
}
|
|
},
|
|
"cli-hello-world-ivy-i18n": {
|
|
"uncompressed": {
|
|
"runtime": 926,
|
|
"main": 124195,
|
|
"polyfills": 35252
|
|
}
|
|
},
|
|
"cli-hello-world-lazy": {
|
|
"uncompressed": {
|
|
"runtime": 2835,
|
|
"main": 225113,
|
|
"polyfills": 33842,
|
|
"src_app_lazy_lazy_routes_ts": 487
|
|
}
|
|
},
|
|
"forms": {
|
|
"uncompressed": {
|
|
"runtime": 1060,
|
|
"main": 156411,
|
|
"polyfills": 33915
|
|
}
|
|
},
|
|
"animations": {
|
|
"uncompressed": {
|
|
"runtime": 1070,
|
|
"main": 155920,
|
|
"polyfills": 33814
|
|
}
|
|
},
|
|
"standalone-bootstrap": {
|
|
"uncompressed": {
|
|
"runtime": 1090,
|
|
"main": 83452,
|
|
"polyfills": 33945
|
|
}
|
|
},
|
|
"hello_world__closure": {
|
|
"uncompressed": {
|
|
"bundle": "TODO(i): temporarily increase the payload size limit from 105779 - this is due to a closure issue related to ESM reexports that still needs to be investigated",
|
|
"bundle": "TODO(i): we should define ngDevMode to false in Closure, but --define only works in the global scope.",
|
|
"bundle": "TODO(i): (FW-2164) TS 3.9 new class shape seems to have broken Closure in big ways. The size went from 169991 to 252338",
|
|
"bundle": "TODO(i): after removal of tsickle from ngc-wrapped / ng_package, we had to switch to SIMPLE optimizations which increased the size from 252338 to 1198917, see PR#37221 and PR#37317 for more info",
|
|
"bundle": 1214857
|
|
}
|
|
}
|
|
} |