Releases: nextcloud-libraries/nextcloud-dialogs
Releases · nextcloud-libraries/nextcloud-dialogs
v4.2.0-beta.1
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
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
v4.0.1 (2023-02-16)
🚀 Enhancement
🐛 Bug Fix
- #761 Fix package resolving in webpack projects (@susnux)
Committers: 2
v4.0.0
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.0
Full Changelog
🐛 Fixed bugs
Changed
- Translation updates
- Dependency updates
v3.2.0
v3.2.0 - 2022-08-10
Full Changelog
Changed
- Update engines to Node 16 with Npm 7 or Npm 8
- Translation updates
- Dependency updates