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

820 Commits

Author SHA1 Message Date
Jeff 04b1bfa8a3 🚀 v3.0.2 v3.0.2 2019-04-17 18:08:44 -05:00
Jeff Sagal a476e9412f Fix #840 (#841) 2019-04-17 18:07:39 -05:00
Jeff 4a05978e06 🚀 v3.0.1 v3.0.1 2019-04-17 13:18:51 -05:00
Jeff Sagal 0ea951456e Update props.md (#839) 2019-04-17 11:09:54 -05:00
Jeff Sagal 90605bd1c5 refactor toggleDropdown for IE11 support (#838) 2019-04-17 10:15:19 -05:00
Jeff Sagal 7a93779ddf closes #729 #620 #571 #240 (#835) 2019-04-15 16:10:56 -05:00
Jeff Sagal 5e0ad1982f bump upgrade guide (#833) 2019-04-14 19:29:28 -07:00
Jeff Sagal 12665a594b bump readmes (#831) 2019-04-14 16:48:16 -07:00
Jeff 3056f477c2 🚀 v3.0.0 v3.0.0 2019-04-14 16:43:07 -05:00
Jeff Sagal bd3ce25db1 Update issue templates 2019-04-14 12:37:30 -05:00
Jeff Sagal 19a865667c Update readme (#830)
* bump readme

* bump

* bump

* wip

* wip

* wip

* wip

* wip

* wip

* wip
2019-04-14 10:08:55 -07:00
Jeff Sagal b127675cb9 add upgrade guide (#829) 2019-04-14 10:08:37 -07:00
Jeff 79882ed2ac ensure open-indicator can open the dropdown 2019-04-14 09:35:16 -05:00
Jeff 9c2cafec7a Merge remote-tracking branch 'origin/release/v3.0'
* origin/release/v3.0: (67 commits)
  ensure #222 stays closed (#828)
  add guide for reduce and taggable (#827)
  Remove foo bar (#826)
  WIP: v3 – remove onSearch callback prop (#811)
  doc content updates
  overhaul selecting docs, updated navigation and URL structure
  bump vue-server-renderer (#807)
  WIP: V3 - Remove index prop, add reduce prop (#800)
  V3/update list items slot (#799)
  update vuepress (#797)
  Update sandbox
  Add patch from #787
  update package deps, remove extra dev options
  V3 - Remove `mutable` class properties plus other misc changes (#781)
  refactor deselect method (#768)
  Sass & Class Renames (#759)
  fix coveralls coverage reporter (#766)
  remove: - express - gitbook - json-loader - markdown-loader - normalize.css - prismjs - vue-resource
  use test-utils beta-20
  fix failing test
  ...

# Conflicts:
#	docs/gitbook/README.md
#	docs/homepage/home.html
#	src/components/Select.vue
2019-04-13 19:06:06 -05:00
Jeff Sagal 5740b88cdc ensure #222 stays closed (#828) 2019-04-13 11:56:41 -07:00
Jeff Sagal 5215edded7 add guide for reduce and taggable (#827) 2019-04-13 11:39:55 -07:00
Jeff Sagal b34bf57861 Remove foo bar (#826)
* remove foo bar examples, move tagging to values

* update tagline, add headers to values

* hunting down more foos
2019-04-13 10:57:56 -07:00
Jeff Sagal 1cc46b7a41 move static classes to dropdownClasses computed prop (#822) 2019-04-10 07:14:01 -07:00
Jeff Sagal 01ecee93d5 WIP: v3 – remove onSearch callback prop (#811)
* remove onSearch callback prop

* update ajax docs

* docs formatting

* remove onSearch callback prop
2019-04-08 11:58:04 -07:00
Jeff eb9e49b31e 🚀 v2.6.4 v2.6.4 2019-04-01 15:00:29 -07:00
Jeff Sagal f43004f8b0 Closes #222 (#809) 2019-04-01 14:55:36 -07:00
Jeff b5e239c49c doc content updates 2019-04-01 14:42:21 -07:00
Jeff db43a67801 overhaul selecting docs, updated navigation and URL structure 2019-03-31 15:10:08 -07:00
Jeff Sagal 38baaf33ad bump vue-server-renderer (#807) 2019-03-29 11:29:59 -07:00
Jeff Sagal 699d595f9a WIP: V3 - Remove index prop, add reduce prop (#800)
* remove `index` in favour of `reduce`, tests passing

* refactor findOptionFromReducedValue

* - always use getOptionLabel in comparisons

* - refactor deselect method
- add missing jsdoc blocks
- organize methods

* bump documentation
2019-03-24 19:23:30 -07:00
Jeff Sagal e4d4b27540 V3/update list items slot (#799)
* add tests for slots, add normalized function for passing options to slots

* update active class

* update active class
2019-03-23 15:58:50 -07:00
Jeff Sagal 3979f98327 update vuepress (#797) 2019-03-23 14:32:44 -07:00
Jeff 503cfb0444 Update sandbox 2019-03-23 14:24:18 -07:00
Jeff 2ecad8496a Add patch from #787 2019-03-23 14:23:55 -07:00
Jeff 5ae658c84c update package deps, remove extra dev options 2019-03-23 14:13:31 -07:00
Owen Conti f9725919a4 V3 - Remove mutable class properties plus other misc changes (#781)
* Remove the mutableValue prop in the Select component.

* Add back mutable value when Vue Select has to manage its own value.

* Remove mutableOptions, valueAsAarray. Update webpack minifer to use Terser.

* Fix tabbing

* Fix bug with showClearButton

* Fix tests.

* Call clearSelection when possible

* Update dev sandbox to have all three options for setting value.

* Update dev sandbox to display current value

* Remove unused karma test setup.

* Revert onInput name change.

* Use coveralls

* Change this.internalValue to this.$data._value.

* Remove onInput prop and replace with internal method, updateValue.

* Update tests.

* Rename optionObjectComparator to optionComparator.
2019-03-23 11:25:31 -07:00
Jeff 0774b4696c 🚀 v2.6.3 v2.6.3 2019-03-23 10:22:30 -07:00
Jeff Sagal 2454a23f3f fix bootstrap 4 CSS collisions (#796) 2019-03-23 10:20:43 -07:00
Jeff 822187f436 🚀 v2.6.2 v2.6.2 2019-03-22 11:27:38 -07:00
Jeff 53dd28e6c8 🚀 v2.6.1 2019-03-22 11:13:10 -07:00
Bart Vosman 743711a8d6 Replace v-model with :value since it doesn't work on android (#792) 2019-03-22 10:54:21 -07:00
Hamish Robertson e76e3c966b Don't mutate existing value. Change missing from PR #702 (#789) 2019-03-22 10:48:51 -07:00
Hamish Robertson d834f2c993 Only ignore searchBlur while mouse is down (#787)
This maintains the existing functionality in IE11 but in modern browsers allows the options to be dismissed by clicking outside the options
2019-03-22 10:37:28 -07:00
Jeff bda47806d3 🚀 v2.6.0 v2.6.0 2019-03-09 11:37:28 -08:00
Jeff 7f82e0efb2 Revert "Update README.md"
This reverts commit 6b0ef8e20a.
2019-03-08 08:14:13 -08:00
Jeff Sagal 6b0ef8e20a Update README.md 2019-03-08 08:09:59 -08:00
Jeff Sagal f95b118edb refactor deselect method (#768) 2019-03-02 14:40:16 -08:00
Jeff Sagal dc91310860 Sass & Class Renames (#759)
* - add autoprefixer
- add cssnano
- add postcss-loader
- remove unused packages

* create RTL scss module

* add vs__ prefix to open-indicator, extract to module

* module for dropdown-toggle

* vs__clear module

* vs__dropdown-menu module

* rename `selected-tag` to `vs__selected`

* remove rtl class

* remove dropdown class

* search-input scss module

* move animations to global module

* refactor dropdown list items

* - spinner slot is now scoped with `loading` variable
- move spinner to scss module

* apply vs__search class directly to search input: if you're using the slot, you might not want default styles

* finish global modules

* make RTL a component state

* - update component states to use vs-- prefix
- rename dropdownClasses to stateClasses

* remove unused property

* Closes #760

* fix states

* more state fixes

* rename .close to vs__deselect

* - simplify dev.html
- start on 'sandbox' development

* update build

* - update webpack config
- move Sandbox to VuePress folder

* update external framework version links

* assign grid areas, ensure 100% height outside of docs

* limit specificity

* first pass at assigning variables

* assign 'darkest'

* remove max-height prop

* rename 'component' variables to 'state'

* update badges

* add deprecation notice to docs

* bump travis config

* add coveralls coverage reporter

* bump netlify config

* additional pass pulling up to variables

* start converting to SVG icons

* middle align action icons

* update netlify config

* netlify bump

* fix travis

* fix travis

* try lcov

* netlify attempt

* prune old packages

* bump travis config
2019-02-18 22:01:39 -08:00
Jeff Sagal 06800bfb16 fix coveralls coverage reporter (#766)
* add coveralls coverage reporter

* include lcov report

* bump config

* bump travis config

* bump netlify config
2019-02-18 11:40:56 -08:00
Jacob Norton 2eb5c53a24 Removed gemnasium references from docs (#751)
What:

* Removed gemnasium shields

Why:

* gemnasium is no longer operating
2019-02-17 13:37:42 -08:00
Jeff 4d7d576008 remove:
- express
- gitbook
- json-loader
- markdown-loader
- normalize.css
- prismjs
- vue-resource
2019-02-16 13:16:00 -08:00
Jeff a07cb4175f Merge branch 'ft/vuepress-no-cli' into release/v3.0
# Conflicts:
#	src/mixins/typeAheadPointer.js
2019-02-16 12:36:38 -08:00
Jeff 8a78de61a6 Merge remote-tracking branch 'origin/feature/input-slot' into release/v3.0
# Conflicts:
#	src/components/Select.vue
2019-02-16 12:05:17 -08:00
Erik Nygren d8635e7ccd multiple mode - add/remove support vuex strictmode (#702)
What
---
- In multiple mode: Update adding or removing a value to use
spread operator or filter, instead of mutating the array directly.

Why
---
So vuex strict mode doesn't throw warnings.
2019-02-10 20:06:19 -08:00
Jeff d09c2a7b79 Merge remote-tracking branch 'origin/ft/vuepress' into ft/vuepress-no-cli
# Conflicts:
#	.babelrc
#	.gitignore
#	README.md
#	build/webpack.base.conf.js
#	build/webpack.dev.conf.js
#	build/webpack.prod.conf.js
#	build/webpack.site.conf.js
#	dev/dev.html
#	docs/gitbook/Api/Props.md
#	package.json
#	test/unit/karma.conf.js
#	test/unit/specs/Select.spec.js
#	tests/helpers.js
#	tests/unit/.eslintrc.js
#	tests/unit/Ajax.spec.js
#	tests/unit/Deselecting.spec.js
#	tests/unit/Dropdown.spec.js
#	tests/unit/Filtering.spec.js
#	tests/unit/Labels.spec.js
#	tests/unit/Layout.spec.js
#	tests/unit/ObjectIndex.spec.js
#	tests/unit/ReactiveOptions.spec.js
#	tests/unit/Selecting.spec.js
#	tests/unit/Tagging.spec.js
#	tests/unit/TypeAhead.spec.js
#	yarn.lock
2019-02-10 20:03:45 -08:00