Skip to content

Commit

Permalink
add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isneezy committed Jul 23, 2018
1 parent 8f66088 commit 40aaa33
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog
All notable changes to this project will be documented in this file.

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]
### Added
- Distifies to the repository
- theme property
- CHANGELOG.md

### Removed
- `.form-control` class [#3](https://github.com/isneezy/vue-selectize/issues/3)

### Fixed
- This dependency was not found (possible fix) [#5](https://github.com/isneezy/vue-selectize/issues/5)
- Some styles issues

## [0.2.0] - 2017-07-17
### Changed
- `create-function` to be promisse based

## [0.1.1] - 2018-07-09
### Added
- README.md
- Build commad

## [0.1.0] - 2018-07-09
### Added
- VSelectize component
- Demo example

0 comments on commit 40aaa33

Please sign in to comment.