Skip to content

Commit 9fbd972

Browse files
committed
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>
1 parent 68a3b09 commit 9fbd972

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

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

66
# Changelog
77

8+
## [v8.31.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.31.0) (unreleased)
9+
### 📝 Notes
10+
The `NcSettingsInputText` component was deprecated,
11+
it is no longer used by Nextcloud or Nextcloud apps and not recommended to be used for design reasons.
12+
813
## [v8.30.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.30.0) (2025-09-01)
914
### 🚀 Enhancements
1015
* 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))
1116
* feat(NcAssistant*): provide components for consistent integrations design [#7413](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7413)
1217
* feat(NcCheckboxRadioSwitch): Add support for a description field [#7395](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7395)
18+
1319
### Other Changes
1420
* refactor: migrate reference widget related function to Typescript [#7417](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7417)
1521

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)