What's New
Version 5.0
released on March 25, 2024
Breaking change
The progressBar configuration property is deprecated. Since v5.0 it is included into the templates configuration option. Check the
Migration guide for details.
New functionality
Updates
Fixes
- Localization i18n problems
- Incorrect rendering of preview containers when Vault is used inside a layout cell
Version 4.1.5
released on December 20, 2023
Fixes
Version 4.1.3
released on November 14, 2023
Fixes
- Fix the issue with dragging an item to the Vault toolbar
- Fix a typo in the sources
- Fix the problem with limiting a folder upload to 100 files in Chrome
Version 4.1.2
released on May 29, 2023
Fixes
- Fix the issue with the file name encoding on loading a file in the grid mode
- Fix the conflict between Vault and Suite CSS which led to missing items' padding in the List
- Fix the issue with the promiz.js library that caused an error with the setImmediate() method definition on importing the sources
Version 4.1.1
released on April 18, 2022
Fixes
- Fix the issue with placing of the vault inside the HTML form which caused sending of the form after clicking on the "Browse files" button
- Now it is possible to drop messages from the Outlook application to Vault (in Edge and Chrome)
Version 4.1
released on November 3, 2021
New functionality
Version 4.0
released on October 7, 2020
New functionality
- TypeScript support
- Enhanced work on touch devices
- New events are added: AfterDrag, AfterDrop, BeforeDrag, BeforeDrop, CancelDrop, CanDrop, Click, DoubleClick, DragIn, DragOut, DragStart, FocusChange, ItemMouseOver, ItemRightClick
- The ability to include additional parameters into request headers via the headerParams property of the Uploader configuration object
- The controls for switching between the "list" and "grid" modes now are shown in the toolbar of Vault by default. It is possible to hide the controls by setting the modeControls: false property
- The ability to drag-and-drop files in the queue
- The ability to select and remove several files from the queue at once
Fixes
- Fix the ability to drag-and-drop files on touch devices
Version 3.0
released on September 19, 2018
Breaking change
API of the version 3.0 is not compatible with API v2.5.
Check the Migration article to get the details on how you can replace the previous API version with the new one.
If you feel like keep using the previous version for a while, the documentation for dhtmlxVault 2.5 is still available.
New functionality
The API of dhtmlxVault v2.5 has been completely reorganized to become more user-friendly and comprehensive.
Besides, the component acquired a configurable layout to provide comfy work with files of any type.
What is more, Vault gets an updated toolbar that allows applying any icon fonts for displaying buttons.
Back to top