Skip to content

Commit

Permalink
Merge pull request #13 from mycolorway/v2.1.0
Browse files Browse the repository at this point in the history
V2.1.0
  • Loading branch information
farthinker authored Jul 27, 2016
2 parents 5e58c2d + f784c7b commit 651e4c0
Show file tree
Hide file tree
Showing 58 changed files with 3,726 additions and 1,983 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

24 changes: 6 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results

npm-debug.log
node_modules
bower_components
npm-debug.log
coverage
test/runner/*.js
.publish
.token

.DS_Store
.sass-cache
.grunt
.bundle
vendor
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- stable
install:
- npm install
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

## V2.1.0 - 2016-07-27

* Rewrite the whole component.
* Add multiple select supports for `select[multiple]` element.
* Add remote filter mode for huge options situation.
3 changes: 0 additions & 3 deletions Gemfile

This file was deleted.

13 changes: 0 additions & 13 deletions Gemfile.lock

This file was deleted.

75 changes: 0 additions & 75 deletions Gruntfile.coffee

This file was deleted.

5 changes: 2 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)
## The MIT License (MIT)

Copyright (c) 2014 彩程设计
Copyright (c) 2016 Mycolorway Design

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Loading

0 comments on commit 651e4c0

Please sign in to comment.