New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nextcloud/vue

Package Overview
Dependencies
Maintainers
6
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/vue - npm Package Versions

23
21

9.0.0-alpha.7

Diff

skjnldsv
published 8.23.1 •

Changelog

Source

v8.23.1 (2025-02-13)

Full Changelog

🐛 Fixed bugs

  • fix(l10n): fix build error after @nextcloud/l10n bump #6521 (ShGKme)
skjnldsv
published 8.23.0 •

Changelog

Source

v8.23.0 (2025-02-13)

Full Changelog

📝 Notes

  • The individual import path of components, composables, directives, and functions was changed. The type of import is (e.g. components) is now lowercase and the dist will be omitted. For example to import the NcButton component the path has changed:

    // Old import
    import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
    // New way to import
    import NcButton from '@nextcloud/vue/components/NcButton'
    

    The old import paths are still valid, but deprecated and will be removed in version 9.

  • #default slot for leading icon is now deprecated in components NcInputField, NcTextField, NcPasswordField. Use #icon slot instead.

  • NcActionRadio is now expecting String|Number in v-model directive (to compare with passed value) instead of Boolean. Consider it for migration.

  • Some boolean props have been deprecated in favor of alternatives with default value false. This allows to use shorthand notation on the template, as a prop with a default value of false will be set to true if it is set (without any value) in the template, similar to native HTML boolean attributes. Following components have been adjusted:

    | Component | Deprecated prop | New alternative | |---------------|------------------------|-----------------| | NcModal | enableSwipe | disableSwipe | |NcAppContent | allowSwipeNavigation | disabledSwipe |

🚀 Enhancements

  • feat: Allow to import without dist #6385 (susnux)
  • feat: Use boolean props with default value false #6452 (susnux)
  • feat(Nc*Field): add #icon slot for forward compatibility with v9, #default slot is deprecated #6399 (ShGKme)
  • fix(NcActionRadio): change modelValue to behave like NcCheckboxRadioSwitch #6264 #6470 (Antreesy)

🐛 Fixed bugs

  • fix(NcAction*): Fix RTL support for component #6507 (Antreesy)
  • fix(NcActions): Remove on mousemove listener for auto focus elements #6475 (susnux)
  • fix(NcActionCheckbox): Fix padding in RTL mode #6354 (falghamdi125)
  • fix(NcAppNavigation + NcUserBubble + NcRichContenteditable): RTL support #6455 (DorraJaouad)
  • fix(NcAvatar): title not shown when component used without menu #6297 (Koc)
  • fix(NcAvatar): user status and interactivity toggle button Bidi support #6407 (DorraJaouad)
  • fix(NcColorPicker): close popover on submit event #6336 (Antreesy)
  • fix(NcCounterBubble): show original count in title when shortened #6395 (ShGKme)
  • fix(NcDateTimePicker): selected and hover time is not readable #6492 (ShGKme)
  • fix(NcDateTimePickerNative): do not set invalid value on clear event #6387 (Antreesy)
  • fix(NcDateTimePickerNative): style alignment with other input components #6454 (Antreesy)
  • fix(NcEmojiPicker): add arrow navigation #6466 (ShGKme)
  • fix(NcEmojiPicker): adjust styles to correctly fit emojis #6465 (ShGKme)
  • fix(NcListItem): Fix padding in RTL mode #6359 (falghamdi125)
  • fix(NcModal): Enforce opaque backdrop if needed #6434 (susnux)
  • fix(NcPopover): emit after-show after focus-trap init to correctly return focus #6342 (ShGKme)
  • fix(NcPopover): blurry content on scaled page in Chromium #6512 (ShGKme)
  • fix(NcRich*): style fixes and RTL support #6474 (Antreesy)
  • fix(NcRichContenteditable): remove value linkify #6372 (ShGKme)
  • fix(NcRichText): adjust conditions for highlight syntax #6259 (Antreesy)
  • fix(NcRichText): extract un-escaping of text/code nodes with XML-like content #6499 #6501 (Antreesy)
  • fix(NcTeamResources): Do not make extraneous requests for resources #6379 (Pytal)

Changed

  • chore(stylelint): csstools/use-logical #6419 (ShGKme)
  • chore(stylelint): fix scripts to be unix-compatible #6418 (ShGKme)
  • chore(docs): Do not override assets while building the styleguide #6408 (susnux)
  • chore(docs): update documentation #6460 (ShGKme)
  • Updated workflows and dependencies
  • Updated translations

New Contributors

  • @Koc made their first contribution in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6297
skjnldsv
published 9.0.0-alpha.6 •

skjnldsv
published 8.22.0 •

Changelog

Source

v8.22.0 (2024-12-20)

Full Changelog

🚀 Enhancements

  • feat(NcAvatar): implement custom javascript hook action for the contacts menu #6238 (st3iny)
  • feat(NcAppNavigation): add n hotkey to toggle navigation #6311 (skjnldsv)

🐛 Fixed bugs

  • fix(NcAppNavigationItem): TypeError: this.$refs.actions.$refs.menuButton is undefined #6226 (wofferl)
  • fix(NcListItem): Don't require name prop by @artonge in #6128 (artonge)
  • style(NcCheckboxRadioSwitch): fix styles in disabled state #6265 (Antreesy)
  • fix(NcModal): make 'Close' button the last element for the focus-trap #6266 (Antreesy)
  • fix(NcAppNavigation): Fix sidebar position in RTL and mobile mode.#6260 (falghamdi125)
  • fix(NcAppContent): add RTL support #6303 (hamza221)
  • fix(NcCheckboxRadioSwitch): RTL support #6302 (hamza221)
  • fix(NcDateTimePicker): popup position #6312 (hamza221)
  • Fix(NcSettingsSection): Add RTL support to NcSettingsSection info icon. #6290 (falghamdi125)
  • Fix(NcDashboardWidgetItem): Add RTL support to NcDashboardWidgetItem #6292 (falghamdi125)
  • fix(useHotKey): allow hotkeys with implicit SHIFT and add caseSensitive, custom event filter options #6301 (Antreesy)
  • fix(NcRichContenteditable): prevent content from overflowing #6316 (Antreesy)
  • fix(NcActionButton): RTL support #6200 (falghamdi125)

