File tree Expand file tree Collapse file tree 4 files changed +1
-182
lines changed Expand file tree Collapse file tree 4 files changed +1
-182
lines changed Original file line number Diff line number Diff 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
2021The plugin registering all the components and directives globally is removed.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ export { default as NcSavingIndicatorIcon } from './NcSavingIndicatorIcon/index.
8181export { default as NcSelect } from './NcSelect/index.js'
8282export { default as NcSelectTags } from './NcSelectTags/index.js'
8383export { default as NcSelectUsers } from './NcSelectUsers/index.ts'
84- export { default as NcSettingsInputText } from './NcSettingsInputText/index.js'
8584export { default as NcSettingsSection } from './NcSettingsSection/index.ts'
8685export { default as NcSettingsSelectGroup } from './NcSettingsSelectGroup/index.js'
8786export { default as NcTextArea } from './NcTextArea/index.ts'
You can’t perform that action at this time.
0 commit comments