Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isneezy committed Sep 3, 2020
1 parent 47fbea1 commit b93e11a
Show file tree
Hide file tree
Showing 10 changed files with 13,209 additions and 8,359 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.6.0]
### Fixed
- Input text truncated when nothing is selected
### Added
Expand Down
3 changes: 3 additions & 0 deletions dist/demo.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<meta charset="utf-8">
<title>vue-selectize demo</title>
<script src="https://unpkg.com/vue"></script>
<script src="./vue-selectize.umd.js"></script>

<link rel="stylesheet" href="./vue-selectize.css">


<div id="app">
<demo></demo>
</div>
Expand Down
Loading

0 comments on commit b93e11a

Please sign in to comment.