Jeff Sagal
69476deec9
- fixes Safari search input appearance
...
- numerous fixes for consistent browser styling
- fixes/adds default transition for dropdown
- removes debounce as a prop
- removes unused transitions on list items
- removes unnecessary styles
2017-03-12 20:07:35 -07:00
Jeff Sagal
61c6fa2c1c
add webkit prefix to appearance
2017-03-11 23:19:06 -08:00
Jeff Sagal
51074175bd
bump readme, add code climate excluded folders
2017-03-11 18:28:08 -08:00
Jeff Sagal
b3dd16ac24
Closes #124
...
Closes #148
- build for v2.1.0
- bump version
- update readme
v2.1.0
2017-03-11 16:43:46 -08:00
Jeff
c151fadae6
Merge pull request #156 from sagalbot/simple-css
...
Simple css
2017-03-11 16:34:03 -08:00
Jeff Sagal
ffbd2238b8
#124
...
- organize css
- switched 'selected' class back to 'active'
- remove specificity where possible
- add unsearchable and loading example to dev template
2017-03-11 16:27:36 -08:00
Jeff Sagal
f67a352481
throw console warning if option[label] does not exist, prevents TypeError from breaking page
...
closes #155
v2.0.1
2017-03-09 12:55:44 -08:00
Jeff Sagal
e202474905
WIP
...
remove clearfix class
clean up spacing in css
add unsearchable class to dropdown
2017-03-09 11:29:08 -08:00
Jeff Sagal
ea11bc26d5
WIP #141 #124
...
- add necessary styles to work without bootstrap
- update bootstrap 4 compatibility
2017-02-21 23:08:37 -08:00
WITT-AD\Micgme
5b4b72147a
update docs
2017-02-09 18:31:20 +01:00
WITT-AD\Micgme
861d457944
make id of input-element customizeable
2017-02-09 18:24:46 +01:00
Jeff Sagal
e1a100a2a8
bump js bin example
2017-02-04 23:24:48 -08:00
Jeff Sagal
6c037e0500
more details in readme
2017-02-04 20:19:51 -08:00
Jeff Sagal
d2aa19ee2c
readme formatting
2017-02-04 20:08:41 -08:00
Jeff Sagal
37ffabf25e
better install instructions in readme
2017-02-04 20:06:51 -08:00
Jeff Sagal
4056466cff
readme typo
2017-02-04 18:18:59 -08:00
Jeff Sagal
79a586cc81
merge vue2 into master 🚀 🚀 🚀 🚀
v2.0.0
2017-02-03 17:04:46 -08:00
Jeff Sagal
3aa7761dcd
Vue 2 release! 🚀
2017-02-03 16:54:59 -08:00
Jeff Sagal
a02005bfd4
final readme bump
2017-02-03 16:53:25 -08:00
Jeff Sagal
9ef4dbdf3d
small readme edits
2017-02-03 16:51:56 -08:00
Jeff Sagal
156fcb1130
- fix Vue 2 peer dependency
...
- fix typo in readme
- add test coverage for focus/blur events
2017-02-03 16:39:07 -08:00
Jeff Sagal
d262f6b48a
- bump version to 2.0
...
- add vue 2.x as a peer dependency
- update readme for v2.0
2017-02-03 10:51:23 -08:00
Jeff Sagal
c57957c09e
- closes #95
...
- $emit focus and blur when opening and closing the dropdown
- make createOption default syntax consistent
2017-02-02 22:52:56 -08:00
Jeff Sagal
35e1631f35
fix highlighting bg inconsistencies
2017-02-02 22:22:37 -08:00
Jeff Sagal
e81582c093
more tweaks to highlighted background color
2017-02-02 22:16:34 -08:00
Jeff Sagal
7e98373435
Configure travis to only test on Node 5
2017-02-02 21:22:17 -08:00
Jeff Sagal
b5e997abdd
add third dev example
2017-02-02 16:42:06 -08:00
Jeff Sagal
cbeffafb17
- better background color for 'active' dropdown option
...
- simplify conditional logic in select()
- less nested conditionals
- tagging logic moved to createOption method
- add option:created event
- pull up push tags logic to it's own method
- improve isOptionSelected so that functionality is exactly the same as v1
- hitting enter on an already added tag will remove it from the value instead of doing nothing
2017-02-02 16:40:11 -08:00
Jeff Sagal
201e135964
- new dedicated development template
...
- separate environment for developing docs
- clear out discarded couscous files
- start converting docs markdown
2017-02-01 22:32:06 -08:00
Jeff Sagal
a8388aa755
clear out old doc files
2017-02-01 22:26:08 -08:00
Jeff
2544aef8c6
Merge pull request #119 from xemoka/vue2
...
Updated to Vue 2.1.8.
2017-01-27 08:44:59 -08:00
Jeff Sagal
b096555b68
component
...
- switch to `v-if` (#98 )
- update array string filter to be case-insensitve
testing
- update karma to hide output from skipped tests
- skip scroll down test until http://github.com/vuejs/vue-loader/issues/434 is resolved
build
- add dev.html to be used as entry point for development
2017-01-24 22:23:15 -08:00
Justin Robinson
3c2bf9565c
Updated to Vue 2.1.8. Fixed rendering problems from vue-template-compiler.
2017-01-17 08:13:23 -08:00
es
de8d83799b
Fixed CSS
2016-12-27 12:13:47 +08:00
es
686059e7be
ran build
2016-12-27 11:34:16 +08:00
es
68a1c33d9b
Add gray background-color when disabled
2016-12-26 17:25:20 +08:00
es
669984718d
Add option to disable the entire component
2016-12-26 17:12:56 +08:00
Jeff Sagal
f5e3e25dc0
fixes:
...
- change currentSelection to mutableValue
- change currentOptions to mutableOptions
- change showLoading to mutableLoading
- add default onChange function that emits an input event
- allows the use of v-model syntax on the component
- since spies on props throw warnings because they are now immutable, refactor tests so spies aren't required
todo:
- update docs
- 1 failing test from inject-loader issue
2016-12-20 10:53:49 -08:00
Jeff
bafc873c8f
Merge pull request #110 from tarsislima/fixed-onchange-example
...
Fixed syntax of example on-change callback
2016-12-07 08:39:44 -08:00
Tarsis Lima
dac9518c94
Fixed sintax of example
2016-12-02 11:11:14 -03:00
Jeff
4a7614e368
Merge pull request #101 from akkinenirajesh/master
...
More changes for Vue2.0
2016-10-29 20:24:11 -07:00
Rajesh Akkineni
23355ea246
Some more changes.
...
changed from actualValue to currentSelection
2016-10-22 17:55:17 +05:30
Rajesh Akkineni
b01f1b21a7
Merge branch 'vue2' of github.com:sagalbot/vue-select
2016-10-20 11:52:25 +05:30
Rajesh Akkineni
52e555e02f
Fixed more issues for vue2.0 & updated tests
2016-10-20 11:48:56 +05:30
Jeff
ef80a9418d
Merge pull request #100 from akkinenirajesh/master
...
Added support for Vue2.0
2016-10-19 20:41:42 -07:00
Rajesh Akkineni
ee423394e3
Fixed more issues reported by vue-migration-helper
2016-10-20 09:08:26 +05:30
akkinenirajesh
b2c201dde9
Changed test to call select instead of set
...
But no idea why value is readonly property.
2016-10-20 08:05:14 +05:30
akkinenirajesh
e34e39707c
Small Typo
2016-10-20 07:42:49 +05:30
akkinenirajesh
a4eae26815
Update webpack.base.conf.js
...
Updated to support standalone builds
https://vuejs.org/guide/installation.html#Standalone-vs-Runtime-only-Build
2016-10-20 07:38:31 +05:30
Jeff Sagal
e909c6c2e8
daux/couscous work
2016-10-19 09:22:43 -07:00