vuetable-2
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -0,0 +0,0 @@ // https://github.com/shelljs/shelljs |
@@ -0,0 +0,0 @@ /* eslint-disable */ |
@@ -0,0 +0,0 @@ var path = require('path') |
@@ -0,0 +0,0 @@ var path = require('path') |
@@ -0,0 +0,0 @@ var path = require('path') |
@@ -0,0 +0,0 @@ var config = require('../config') |
@@ -0,0 +0,0 @@ var path = require('path') |
@@ -0,0 +0,0 @@ var merge = require('webpack-merge') |
@@ -0,0 +0,0 @@ // see http://vuejs-templates.github.io/webpack for documentation. |
module.exports = { | ||
NODE_ENV: '"production"' | ||
} |
@@ -0,0 +0,0 @@ var merge = require('webpack-merge') |
{ | ||
"name": "vuetable-2", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A Vue.js 2.0 component for data table", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -14,8 +14,12 @@ [![npm](https://img.shields.io/npm/v/vuetable-2.svg)](https://www.npmjs.com/package/vuetable-2) | ||
Documentation is still under development. Meanwhile, check out the [Tutorial](https://github.com/ratiw/vuetable-2-tutorial/blob/master/doc/README.md) | ||
Documentation is still under development. Meanwhile, check out | ||
- the [Tutorial](https://github.com/ratiw/vuetable-2-tutorial/blob/master/doc/README.md) | ||
with follow-along project [here](https://github.com/ratiw/vuetable-2-tutorial). It should be enough to get you started. | ||
- [Sample project](https://github.com/ratiw/vuetable-2-with-laravel-5.4) using Vuetable-2 with Laravel 5.4 and Laravel-Mix | ||
If you've been using Vuetable for Vue 1.x before, checkout [what's changed](https://github.com/ratiw/vuetable-2/blob/master/changes.md) for info on changes from Vuetable for Vue 1.x and the [upgrade guide](https://github.com/ratiw/vuetable-2/blob/master/upgrade-guide.md) on how you could upgrade from Vuetable for Vue 1.x. | ||
Original version works great but wanted to be able to define action buttons per instance of a data table without depending on a globally defined component. I did this by adding a slot in place of the component that was used in the vuetable.vue. | ||
You can now make use of Vue's scoped slot using the new `__slot` special field, thanks to @sjmarve. That means you are able to define action buttons per instance of a data table without depending on a globally defined component. | ||
@@ -36,2 +40,2 @@ Use scoped slot in parent when defining the actions [Vue Doc for scopped Slots](https://vuejs.org/v2/guide/components.html#Scoped-Slots) | ||
The original functionality still works | ||
The original functionality still works |
@@ -0,0 +0,0 @@ import Vue from 'vue' |
@@ -0,0 +0,0 @@ // A custom Nightwatch assertion. |
@@ -0,0 +0,0 @@ require('babel-register') |
@@ -0,0 +0,0 @@ // 1. start the dev server using production config |
@@ -0,0 +0,0 @@ // For authoring Nightwatch tests, see |
@@ -0,0 +0,0 @@ // Polyfill fn.bind() for PhantomJS |
@@ -0,0 +0,0 @@ import Vue from 'vue' |
@@ -0,0 +0,0 @@ # Upgrade Guide |
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
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
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
279171
40