Summary
Remove the deprecated SlotController.anonymous static symbol from @patternfly/pfe-core.
It was deprecated in favour of SlotController.default.
Files to update
core/pfe-core/controllers/slot-controller.ts (line 133-134)
core/pfe-core/controllers/slot-controller-server.ts (line 10-11)
- Corresponding
.d.ts files
Notes
- Confirmed via grep: no elements in the repo currently reference
SlotController.anonymous
- This is a breaking change for any external consumers using
SlotController.anonymous
Summary
Remove the deprecated
SlotController.anonymousstatic symbol from@patternfly/pfe-core.It was deprecated in favour of
SlotController.default.Files to update
core/pfe-core/controllers/slot-controller.ts(line 133-134)core/pfe-core/controllers/slot-controller-server.ts(line 10-11).d.tsfilesNotes
SlotController.anonymousSlotController.anonymous