Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Release 2.8.0 #90

Merged
merged 16 commits into from
Mar 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.1
version: 2.0 # 2.1

#defaults: &defaults
## working_directory: ~/repo
Expand All @@ -20,6 +20,7 @@ version: 2.1
#workflows:
# version: 2.1
# master:
# TODO https://circleci.com/docs/2.0/configuration-reference/#filters-1
# jobs:
# - dependencies
# - lint:
Expand Down Expand Up @@ -127,14 +128,14 @@ version: 2.1
defaults: &defaults
# working_directory: ~/repo
docker: # use the docker executor type; machine and macos executors are also supported
- image: circleci/node:8.11.1 # the primary container, where your job's commands are run
- image: circleci/node:10 # the primary container, where your job's commands are run

jobs:
build: # install
<<: *defaults
# branches:
# ignore:
# - gh-pages
branches:
ignore:
- gh-pages
steps:
- checkout # check out the code in the project directory
- restore_cache: # Restores a previously saved cache based on a key (or keys)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
- control through arrows
- slots (9)
- events (7)
- props (20)
- props (22)
- loading indicator (helpful for REST requests)
- validation
- support on mobile devices
Expand Down Expand Up @@ -86,7 +86,9 @@ export default {
Documentation and examples [here](https://iliyazelenko.github.io/vue-cool-select).

#### TODO
- Large test coverage
- multi-select
- rebuild build system (rollup)
- 100% tests coverage

I am happy to add something or improve, you can write what you want to see.
I also have more motivation to work if you give a star.
7 changes: 7 additions & 0 deletions gh-pages-src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Vue from 'vue'
import VueAnalytics from 'vue-analytics'

import App from './App'
import router from './router'

Expand All @@ -11,6 +13,11 @@ Vue.use(CoolSelect, {
theme: theme // 'bootstrap' or 'material-design'
})

Vue.use(VueAnalytics, {
id: 'UA-127403551-2',
router
})

Vue.config.productionTip = false

/* eslint-disable no-new */
Expand Down
16 changes: 16 additions & 0 deletions gh-pages-src/node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions gh-pages-src/node_modules/vue-analytics/LICENCE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 89 additions & 0 deletions gh-pages-src/node_modules/vue-analytics/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading