semantic-kanban
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "semantic-kanban", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A simple Kanban Component built with Semantic-UI + Vue.js", | ||
@@ -33,3 +33,4 @@ "keywords": [ | ||
"semantic-ui-css": "^2.2.12", | ||
"vue": "^2.3.3" | ||
"vue": "^2.3.3", | ||
"vue-color": "^2.4.0" | ||
}, | ||
@@ -36,0 +37,0 @@ "devDependencies": { |
@@ -198,3 +198,3 @@ # semantic-kanban [![Build Status](https://travis-ci.org/danilosampaio/semantic-kanban.svg?branch=master)](https://travis-ci.org/danilosampaio/semantic-kanban) [![Coverage Status](https://coveralls.io/repos/github/danilosampaio/semantic-kanban/badge.svg?branch=master)](https://coveralls.io/github/danilosampaio/semantic-kanban?branch=master) | ||
#### `status` | ||
Type: `string` ('backlog' | 'doing' | 'blocked' | 'done'`) | ||
Type: `string` ('backlog' | 'doing' | 'blocked' | 'done' | 'archived'`) | ||
@@ -211,2 +211,4 @@ Status of the task: | ||
`'archived'` represents a finished task that it's not viewed on the board. | ||
#### `dueDate` | ||
@@ -231,3 +233,3 @@ Type: `date` | ||
Ex2: [{title: 'critical', color: 'red'}]. | ||
Ex2: [{value: 'critical', color: 'red'}]. | ||
@@ -361,3 +363,5 @@ | ||
`Params` : `task` | ||
#### @newTask | ||
@@ -372,3 +376,5 @@ | ||
`Params` : `task` | ||
#### @confirmDeleteTask | ||
@@ -378,3 +384,5 @@ | ||
`Params` : `task` | ||
#### @deleteTask | ||
@@ -384,3 +392,5 @@ | ||
`Params` : `task` | ||
#### @addTag | ||
@@ -390,3 +400,5 @@ | ||
`Params` : `task`, `tag` | ||
#### @deleteTag | ||
@@ -396,3 +408,5 @@ | ||
`Params` : `task`, `tag` | ||
#### @updateMember | ||
@@ -405,12 +419,6 @@ | ||
## Roadmap | ||
- Add more tests | ||
- Allow add tags in tasks | ||
## License | ||
MIT © [Danilo Sampaio](http://github.com/danilosampaio) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
128981
415
9
48
+ Addedvue-color@^2.4.0
+ Addedclamp@1.0.1(transitive)
+ Addedlodash.throttle@4.1.1(transitive)
+ Addedmaterial-colors@1.2.6(transitive)
+ Addedtinycolor2@1.6.0(transitive)
+ Addedvue-color@2.8.1(transitive)