Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nextcloud/dialogs

Package Overview
Dependencies
Maintainers
4
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/dialogs - npm Package Versions

1
7

5.0.0-beta.4

Diff

Changelog

Source

v5.0.0-beta.4

Full Changelog

:bug: Fixed bugs

  • fix(FilePicker): Reset selected files if the current directory is changed #964 (susnux)
  • Revert "fix: Patch webdav dependency for invalid exports field un… #984 (skjnldsv)
skjnldsv
published 5.0.0-beta.3 •

Changelog

Source

v5.0.0-beta.3

Full Changelog

:bug: Fixed bugs

  • fix: Make file list only sortable by one property at the time #949 (susnux)
  • fix: styling issues and make the FilePicker height fixed #971 (susnux)
  • fix: Use core preview controller for loading file previews and fallback to MDI icons #962 (susnux)
  • fix(FilePicker): Fix selecting rows using the keyboard #934 (susnux)
  • fix(FilePicker): Only show checkbox skeletons if multiselect was enabled #969 (susnux)
  • fix(FilePickerBuilder): Fix paths returned in Promise by pick method #963 (susnux)
  • fix(NcDialog): Make the heading always center aligned on top #965 (susnux) (susnux)

:rocket: Enhancement

  • feat(FilePickerBuilder): Allow to configure the dialog container element #950 (susnux)

:robot: Dependency updates

  • chore: Update @nextcloud/files version #952 (susnux)
  • chore(deps): Bump @nextcloud/files from 3.0.0-beta.19 to 3.0.0-beta.21
  • chore(deps): Bump @nextcloud/vue from 8.0.0-beta.3 to 8.0.0-beta.5
  • chore(deps): Bump webdav from 5.2.3 to 5.3.0
skjnldsv
published 4.2.0-beta.5 •

skjnldsv
published 4.2.0-beta.4 •

skjnldsv
published 5.0.0-beta.2 •

Changelog

Source

v5.0.0-beta.2

Full Changelog

:rocket: Enhancement

  • feat: Add icons for filepicker and allow reactive button based on current path and selection #938 (susnux)
  • feat(FilePicker): Always show file extension as a trailing text part #931 (susnux)
  • Add empty content when there are no files #930 (susnux)

:bug: Fixed bugs

  • fix: The file list should be showed when files are loading #937 (susnux)
  • fix(FilePicker): Ensure focus-visible outline is visible for all focusable elements #935 (susnux)
  • fix(FilePicker): Do not show checkboxes on single select mode #929 (susnux)
  • fix: Add missing defaults to DialogButton #927 (susnux)
  • fix(FilePickerBuilder): Revert API change on pick() #925 (susnux)
  • fix(FilePicker): The table height should be max. 100% #921 (susnux)

Changed

  • Update @nextcloud/files and add unit tests #917 (susnux)
susnux
published 5.0.0-beta.1 •

Changelog

Source

v5.0.0-beta.1 (2023-08-18)

:boom: Breaking

  • A Vue based file picker is provided which uses @nextcloud/vue version 8, so this library will only work on Nextcloud 28+
  • Modernize FilePickerBuilder to directly make use of the Vue based file picker #904 (@susnux)
    • This slightly breaks the FilePickerBuilder API:
      • FilePicker.pick now returns a Promise resolving to string[] containing the picked paths
      • FilePicker.constructor parameter order was changed
      • FilePickerBuilder.setModal was removed as it has no effect
      • FilePickerBuilder.setType is deprecated in favor of FilePickerBuilder.addButton
      • FilePickerBuilder.addButton was added which allows to add custom buttons with callbacks on click (so users can now distinguish which button was clicked)

:rocket: Enhancement

  • A Vue based FilePicker component was added, which can be used either as a component or using programmatically #878 (@susnux)
  • FilePickerBuilder: Allow to add custom buttons #896 (@susnux)

:bug: Fixed bugs

  • Fixed some design flaws in new FilePicker component
    • Adjust color of placeholder skeletons #880 (@susnux)
    • Fix column alignment to be consistent with files app #881 (@susnux)
    • Navigation and filter should be on separate rows on mobile #882 (@susnux)
    • Adjust filepicker breadcrumbs button for design review #892 (@susnux)
    • Ensure only the file table is scrolled #899 (@susnux)
  • FilePicker: Request oc:size property for showing the file size #893 (@susnux)
  • FilePicker: Fix exported typings and cleanup file picker files #903 (@susnux)

Changed

  • The package does no longer contain core-js polyfills as Nextcloud core already provides polyfills #863 (@susnux)
  • The project was moved to a new Github organization (nextcloud-libraries)
  • Add version compatibility section to README #891 (@susnux)
  • Improved developer documentation #906 (@susnux)
  • Dependency updates
susnux
published 4.2.0-beta.3 •

skjnldsv
published 4.2.0-beta.2 •

skjnldsv
published 4.2.0-beta.1 •

skjnldsv
published 4.1.0 •

Changelog

Source

v4.1.0 (2023-06-23)

:bug: Fixed bugs

  • Make sure Typescript projects with node16 module resolution can import the package #845 (@susnux)
  • Ensure all package dependencies are external #843 (@susnux)

Changed

  • Update Node engines to next LTS (version 20)
  • Translation updates
  • Dependency updates
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