chore(deps): update dependency @nextcloud/vue to v9.0.0-alpha.6 #239
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/nextcloud-vue-9.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
9.0.0-alpha.5
->9.0.0-alpha.6
Release Notes
nextcloud-libraries/nextcloud-vue (@nextcloud/vue)
v9.0.0-alpha.6
Compare Source
💥 Breaking Changes
@nextcloud/vue/dist/Components/NcComponent.js
were removed, please use the new ones (@nextcloud/vue/components/NcComponent
) instead.Use local registration instead. Use
unplugin-vue-components
if you need an alternative.limitWidth
prop ofNcSettingsSection
was removed (the content is now always limited width) #5605NcCounterBubble
: remove default slot and makecount
prop required #5997xclosing
andopening
events ofNcAppSidebar
were removed as they are directly emitted when the sidebar was opened when usingv-if
and also just duplicated the state of theopen
prop #5606checked
prop was renamed tomodelValue
, theupdate:checked
event was renamed toupdate:modelValue
. This affects the following components:NcActionCheckbox
NcActionRadio
NcCheckboxRadioSwitch
value
prop was renamed tomodelValue
, theupdate:value
orinput
events were renamed toupdate:modelValue
. This affects the following components:NcActionInput
NcActionTextEditable
NcColorPicker
NcDateTimePicker
NcDateTimePickerNative
NcInputField
NcPasswordField
NcRichContenteditable
NcSelect
NcSelectTags
NcSettingsInputText
NcSettingsSelectGroup
NcTextArea
NcTextField
NcTimezonePicker
#default
to#icon
inNc*Field
components:NcInputField
NcTextField
NcPasswordField
exact
prop was removed. This affects the following components:NcActionRouter
NcAppNavigationItem
NcBreadcrumb
NcListItem
isFullscreen
andisMobile
mixins were removed. Use the according composables instead.box-sizing: border-box
is now default for following components and its content. This is done to match behaviour ofNcContent
(as they can be mounted directly tobody
):NcModal
NcPopover
What's Changed compared to last pre-release
💥 Breaking Changes
count
prop required by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5997🚀 Enhancements
text
prop to pass the content of the note card by @backportbot in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5901target
attribute for buttons with href by @backportbot in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5939spawnDialog
function by @backportbot in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6207false
from callback to keep dialog open by @backportbot in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6035🐛 Fixed bugs
NcAppNavigationCaption
examples by @backportbot in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5825$clickable-area
to CSS--default-clickable-area
by @backportbot in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5752--header-height
instead of50px
constant by @backportbot in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5978menu
needs a label assigned so label by trigger by @susnux in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6023SHIFT
and addcaseSensitive
, custom event filter options by @backportbot in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6319Other Changes
next
branch by @susnux in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6007useIsDarkTheme
import by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6215dist
and.js
-extension by @susnux in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6389Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Checkout
From your project repository, check out a new branch and test the changes.