Skip to content

Releases: nextcloud-libraries/nextcloud-dialogs

v4.2.0-beta.1

10 Aug 11:01
7f4bb9a
Compare
Choose a tag to compare
v4.2.0-beta.1 Pre-release
Pre-release

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

22 Jun 18:20
f4d92e0
Compare
Choose a tag to compare

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)

v4.0.1

16 Feb 12:24
aff5726
Compare
Choose a tag to compare

v4.0.1 (2023-02-16)

🚀 Enhancement

🐛 Bug Fix

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

Committers: 2

v4.0.0

13 Feb 20:08
d0a7523
Compare
Choose a tag to compare

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

02 Nov 15:18
35d5f5f
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

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

Full Changelog

🐛 Fixed bugs

v4.0.0-beta.1

02 Nov 09:34
a630b21
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

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

28 Oct 09:29
039af6c
Compare
Choose a tag to compare
v4.0.0-beta.0 Pre-release
Pre-release

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

Full Changelog

🐛 Fixed bugs

Changed

  • Translation updates
  • Dependency updates

v3.2.0

10 Aug 08:00
c2b7600
Compare
Choose a tag to compare

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

21 Jul 10:44
Compare
Choose a tag to compare

v3.1.4 - 2022-07-21

Full Changelog

Changed

v3.1.3

21 Jul 10:43
Compare
Choose a tag to compare

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