Changed

  • docs(NcDateTimePickerNative): add time picker example #6188 (GVodyanov)
  • chore(NcAppSidebarTabs): remove internal component from docs #6253 (ShGKme)
  • Updated workflows and dependencies
  • Updated translations

New Contributors

  • @falghamdi125 made their first contribution in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6260
skjnldsv
published 8.21.0 •

Changelog

Source

v8.21.0 (2024-11-21)

Full Changelog

🚀 Enhancements

  • feat(NcRichText): highlight code syntax if language provided #6212 (Antreesy)

🐛 Fixed bugs

  • fix(NcInputField): correct position of trailing icon in RTL #6202 (alsulami1)
  • fix(NcChip): wrong color-primary-text variable used #6218 (skjnldsv)
  • fix: make sure model event in v-model happens first to avoid regression #6234 (ShGKme)
  • fix(NcTextField): don't fire value-updating events twice #6235 (ShGKme)
  • fix(NcRichContenteditable): support mentions of email/* guests #6233 (Antreesy)
  • fix(NcAppContent): correct splitter color in dark mode when using split-horizontal mode #6227 (wofferl)
  • fix(NcRichContenteditable): do not break adjacent user mentions #6223 (Antreesy)
  • fix(NcRichContenteditable): fix pasting of the content to an empty field #6241 (DorraJaouad)

New Contributors

  • @alsulami1 made their first contribution in #6202
  • @wofferl made their first contribution in #6227
skjnldsv
published 8.20.0 •

Changelog

Source

v8.20.0 (2024-10-29)

Full Changelog

📝 Notes

Now you can use v-model directive, :model-value prop, and @update:model-value (@update:modelValue) event in all data input components to have compatibility with v9 in the future.

<!-- Only v8 (Vue 2) -->
<NcTextField :value.sync="username" />
<!-- Compatible with both v8 (Vue 2) and v9 (Vue 3) -->
<NcTextField v-model="username" />
<!-- same as -->
<NcTextField :model-value="username" @update:model-value="username = $event" />

If you already use v-model with a custom writable computed on :value.sync components before, it might not work as expected anymore. Make sure to remove or adjust it before update. See the full list in v9 breaking changes.

🚀 Enhancements

  • feat: add v-model support for input-like components #5418 (kyteinsky)
  • feat: forward compatibility with v9 on v-model props/events #6172 (ShGKme)
  • feat(NcRichText): add styles to mount point for custom picker and custom widget elements #6108 (julien-nc)
  • feat(NcRichText): make interactive widgets opt-in #6151 (Antreesy)
  • feat: add isDarkTheme functions and composables #5698 (ShGKme)
  • feat: add spawnDialog function #6195 (susnux)

🐛 Fixed bugs

Changed

  • Updated workflows and dependencies
  • Updated translations
skjnldsv
published 8.19.0 •

Changelog

Source

v8.19.0 (2024-09-16)

Full Changelog

🚀 Enhancements

  • feat(NcModal): make dark header configurable #6083 (mejo-)
  • feat(NcActions): Emit closed event only when the actions are fully closed #6065 (susnux)

🐛 Fixed bugs

  • fix(NcAppNavigationItem): align utils with actions and other components #6054 (GVodyanov)
  • fix(NcAvatar): add a fallback for missing CSS variable #6090 (Antreesy)
  • fix(NcColorPicker): style advanced fields as NcInputField #6097 (Antreesy)

Changed

  • Updated workflows and dependencies
skjnldsv
published 8.18.0 •

Changelog

Source

v8.18.0 (2024-09-12)

Full Changelog

🚀 Enhancements

  • feat(NcDialogButton): Allow to return false from callback to keep dialog open #6005 (susnux)
  • feat(NcHeaderButton): Add a button-only alternative for the header menu #6048 (susnux)

🐛 Fixed bugs

  • fix(NcActions): Pressing Escape should always close the actions #6037 (susnux)
  • fix(NcListItem): make the max width in oneline mode apply only to the content name #6039 (GVodyanov)
  • fix(NcHeaderMenu): Ensure trigger button has the same width as a wrapper #6047 (susnux)
  • fix(NcCheckboxRadioSwitch): switch may have incorrect checked-like background #6055 (Antreesy)
  • fix(NcEmojiPicker): adjust hover effects to the new design #6056 (Antreesy)

Changed

  • Updated workflows and dependencies
  • Updated translations
skjnldsv
published 8.17.1 •

Changelog

Source

v8.17.1 (2024-08-30)

Full Changelog

🐛 Fixed bugs

  • fix(NcAppNavigation): keep border only on mobile #6008 (ShGKme)
  • fix(NcRichText): discard reference widgets on text update #6011 (Antreesy)
  • fix(NcCheckBoxRadioSwitch): do not toggle on a click on a link inside #6013 (DorraJaouad)
  • fix: Adjust time intervals for relative time #6017 (susnux)
  • fix(NcHeaderMenu): Remove padding from popover menu #6026 (susnux)
  • fix(useHotKey): respect press of MacOS Cmd key as Ctrl key #6021 (Antreesy)
23
21
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc