1e41f4b71Sopenharmony_ci# ArkUI Changelog 2e41f4b71Sopenharmony_ci## cl.ArkUI.1 Behavior Changes of Component Pressed State 3e41f4b71Sopenharmony_ci 4e41f4b71Sopenharmony_ci**Access Level** 5e41f4b71Sopenharmony_ci 6e41f4b71Sopenharmony_ciOpen API 7e41f4b71Sopenharmony_ci 8e41f4b71Sopenharmony_ci**Reason for Change** 9e41f4b71Sopenharmony_ci 10e41f4b71Sopenharmony_ciOptimized the pressed state style in the polymorphic style attribute. 11e41f4b71Sopenharmony_ci 12e41f4b71Sopenharmony_ci**Change Impact** 13e41f4b71Sopenharmony_ci 14e41f4b71Sopenharmony_ciThis change affects the validation or cancellation of the pressed state in the polymorphic style attribute. 15e41f4b71Sopenharmony_ci 16e41f4b71Sopenharmony_ci**Change Since** 17e41f4b71Sopenharmony_ci 18e41f4b71Sopenharmony_ciOpenHarmony SDK 4.1.3.3 19e41f4b71Sopenharmony_ci 20e41f4b71Sopenharmony_ci**Key API/Component Changes** 21e41f4b71Sopenharmony_ci 22e41f4b71Sopenharmony_ciIn versions earlier than API version 11: 23e41f4b71Sopenharmony_ci 24e41f4b71Sopenharmony_ci* A component enters the pressed state when touched, and remains in this state, even after the user's finger leaves the component touch target, until the finger is lifted. 25e41f4b71Sopenharmony_ci* If the component is touched with multiple fingers, it remains in the pressed state until some of the fingers are lifted. 26e41f4b71Sopenharmony_ci* If a component is placed in a scroll container component (such as **\<List>**), it will enter the pressed state when swiped on, and then immediately exit that state. 27e41f4b71Sopenharmony_ci 28e41f4b71Sopenharmony_ciSince API version 11: 29e41f4b71Sopenharmony_ci 30e41f4b71Sopenharmony_ci* A component enters the pressed state when touched and remains in this state until the user's finger leaves the component touch target. 31e41f4b71Sopenharmony_ci* If the component is touched with multiple fingers, it remains in the pressed state until all of the fingers are lifted. 32e41f4b71Sopenharmony_ci* If a component is placed in a scroll container component (such as **\<List>**), it will not enter the pressed state when swiped on. 33e41f4b71Sopenharmony_ci 34e41f4b71Sopenharmony_ci**Adaptation Guide** 35e41f4b71Sopenharmony_ci 36e41f4b71Sopenharmony_ciN/A