forked from vuetifyjs/vue-cli-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see whatโs changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Lanchi/vue-cli-plugin-vuetify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vuetifyjs/vue-cli-plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
Able to merge.
These branches can be automatically merged.
27
contributors
Commits on Oct 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b2bea45 - Browse repository at this point
Copy the full SHA b2bea45View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcb52e0 - Browse repository at this point
Copy the full SHA dcb52e0View commit details
Commits on Nov 3, 2019
-
fix: remove lint on create complete
doesn't actually work and only shows an error after install
Configuration menu - View commit details
-
Copy full SHA for d3ff85c - Browse repository at this point
Copy the full SHA d3ff85cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61be2ea - Browse repository at this point
Copy the full SHA 61be2eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9d6519 - Browse repository at this point
Copy the full SHA a9d6519View commit details -
fix: avoid bootstrapping variables if user has not supplied any
improve compilation time when not using variables by ~20s on avg fixes vuetifyjs#133
Configuration menu - View commit details
-
Copy full SHA for 09e7bb6 - Browse repository at this point
Copy the full SHA 09e7bb6View commit details -
fix: if user is not using a-la-carte, do not update transpileDependenโฆ
โฆcies fixes vuetifyjs#129
Configuration menu - View commit details
-
Copy full SHA for 1afde14 - Browse repository at this point
Copy the full SHA 1afde14View commit details -
chore: remove deprecated functionality
this only existed for a day, removing and bumping to next major BREAKING CHANGE: If you are using a lists variables file, move them to the default variables file
Configuration menu - View commit details
-
Copy full SHA for 341f571 - Browse repository at this point
Copy the full SHA 341f571View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c02520 - Browse repository at this point
Copy the full SHA 2c02520View commit details -
fix: update opts parameter syntax
options were not being properly applied to templates
Configuration menu - View commit details
-
Copy full SHA for ca0a0b4 - Browse repository at this point
Copy the full SHA ca0a0b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a7351 - Browse repository at this point
Copy the full SHA b7a7351View commit details -
Configuration menu - View commit details
-
Copy full SHA for b26e592 - Browse repository at this point
Copy the full SHA b26e592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3207aab - Browse repository at this point
Copy the full SHA 3207aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fdb9f8 - Browse repository at this point
Copy the full SHA 5fdb9f8View commit details
Commits on Nov 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1975f8a - Browse repository at this point
Copy the full SHA 1975f8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e1c987 - Browse repository at this point
Copy the full SHA 9e1c987View commit details
Commits on Nov 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3585131 - Browse repository at this point
Copy the full SHA 3585131View commit details -
Configuration menu - View commit details
-
Copy full SHA for f23e4bb - Browse repository at this point
Copy the full SHA f23e4bbView commit details
Commits on Dec 10, 2019
-
refactor: convert to monorepo (vuetifyjs#142)
* refactor: convert to monorepo * chore(release-it): remove functionality * chore: set up husky at root * chore(yarn.lock): update lockfile * chore: add lerna-changelog
Configuration menu - View commit details
-
Copy full SHA for ec7577a - Browse repository at this point
Copy the full SHA ec7577aView commit details
Commits on Jan 1, 2020
-
feat: add material presets (vuetifyjs#143)
* feat: add basil material preset * chore: rename plugin * chore: add semver package, clean up helpers * refactor: update files when installing preset now imports preset and updates vuetify object, bootstraps sass variables and updates public.html for fonts * refactor(basil): update preset export case * refactor(basil): clean-up preset * chore: change author email * feat(crane): add new preset * chore: add comments on Vuetify object update code * chore: move vuetify shared utils to deps * chore: add LICENSE files and update all READMEs * refactor(presets): add onCreateComplete arg for generatePreset * chore: remove comment * fix: add missing callback parameter in function * refactor: rename utils package, make public * chore: change package versions * chore: remove test script * chore: revert version changes * chore: remove private from lerna * chore(release): publish %s - @vuetify/cli-plugin-utils@0.0.1 - vue-cli-plugin-vuetify-preset-basil@0.0.1 - vue-cli-plugin-vuetify-preset-crane@0.0.1 - vue-cli-plugin-vuetify@2.0.3-beta.0 * chore(release): publish %s - @vuetify/cli-plugin-utils@0.0.2 - vue-cli-plugin-vuetify-preset-basil@0.0.2 - vue-cli-plugin-vuetify-preset-crane@0.0.2 - vue-cli-plugin-vuetify@2.0.3-beta.1 * chore: change util version * chore: update package.json files for all packages * chore(release): publish %s - @vuetify/cli-plugin-utils@0.0.3 - vue-cli-plugin-vuetify-preset-basil@0.0.3 - vue-cli-plugin-vuetify-preset-crane@0.0.3 - vue-cli-plugin-vuetify@2.0.3-beta.2 * chore: add back private to lerna * chore: update lock file * fix: move shelljs to dependencies * chore: move shelljs dependency to specific package * fix(generator): add correct google font href * feat(fortnightly): add new preset * feat(owl): add new preset * feat(reply): add new preset * refactor: remove component style import * feat(rally): add new preset * refactor(basil): clean-up styles, fix visual design inconsistencies * refactor(fortnightly): clean-up styles and fix visual disparities from the study * refactor(owl): clean-up styles and fix spec issues * refactor(reply): clean-up preset, improve styles * feat(shrine): create new preset * refactor(@vuetify/cli-plugin-utils): update naming convention of multiple methods * chore(README): update information * chore(README): update information for root and plugin utils
Configuration menu - View commit details
-
Copy full SHA for 5d248ea - Browse repository at this point
Copy the full SHA 5d248eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d01529b - Browse repository at this point
Copy the full SHA d01529bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96ba007 - Browse repository at this point
Copy the full SHA 96ba007View commit details -
- @vuetify/cli-plugin-utils@0.0.4 - vue-cli-plugin-vuetify-preset-basil@1.0.0 - vue-cli-plugin-vuetify-preset-crane@1.0.0 - vue-cli-plugin-vuetify-preset-fortnightly@1.0.0 - vue-cli-plugin-vuetify-preset-owl@1.0.0 - vue-cli-plugin-vuetify-preset-rally@1.0.0 - vue-cli-plugin-vuetify-preset-reply@1.0.0 - vue-cli-plugin-vuetify-preset-shrine@1.0.0 - vue-cli-plugin-vuetify@2.0.3
Configuration menu - View commit details
-
Copy full SHA for 2cefaf4 - Browse repository at this point
Copy the full SHA 2cefaf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 454590b - Browse repository at this point
Copy the full SHA 454590bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c864bba - Browse repository at this point
Copy the full SHA c864bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 506736c - Browse repository at this point
Copy the full SHA 506736cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43867bf - Browse repository at this point
Copy the full SHA 43867bfView commit details
Commits on Jan 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8f7c97b - Browse repository at this point
Copy the full SHA 8f7c97bView commit details -
- vue-cli-plugin-vuetify-preset-basil@1.0.1 - vue-cli-plugin-vuetify-preset-fortnightly@1.0.1 - vue-cli-plugin-vuetify-preset-owl@1.0.1 - vue-cli-plugin-vuetify-preset-rally@1.0.1 - vue-cli-plugin-vuetify-preset-reply@1.0.1 - vue-cli-plugin-vuetify-preset-shrine@1.0.1
Configuration menu - View commit details
-
Copy full SHA for 2ff8ce2 - Browse repository at this point
Copy the full SHA 2ff8ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb732b - Browse repository at this point
Copy the full SHA 3eb732bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c39c86c - Browse repository at this point
Copy the full SHA c39c86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c0d35 - Browse repository at this point
Copy the full SHA 29c0d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4636303 - Browse repository at this point
Copy the full SHA 4636303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9f036 - Browse repository at this point
Copy the full SHA 0a9f036View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f0a3c - Browse repository at this point
Copy the full SHA 32f0a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17684bf - Browse repository at this point
Copy the full SHA 17684bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97d4dc3 - Browse repository at this point
Copy the full SHA 97d4dc3View commit details
Commits on Jan 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a0dbda4 - Browse repository at this point
Copy the full SHA a0dbda4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9ffea3 - Browse repository at this point
Copy the full SHA f9ffea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 853163a - Browse repository at this point
Copy the full SHA 853163aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72b8e00 - Browse repository at this point
Copy the full SHA 72b8e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a670c1 - Browse repository at this point
Copy the full SHA 1a670c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73909cb - Browse repository at this point
Copy the full SHA 73909cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f264f6d - Browse repository at this point
Copy the full SHA f264f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c27df - Browse repository at this point
Copy the full SHA c9c27dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef6ddd - Browse repository at this point
Copy the full SHA 5ef6dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4285650 - Browse repository at this point
Copy the full SHA 4285650View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c9190 - Browse repository at this point
Copy the full SHA 04c9190View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fece70 - Browse repository at this point
Copy the full SHA 3fece70View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3edfd3 - Browse repository at this point
Copy the full SHA e3edfd3View commit details
There are no files selected for viewing
This file was deleted.