Skip to content

Commit 570b40e

Browse files
committed
style: remove the TODO from the docs description
1 parent e76f8bd commit 570b40e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

core/src/components.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8042,7 +8042,6 @@ declare namespace LocalJSX {
80428042
*/
80438043
"disabled"?: boolean;
80448044
/**
8045-
* TODO(FW-6590): Remove this in a major release.
80468045
* @deprecated Use `ionReorderEnd` instead. The new event is emitted at the end of every reorder gesture, even if the positions do not change. If you were accessing `event.detail.from` or `event.detail.to` before and relying on them being different you should now add checks as they are always emitted in `ionReorderEnd`, even when they are the same.
80478046
*/
80488047
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;

core/src/components/reorder-group/reorder-group.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export class ReorderGroup implements ComponentInterface {
5151
}
5252
}
5353

54+
// TODO(FW-6590): Remove this in a major release.
5455
/**
55-
* TODO(FW-6590): Remove this in a major release.
5656
* @deprecated Use `ionReorderEnd` instead. The new event is emitted
5757
* at the end of every reorder gesture, even if the positions do not
5858
* change. If you were accessing `event.detail.from` or `event.detail.to`

packages/angular/src/directives/proxies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ import type { ReorderEndEventDetail as IIonReorderGroupReorderEndEventDetail } f
19061906

19071907
export declare interface IonReorderGroup extends Components.IonReorderGroup {
19081908
/**
1909-
* TODO(FW-6590): Remove this in a major release. @deprecated Use `ionReorderEnd` instead. The new event is emitted
1909+
* @deprecated Use `ionReorderEnd` instead. The new event is emitted
19101910
at the end of every reorder gesture, even if the positions do not
19111911
change. If you were accessing `event.detail.from` or `event.detail.to`
19121912
before and relying on them being different you should now add checks as

packages/angular/standalone/src/directives/proxies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ import type { ReorderEndEventDetail as IIonReorderGroupReorderEndEventDetail } f
17661766

17671767
export declare interface IonReorderGroup extends Components.IonReorderGroup {
17681768
/**
1769-
* TODO(FW-6590): Remove this in a major release. @deprecated Use `ionReorderEnd` instead. The new event is emitted
1769+
* @deprecated Use `ionReorderEnd` instead. The new event is emitted
17701770
at the end of every reorder gesture, even if the positions do not
17711771
change. If you were accessing `event.detail.from` or `event.detail.to`
17721772
before and relying on them being different you should now add checks as

0 commit comments

Comments
 (0)