Skip to content

Latest commit

 

History

History
281 lines (195 loc) · 18 KB

CHANGELOG.md

File metadata and controls

281 lines (195 loc) · 18 KB

Changelog

All notable changes to this project will be documented in this file.

Full Changelog

🐛 Fixed bugs

  • [stable4] Avoid error when not using any custom buttons by (juliushaertl) in #1000
  • [stable4] Bring back the default value for legacy file picker by (susnux) in #1007

v4.2.0 (2023-09-13)

Full Changelog

🐛 Fixed bugs

  • [stable4] fix(FilePicker): Ensure file list header is shown on top of scrolled content rows #998 (susnux)
  • [stable4] fix: breadcrumbs grow #996 (susnux)
  • [stable4] fix(Dialog): Make the dialog flex column to show headline on top of content #995 (susnux)
  • [stable4] Fix table alignment #994 (susnux)
  • [stable4] Revert "fix: Patch webdav dependency for invalid exports field un… #985 (skjnldsv)

v4.2.0-beta.5 (2023-09-05)

🐛 Fixed bugs

  • [stable4] fix(FilePicker): Fix legacy entry point buttons when bundling with webpack by @susnux in #945
  • [stable4] Make file list only sortable by one property at the time by @susnux in #951
  • [stable4] Fix FilePicker keyboard handling by @susnux in #954
  • [stable4] fix: Make eslint happy by @susnux in #955
  • [stable4] Center heading of dialog by @susnux in #967
  • [stable4] fix(FilePicker): Only show checkbox skeletons if multiselect was enabled by @susnux in #970
  • [stable4] Fix styling issues and make the FilePicker height fixed by @susnux in #972
  • [stable4] fix(FilePicker): Reset selected files if the current directory is change by @susnux in #968
  • [stable4] fix(l10n): Extract translations also from vue SFC template attributes by @susnux in #966

v4.2.0-beta.4 (2023-08-24)

🚀 Enhancement

  • Add icons for filepicker and allow reactive button based on current path and selection #942 (@susnux)
  • Always show file extension as a trailing text part #933 (@susnux)
  • Show empty content when there are no files in folder #932 (@susnux)

🐛 Fixed bugs

  • Fix properties of the new button in the breadcrumbs #928 (@susnux)
  • Ensure focus-visible outline is visible for all focusable elements #936 (@susnux)
  • The table height should be max. 100% #922 (@susnux)
  • Fix exported typings and cleanup file picker files #907 (@susnux)
  • Fix typedoc generation and improve documentation of exported member #909 (@susnux)

v4.2.0-beta.3 (2023-08-16)

🚀 Enhancement

  • Allow to add custom buttons and use the shipped file picker when using the FilePickerBuilder #898 (@susnux)

🐛 Fixed bugs

  • Revert @nextcloud/vue to version 7.12 to keep supporting Nextcloud 27 #889 (@susnux)
  • Fix file size is always reported as 0B in file picker #895 (@susnux)

Changed

  • The file picker breadcrumbs button got a new design #894 (@susnux)

v4.2.0-beta.2 (2023-08-11)

🐛 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)

v4.2.0-beta.1 (2023-08-10)

🚀 Enhancement

  • A Vue based FilePicker component was added, which can be used either as a component or using programmatically #878 (@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)
  • Dependency updates

v4.1.0 (2023-06-23)

🐛 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

v4.0.1 (2023-02-16)

🚀 Enhancement

🐛 Bug Fix

  • #761 Fix package resolving in webpack projects (@susnux)

Committers: 2

v4.0.0 (2023-02-13)

💥 Breaking changes

Styles need to be imported differently compared to v3.2.0. Make sure to import them from dist/index.css:

import '@nextcloud/dialogs/dist/index.css'

🚀 Enhancement

Committers: 2

v4.0.0-beta.2 (2022-11-02)

Full Changelog

🐛 Fixed bugs

v4.0.0-beta.1 (2022-11-02)

Full Changelog

🐛 Fixed bugs

  • Do not change css class names when building #694 (skjnldsv)

v4.0.0-beta.0 (2022-10-28)

Full Changelog

🐛 Fixed bugs

Changed

  • Translation updates
  • Dependency updates

v3.2.0 - 2022-08-10

Full Changelog

Changed

  • Update engines to Node 16 with Npm 7 or Npm 8
  • Translation updates
  • Dependency updates

v3.1.4 - 2022-07-21

Full Changelog

Changed

v3.1.3 - 2022-07-21

Full Changelog

Added

Changed

  • Replace deprecated String.prototype.substr - #553 (CommanderRoot)
  • Fix undo toast rendering - #582 (artonge)
  • Bump toastify-js and set aria-live default and allow to overwrite it - #622 (nickvergessen)
  • Bumped dependencies
  • Translations updated

v3.1.2 - 2021-04-12

Full Changelog

Changed

v3.1.1 - 2020-11-13

Full Changelog

Fixed

  • Increased z-index for toast notifications so that they can appear on top of modals as well #236 (PVince81)

v3.1.0 - 2020-10-20

Full Changelog

Added

3.0.0 - 2020-10-08

Breaking

  • Timeouts are now in milliseconds

Added

  • Now exports TOAST_UNDO_TIMEOUT, TOAST_DEFAULT_TIMEOUT and TOAST_PERMANENT_TIMEOUT

Fixed

  • Fix timeout of showUndo

2.0.1 - 2020-08-27

Fixed

  • Fix timeout of showUndo to 10 seconds

2.0.0 - 2020-08-17

Breaking

  • Now you must configure some svg loader for your bundler in project (webpack etc.)

Added

  • Undo methods
  • SVG icons

Changed

  • Timeout value for permanent must be -1 now instead of 0
  • Build process with rollup
  • Dependency updates

1.4.0 - 2020-06-05

Added

  • Nextcloud 19 typings

Changed

  • Dependency updates

1.3.1 - 2020-05-27

Changed

  • Dependency updates

Fixed

  • Toasts not sticky

1.3.0 - 2020-02-04

Changed

  • Dependency updates

Fixed

  • Persistent notifications
  • Broader version ranges for dependencies to prevent bloat

1.2.2 - 2020-03-19

Changed

  • Dependency updates

Fixed

  • Update vulnerable packages

1.2.1 - 2020-03-06

Fixed

  • Use body as selector by default, so guest pages work as well

1.2.0 - 2020-03-03

Added

  • Configurable Toasts selector (for tests)

1.1.0 - 2020-02-04

Added

  • Toasts