This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Keep support to "skipHide" with a deprecation warning #10438
Open
Description
Actual Behavior:
- Upgrade build version from 1.1.1 to 1.1.3
- Breaking change:
$mdDialog.show({skipHide: true})
stops working because it was renamed tomultiple
. (See dialog: skipHide not working #10076)
Expected Behavior:
- Upgrade build version from 1.1.1 to 1.1.3
- Rename should generate a deprecation warning, but keep working for the full ~1.1.1 branch forever.