Skip to content

Commit b93e11a

Browse files
committed
v0.6.0
1 parent 47fbea1 commit b93e11a

10 files changed

+13209
-8359
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.6.0]
810
### Fixed
911
- Input text truncated when nothing is selected
1012
### Added

dist/demo.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
<meta charset="utf-8">
12
<title>vue-selectize demo</title>
23
<script src="https://unpkg.com/vue"></script>
34
<script src="./vue-selectize.umd.js"></script>
5+
46
<link rel="stylesheet" href="./vue-selectize.css">
57

8+
69
<div id="app">
710
<demo></demo>
811
</div>

0 commit comments

Comments
 (0)