Jeff
a2599037c3
docs: add vuesource
2020-03-01 08:22:41 -08:00
Jeff Sagal
add1a5282b
chore: yarn upgrade ( #1062 )
...
* chore: yarn upgrade
* upgrade vue test utils
* fix selectable suite
* fix slot suite
* fix ajax suite
* fix reactive options suite
* fix typeahead suite
* fix reduce tests
* fix tagging suite
* fix deselecting
* fix deselecting
* fix deselecting
2020-02-29 08:30:32 -08:00
Jeff Sagal
2a51460487
🚀 v3.4.0
2019-12-02 13:09:31 -08:00
Jeff Sagal
a253389d9d
v3.3 🚀
2019-11-30 11:05:49 -08:00
Jeff
6eb42f3415
use CLI options instead
2019-11-08 11:54:02 -08:00
Jeff
81339694b7
add bundlewatch
2019-11-08 11:50:35 -08:00
Jeff Sagal
b684cf1a6e
add prepare ( #980 )
2019-11-06 14:56:25 -08:00
Jeff
17c1d3db97
🚀 v3.2.0
2019-09-14 14:01:37 -07:00
Jeff
2a0efcf5a5
bump package details
2019-09-13 13:12:56 -07:00
Jeff Sagal
3928b015a9
Separate documentation dependencies ( #874 )
...
* separate documentation dependencies
* bump deps
* update netlify config and package scripts
* bump netlify
* add cross-env
* fix publish path
2019-05-05 16:51:23 -07:00
Jeff
051f9e300a
v3.1.0 🚀
2019-05-01 19:37:53 -07:00
Jeff Sagal
39fb62b181
Vuepress 1.0 ( #844 )
...
* bump vuepress
* extend default-theme, implement codefund
* explicitly install alpha plugins
* update config
2019-04-18 13:17:16 -05:00
Jeff Sagal
83e59241fe
Vuepress 1.0 ( #843 )
...
* bump vuepress
* extend default-theme, implement codefund
2019-04-18 11:49:01 -05:00
Jeff
04b1bfa8a3
🚀 v3.0.2
2019-04-17 18:08:44 -05:00
Jeff
4a05978e06
🚀 v3.0.1
2019-04-17 13:18:51 -05:00
Jeff
3056f477c2
🚀 v3.0.0
2019-04-14 16:43:07 -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
eb9e49b31e
🚀 v2.6.4
2019-04-01 15:00:29 -07:00
Jeff Sagal
38baaf33ad
bump vue-server-renderer ( #807 )
2019-03-29 11:29:59 -07:00
Jeff Sagal
3979f98327
update vuepress ( #797 )
2019-03-23 14:32:44 -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
2019-03-23 10:22:30 -07:00
Jeff
822187f436
🚀 v2.6.2
2019-03-22 11:27:38 -07:00
Jeff
53dd28e6c8
🚀 v2.6.1
2019-03-22 11:13:10 -07:00
Jeff
bda47806d3
🚀 v2.6.0
2019-03-09 11:37:28 -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
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
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
Jeff
03917c4d52
use test-utils beta-20
2019-02-10 17:40:24 -08:00
Jeff
317d8a30b8
update deps
2019-02-10 16:42:45 -08:00
Jeff
4ed24ab2e3
update Karma package deps, fix for yarn install
2019-02-10 12:30:54 -08:00
yamsellem
09165c4a0a
Bump dev dependencies (webpack 4, babel 7, etc), replace build files by webpack config, use webpack-dev-server
2019-01-15 19:26:38 +01:00
Jeff
a505177900
🚀 v2.5.1
2018-09-12 17:28:27 -07:00
Jeff
fb2d24f6df
🚀 v2.5.0
2018-09-04 09:54:15 -07:00
Jeff
d86610098f
might as well just do it all in once commit 🤷♂️
2018-08-14 10:12:30 -07:00
Jeff
6ab362c29d
ditch codecov
2018-08-12 22:32:03 -07:00
Jeff
dee9382f42
take coveralls for a spin
2018-08-12 22:21:55 -07:00
Jeff
70770a06d7
whoops, bump travis config
2018-08-12 21:55:39 -07:00
Jeff
f8385795f3
add code coverage
2018-08-12 19:46:26 -07:00
Jeff
ccf5a902cf
simplify test command (should get travis-ci back to green)
2018-08-12 19:40:13 -07:00
Jeff
c24512cf6a
drop vue-resource dev-dep
2018-08-12 19:39:06 -07:00
Jeff
b8696bcee9
Update gitignore, add build:dev command
2018-08-12 19:22:12 -07:00
Jeff
046d4ced34
Update yarn dev command and environment
2018-08-12 18:16:10 -07:00
Jeff
de734846c7
pull config to package.json
2018-08-09 20:08:48 -07:00
Jeff
c0ff41403b
vue cli scaffolding in place
2018-08-07 23:00:31 -07:00
Jeff
df0cc83e05
- add vue-select as a dev dependency so that the homepage is always using the latest release
...
- fix text-align:center issue on homepage
2018-01-22 19:09:43 -08:00