Skip to content
Permalink

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: GregYankovoy/vue-cli-plugin-bootstrap-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.0
Choose a base ref
...
head repository: GregYankovoy/vue-cli-plugin-bootstrap-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 12 files changed
  • 3 contributors

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    7e0e87a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Option to allow use a scss config (#23)

    * Enhancement: add option to use a scss config
    
    * fix: move webpack mod
    
    * fix: eslint import/no-extraneous-dependencies
    
    * refactor: update app in scss option
    
    * refactor: update app in scss option
    
    * fix: rename scss/_custom.scss file
    
    * comment all variables
    
    * fix: bootstrap variables import
    
    * fix: remove polyfill from dev deps to deps (eslint error)
    fm96-dev authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    9f5fee3 View commit details
    Browse the repository at this point in the history
  2. Upversion package.json to 0.8.0

    Greg Yankovoy committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    ddc3b15 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    539f356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5f56bf View commit details
    Browse the repository at this point in the history
  3. chore: add lodash dep

    fm96-dev committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    c843b43 View commit details
    Browse the repository at this point in the history
  4. feat: add choice to inject vars, funcs & mixins

    the user can choice if inject bootstrap's scss vars, functions & mixins in sfc components
    fm96-dev committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    841e42b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Fix/append data vue config (#30)

    * chore: add .vscode to gitignore
    
    * fix(templates): scss: import all bootstrap by default
    
    * chore: add lodash dep
    
    * feat: add choice to inject vars, funcs & mixins
    
    the user can choice if inject bootstrap's scss vars, functions & mixins in sfc components
    fm96-dev authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    eb7cbcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab0ae9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. refact: remove getMain helper

    It is rendundant since the Generator API provides api.entryFile
    fm96-dev committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    d53155a View commit details
    Browse the repository at this point in the history
  2. refact: remove updateMain & updateApp helpers

    they are replaced with updateFile method
    fm96-dev committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f8c44d7 View commit details
    Browse the repository at this point in the history
  3. refact: remove updateMain in usePolifill

    it is replaced with updateFile method
    fm96-dev committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    baa6c10 View commit details
    Browse the repository at this point in the history
  4. refact: rename

    fm96-dev committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    693498d View commit details
    Browse the repository at this point in the history
  5. refact: remove lodash dep

    fm96-dev committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    1178cc1 View commit details
    Browse the repository at this point in the history
  6. refact: remove unused code

    fm96-dev committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f767232 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d07aea1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Merge branch 'pr/36'

    GregYankovoy committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    af283ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1c3488 View commit details
    Browse the repository at this point in the history
Loading