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: bootstrap-vue/bootstrap-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.0
Choose a base ref
...
head repository: bootstrap-vue/bootstrap-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.0
Choose a head ref
  • 20 commits
  • 38 files changed
  • 6 contributors

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    d3a538a View commit details
    Browse the repository at this point in the history
  2. chore: sync dev with master

    chore: sync dev with master
    tmorehouse authored Mar 22, 2020
    Configuration menu
    Copy the full SHA
    627eaca View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. feat(b-avatar): add alt prop for adding alt attribute to image and …

    …icon avatars (closes #4990) (#4991)
    
    * feat(b-avatar): add `img-alt` prop for adding alt attribute to image avatars (closes #4990)
    
    * Update package.json
    
    * Update avatar.js
    
    * Update package.json
    
    * Update avatar.js
    
    * Update avatar.js
    
    * Update avatar.js
    
    Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
    tmorehouse and jacobmllr95 authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    d1474f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. chore(deps): update devdependency autoprefixer to ^9.7.5 (#4994)

    Co-authored-by: Renovate Bot
    renovate[bot] authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    f7b7bdd View commit details
    Browse the repository at this point in the history
  2. chore(deps): update devdependency lint-staged to ^10.0.9 (#4997)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    811944f View commit details
    Browse the repository at this point in the history
  3. chore(docs): minor update to homepage icons (#4996)

    Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
    tmorehouse and jacobmllr95 authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    621e9fc View commit details
    Browse the repository at this point in the history
  4. chore(deps): update devdependency @babel/standalone to ^7.9.4 (#4998)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    e8104b9 View commit details
    Browse the repository at this point in the history
  5. feat(b-navbar-toggle): make default slot scoped (#4995)

    Co-authored-by: Jacob Müller
    tmorehouse authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    144d45f View commit details
    Browse the repository at this point in the history
  6. chore(deps): update devdependency rollup to ^2.2.0 (#5006)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    36c0e5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68ad33f View commit details
    Browse the repository at this point in the history
  8. feat(b-form-datepicker, b-form-timepicker): emit shown and hidden

    … events (#5004)
    
    * feat(b-form-datepicker, b-form-timepicker): emit shown and hidden events
    
    * Update form-timepicker.js
    
    * Update package.json
    
    * Update package.json
    
    Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
    tmorehouse and jacobmllr95 authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    eb259b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0551dec View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. chore(docs): use docs issue template when reporting docs issue (#5011)

    * chore(docs): prompt user for issue type when reporting docs issue
    
    * Create DOCS_ISSUE_TEMPLATE.md
    
    * Update feedback.js
    
    * Update DOCS_ISSUE_TEMPLATE.md
    
    * Update DOCS_ISSUE_TEMPLATE.md
    
    Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
    tmorehouse and jacobmllr95 authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    ee6fe52 View commit details
    Browse the repository at this point in the history
  2. feat(b-aspect): new custom component <b-aspect> (#5008)

    Co-authored-by: Jacob Müller
    tmorehouse authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    662c8e0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update all non-major dependencies to ^25.2.0 (#5015)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    4476945 View commit details
    Browse the repository at this point in the history
  4. feat(b-drodpown-item-button, b-drodpown-item-button): add `button-cla…

    …ss` and `link-class` prop (#5014)
    
    * feat(b-drodpown-item-button): add button-class prop
    
    Add the button class prop to the
    b-dropdown-item-button and also
    add a test to ensure its working
    as expected.
    
    * Update dropdown-item-button.js
    
    * Update package.json
    
    * Update dropdown-item.js
    
    * Update package.json
    
    * Update dropdown-item.spec.js
    
    Add new test to ensure the linkClass
    prop value is applied correctly to the
    a element.
    
    Co-authored-by: pburdette <pburdette@gitlab.com>
    Co-authored-by: Troy Morehouse <troymore@nbnet.nb.ca>
    3 people authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    b39d31c View commit details
    Browse the repository at this point in the history
  5. chore(docs): minor updates to modal props meta (#5013)

    * chore(docs): minor updates to modal props meta
    
    * Update package.json
    
    * Update package.json
    
    * Update package.json
    
    Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
    tmorehouse and jacobmllr95 authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    cd806ea View commit details
    Browse the repository at this point in the history
  6. chore(deps): update devdependency nuxt to ^2.12.1 (#5016)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    0d85ed2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    567061a View commit details
    Browse the repository at this point in the history
  2. chore: release v2.9.0

    tmorehouse authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    041be77 View commit details
    Browse the repository at this point in the history
Loading