Skip to content

Commit 28162da

Browse files
susnuxbackportbot[bot]
authored andcommitted
chore: deprecate NcSettingsInputText component
It is no longer used by Nextcloud or Nextcloud apps and not recommended to be used for design reasons. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> [skip ci]
1 parent 68a3b09 commit 28162da

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* feat(NcPopover): auto return focus to trigger button on close [#5155](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5155) ([ShGKme](https://github.com/ShGKme))
1111
* feat(NcAssistant*): provide components for consistent integrations design [#7413](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7413)
1212
* feat(NcCheckboxRadioSwitch): Add support for a description field [#7395](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7395)
13+
1314
### Other Changes
1415
* refactor: migrate reference widget related function to Typescript [#7417](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7417)
1516

src/components/NcSettingsInputText/NcSettingsInputText.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
<docs>
77

8+
⚠️ This component is deprecated and might be removed in a future version ⚠️
9+
810
```vue
911
<template>
1012
<div>
@@ -57,6 +59,9 @@ import { useModelMigration } from '../../composables/useModelMigration.ts'
5759
import { t } from '../../l10n.js'
5860
import GenRandomId from '../../utils/GenRandomId.js'
5961
62+
/**
63+
* @deprecated - This component is nolonger used and might be removed in a future version
64+
*/
6065
export default {
6166
name: 'NcSettingsInputText',
6267

0 commit comments

Comments
 (0)