wx-svelte-filemanager
Version:
Easy-to-use Svelte component for adding a file manager (file explorer) UI
77 lines (42 loc) • 1.18 kB
Markdown
## 2.6.0
### New features
- Tooltips for cards view
### Fixes
- Incorrect text label for bytes
- Incorrect types in Filemanager store
- Reactive data updates may fail if selected item is removed
## 2.5.0
### Fixes
- Clipboard is cleared after copy and cut actions
## 2.4.2
### Fixes
- `download-file` action has wrong id parameter if invoked from preview screen
- `menuOptions` property has wrong Typescript definition
- Scrollable area can be broken by outside container settings
- Scrollable area is calculated incorrectly, last item is always hidden
- Incorrect import paths in Typescript definition files
## 2.4.1
### Fixes
- `menuOptions` property has wrong Typescript definition
## 2.4.0
- Using Svelte Core v2.4.0
## 2.3.0
### New features
- TypeScript definitions
### Fixes
- Table header overlaps narrow sidebar
- Menu is visible in readonly mode over "body" area
## 2.2.0
- Using Svelte Core v2.2.0
## 2.1.0
- Using Svelte Core v2.1.0
## 2.0.1
### New features
- Svelte-5 support
## 1.3.1
### Fixes
- Incorrect types
## 1.3.0
- Publish under MIT license
## 1.0.0
- Initial version released