You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced a new customizable FileBrowser component to the data-display module which enables different usages (#216):
using a default out-of-the-box display (which requires minimum code)
using the FileBrowser.Table component with access to context logic (which includes customizable icons, breadcrumbs and loader displays)
using a custom display component, also with access to context logic required for modularity
⚡ Component Improvements
Added preLoadDelay and postLoadDelay props to DragZone(Field) for fine-tuning loader behaviour (by introducing fade in and fade out delays) during file uploads (#220)