PLASMA-5873: Свойство readOnly помечено как deprecated#2895
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (29)
📝 WalkthroughWalkthrough
ChangesCheckbox/Radiobox readOnly deprecation and docs propagation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
packages/plasma-new-hope/src/components/Checkbox/Checkbox.template-doc.mdxParsing error: Expression expected. packages/plasma-new-hope/src/components/Radiobox/Radiobox.template-doc.mdxParsing error: Expression expected. website/plasma-b2c-docs/docs/components/Checkbox.mdxParsing error: Expression expected.
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
deprecated
|
Theme Builder app deployed! https://plasma.sberdevices.ru/pr/plasma-theme-builder-pr-2895/ |
Core
Checkbox, Radiobox
readOnlyпомечено какdeprecatedWhat/why changed
Прямая ссылка на спецификацию WHATWG HTML Standard, где определён список типов, к которым применяется readonly:
https://html.spec.whatwg.org/multipage/input.html#attr-input-readonly
Там для каждого типа указано в таблице «Content attributes», применяется ли к нему readonly.
Для checkbox, radio, color, range, file и кнопок - не применяется.
Более явная формулировка - в разделе про список применимости атрибутов:
https://html.spec.whatwg.org/multipage/input.html#do-not-apply
📦 Published PR as canary version:
Canary Versions✨ Test out this PR locally via:
npm install @salutejs/plasma-asdk@0.380.1-canary.2895.27739720201.0 npm install @salutejs/plasma-b2c@1.622.1-canary.2895.27739720201.0 npm install @salutejs/plasma-giga@0.349.1-canary.2895.27739720201.0 npm install @salutejs/plasma-homeds@0.349.1-canary.2895.27739720201.0 npm install @salutejs/plasma-hope@1.376.1-canary.2895.27739720201.0 npm install @salutejs/plasma-new-hope@0.366.1-canary.2895.27739720201.0 npm install @salutejs/plasma-ui@1.352.1-canary.2895.27739720201.0 npm install @salutejs/plasma-web@1.624.1-canary.2895.27739720201.0 npm install @salutejs/sdds-bizcom@0.354.1-canary.2895.27739720201.0 npm install @salutejs/sdds-cs@0.358.1-canary.2895.27739720201.0 npm install @salutejs/sdds-dfa@0.352.1-canary.2895.27739720201.0 npm install @salutejs/sdds-finai@0.345.1-canary.2895.27739720201.0 npm install @salutejs/sdds-insol@0.349.1-canary.2895.27739720201.0 npm install @salutejs/sdds-netology@0.353.1-canary.2895.27739720201.0 npm install @salutejs/sdds-os@0.24.1-canary.2895.27739720201.0 npm install @salutejs/sdds-platform-ai@0.353.1-canary.2895.27739720201.0 npm install @salutejs/sdds-sbcom@0.354.1-canary.2895.27739720201.0 npm install @salutejs/sdds-scan@0.352.1-canary.2895.27739720201.0 npm install @salutejs/sdds-serv@0.353.1-canary.2895.27739720201.0 npm install @salutejs/sdds-api-tests@0.11.1-canary.2895.27739720201.0 npm install @salutejs/plasma-sb-utils@0.230.1-canary.2895.27739720201.0 # or yarn add @salutejs/plasma-asdk@0.380.1-canary.2895.27739720201.0 yarn add @salutejs/plasma-b2c@1.622.1-canary.2895.27739720201.0 yarn add @salutejs/plasma-giga@0.349.1-canary.2895.27739720201.0 yarn add @salutejs/plasma-homeds@0.349.1-canary.2895.27739720201.0 yarn add @salutejs/plasma-hope@1.376.1-canary.2895.27739720201.0 yarn add @salutejs/plasma-new-hope@0.366.1-canary.2895.27739720201.0 yarn add @salutejs/plasma-ui@1.352.1-canary.2895.27739720201.0 yarn add @salutejs/plasma-web@1.624.1-canary.2895.27739720201.0 yarn add @salutejs/sdds-bizcom@0.354.1-canary.2895.27739720201.0 yarn add @salutejs/sdds-cs@0.358.1-canary.2895.27739720201.0 yarn add @salutejs/sdds-dfa@0.352.1-canary.2895.27739720201.0 yarn add @salutejs/sdds-finai@0.345.1-canary.2895.27739720201.0 yarn add @salutejs/sdds-insol@0.349.1-canary.2895.27739720201.0 yarn add @salutejs/sdds-netology@0.353.1-canary.2895.27739720201.0 yarn add @salutejs/sdds-os@0.24.1-canary.2895.27739720201.0 yarn add @salutejs/sdds-platform-ai@0.353.1-canary.2895.27739720201.0 yarn add @salutejs/sdds-sbcom@0.354.1-canary.2895.27739720201.0 yarn add @salutejs/sdds-scan@0.352.1-canary.2895.27739720201.0 yarn add @salutejs/sdds-serv@0.353.1-canary.2895.27739720201.0 yarn add @salutejs/sdds-api-tests@0.11.1-canary.2895.27739720201.0 yarn add @salutejs/plasma-sb-utils@0.230.1-canary.2895.27739720201.0Summary by CodeRabbit
New Features
readOnlyproperty to Checkbox component with HTML spec reference.Documentation
readOnlyfrom displayed properties table.