2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
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 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
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
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 005f941834 - create transpiled umd module
- breaking changes for requireJS
	- /umd/vue-select moved to /dist/vue-select
2016-07-04 13:00:35 -07:00
Jeff Sagal fe5372fb10 Merge branch 'master' into umd
# Conflicts:
#	src/components/Select.vue
2016-06-15 21:33:16 -07:00
Jeff Sagal ff1146c82e update build hooks, bump readme 2016-06-12 14:30:52 -07:00
Jeff Sagal 5c8851f4c7 fix build issues 2016-06-11 20:20:00 -07:00
Jeff Sagal 2653e5ee0a move demo related files to /docs/ add gh-pages module 2016-06-10 14:35:14 -07:00
Jeff Sagal 43aa13c5d9 fine tune build, add bower.json 2016-06-10 11:24:05 -07:00
Jeff Sagal 802daaa117 switch to web pack build 2016-05-28 15:50:02 -07:00