Skip to content

Commit 35fe3fc

Browse files
committed
v 1.1.2 - basic TypeScript support
1 parent a60a7e2 commit 35fe3fc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22

3-
1.1.0
3+
### 1.1.2
4+
5+
- Basic TypeScript support #4 (yanqd0)
6+
7+
### 1.1.1
48

59
- Internal code refactor
610
- Added `thumbnailSize` prop
@@ -10,7 +14,7 @@
1014
- `min-width` added for file previews in default (grid) theme
1115
- Moved component logic (js) to mixin, for extending templates
1216

13-
1.0.5
17+
### 1.0.5
1418

1519
- Fixed a CSS issue that prevented the file input button to be triggered #1
1620

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-file-agent",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "High performant Vue file upload component with elegant and distinguishable previews for every file type and support for drag and drop, validations, default uploader with progress support and externally customizable in the \"vue way\"",
55
"main": "dist/vue-file-agent.umd.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)