Skip to content

Commit 9c2c930

Browse files
committed
chore!: remove NcSettingsInputText component
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 08cb210 commit 9c2c930

File tree

4 files changed

+1
-182
lines changed

4 files changed

+1
-182
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
1515
* The package is now a native ESM package and the CommonJS entry points were dropped!
1616
* The package has dropped compatibility with Nextcloud before version 31.
1717
This mostly affects the visual appearance of components.
18+
* The `NcSettingsInputText` component was deprecated in v8 and is now removed.
1819

1920
#### Plugin registering removed
2021
The plugin registering all the components and directives globally is removed.

src/components/NcSettingsInputText/NcSettingsInputText.vue

Lines changed: 0 additions & 175 deletions
This file was deleted.

src/components/NcSettingsInputText/index.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/components/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export { default as NcSavingIndicatorIcon } from './NcSavingIndicatorIcon/index.
8181
export { default as NcSelect } from './NcSelect/index.js'
8282
export { default as NcSelectTags } from './NcSelectTags/index.js'
8383
export { default as NcSelectUsers } from './NcSelectUsers/index.ts'
84-
export { default as NcSettingsInputText } from './NcSettingsInputText/index.js'
8584
export { default as NcSettingsSection } from './NcSettingsSection/index.ts'
8685
export { default as NcSettingsSelectGroup } from './NcSettingsSelectGroup/index.js'
8786
export { default as NcTextArea } from './NcTextArea/index.ts'

0 commit comments

Comments
 (0)