angular/devtools/projects
AleksanderBodurri 28dd04a866 fix(devtools): regressions in component tree (#59873)
This commit solves two cases

Bug: When a directive of the same name is selected, the property view tab would not update properly. This was caused by a signals refactor that changed the behaviour of a string input property to not re-render because the underlying signal did not change (string equality). This is fixed by converting this input into an object.

Bug: When a selected element is removed from the component tree, DevTools would not rerender the component tree properly and deselect that component. Now if DevTools detects that a component is removed, it re-renders the tree and deselects the component.

PR Close #59873
2025-02-12 09:22:28 -08:00
..
demo-no-zone refactor(devtools): migrate devtools to prettier formatting (#58624) 2024-11-19 16:31:24 -08:00
demo-standalone refactor: remove unnecessary TSLint rule flags (#59365) 2025-01-07 16:06:21 +00:00
ng-devtools fix(devtools): regressions in component tree (#59873) 2025-02-12 09:22:28 -08:00
ng-devtools-backend fix(devtools): regressions in component tree (#59873) 2025-02-12 09:22:28 -08:00
protocol refactor: remove unnecessary TSLint rule flags (#59365) 2025-01-07 16:06:21 +00:00
shared-utils refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
shell-browser release: bump Angular DevTools version to 1.0.21 (#59548) 2025-01-15 16:48:00 -08:00