Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

chore(deps): update dependency bootstrap-vue to v2 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bootstrap-vue (source) ^0.16.1 -> ^2.21.2 age adoption passing confidence

Release Notes

bootstrap-vue/bootstrap-vue

v2.21.2

Compare Source

Released: 2021-01-01

v2.21.1

Compare Source

Released: 2020-12-16

Bug Fixes v2.21.1

v2.21.0

Compare Source

Released: 2020-12-14

Features v2.21.0
Bug Fixes v2.21.0
  • b-form-datepicker: valueAsDate prop handling
    (#​6159)
    (5cb8e0c)
  • b-form-datepicker/b-form-timepicker: label styles when in button-only mode (closes
    #​6172)
    (#​6186)
    (e8842ba)
  • b-tabs: cleanup rendering logic
    (#​6154)
    (8aeb9e9)
  • table: default sort compare logic for date strings
    (#​6153)
    (3696a1f)
  • table: use original value for fallback when number parsing fails in defaultSortCompare()
    (c375ce9)

v2.20.1

Compare Source

Released: 2020-12-01

Bug Fixes v2.20.1

v2.20.0

Compare Source

Released: 2020-11-30

Features v2.20.0
Bug Fixes v2.20.0

v2.19.0

Compare Source

Released: 2020-11-08

Features v2.19.0
Bug Fixes v2.19.0

v2.18.1

Compare Source

Released: 2020-10-21

Bug Fixes v2.18.1

v2.18.0

Compare Source

Released: 2020-10-19

Features v2.18.0
Bug Fixes v2.18.0

v2.17.3

Compare Source

Released: 2020-09-18

  • No changes to v2.17.2.

v2.17.2

Compare Source

Released: 2020-09-18

Bug Fixes v2.17.2

v2.17.1

Compare Source

Released: 2020-09-16

Bug Fixes v2.17.1

v2.17.0

Compare Source

Released: 2020-09-13

Features v2.17.0
Bug Fixes v2.17.0

v2.16.0

Compare Source

Released: 2020-07-27

Features v2.16.0
  • b-form-tags: add ignoreInputFocusSelector prop to make input focus behavior configurable
    (closes #​5425)
    (#​5429)
    (26d5953)
  • docs: launch themes page with first BootstrapVue theme
    (#​5549)
    (ec51ef0)
  • icons: update Bootstrap Icons to v1.0.0-alpha5
    (#​5533)
    (d52ce0b)
Bug Fixes v2.16.0

v2.15.0

Compare Source

Released: 2020-05-22

Features v2.15.0
Bug Fixes v2.15.0

v2.14.0

Compare Source

Released: 2020-05-12

Features v2.14.0
  • b-avatar-group: new helper component <b-avatar-group>
    (#​5272)
    (c84faae)
  • b-nav-item-dropdown: improve default handling of dropdown toggle link (closes
    #​3942)
    (#​5344)
    (62c6105)
  • v-b-toggle: support specifying target ID via directive argument, and array of target IDs via
    directive value (closes #​4834)
    (#​5336)
    (260ef72)
Bug Fixes v2.14.0
  • b-modal: remove role="document" from .modal-content
    (#​5345)
    (0c2b406)
  • perf: avoid useless re-renders of component on parent update
    (#​4825)
    (2cb3fe0)
Other v2.14.0
  • dev dependency upgrades
  • docs updates
  • upgrade to vue test utils 1.0.x

v2.13.1

Compare Source

Released: 2020-05-05

Bug Fixes v2.13.1
  • b-table, b-table-lite, b-table-simple: handle head/foot variant for sticky columns (fixes
    #​5278)
    (#​5279)
    (53e309e)
Other v2.13.1
  • documentation updates
  • dev dependency updates

v2.13.0

Compare Source

Released: 2020-04-27

Features v2.13.0
Bug Fixes v2.13.0
  • b-avatar: set align-items: center for default slot content (fixes:
    #​5205)
    (#​5207)
    (c4981fd)
  • b-calendar, b-form-datepicker: minor adjustments to styling and example updates
    (#​5211)
    (f0d8ffe)
  • b-form-datepicker, b-form-timepicker: fix menu padding in button only mode (fixes
    #​5251)
    (#​5252)
    (d57a643)
  • b-form-datepicker, b-form-timepicker: adjust scss to support input-groups
    (#​5231)
    (7b1adc4)
  • b-form-datepicker, b-form-timepicker: prevent duplicate validation icons (fixes
    #​5237)
    (#​5238)
    (6354e6e)
  • types: update table field definition types to include sticky column (fixes
    #​5263)
    (#​5265)
    (20eb3ac)
  • handle nested form options normalization
    (#​5247)
    (0c57ffe)
Other v2.13.0

v2.12.0

Compare Source

Released: 2020-04-20

Features v2.12.0
Bug Fixes v2.12.0
  • b-alert: fix memory leak by using the correct method to clear the countdown timeout
    (#​5158)
    (7a7f33d)
  • b-avatar: fix button type font size inheritance
    (#​5177)
    (441ebdc)
  • b-calendar: use Intl.NumberFormat for formatting the number in the date buttons (closes
    #​5171)
    (#​5179)
    (cbf2cd0)
  • b-form-datepicker: make datepicker respect no-highlight-today prop
    (#​5159)
    (c4ead33)
Other v2.12.0
  • documentation updates
  • dev dependency updates

v2.11.0

Compare Source

Released: 2020-04-07

Features v2.11.0
  • b-avatar: if image src fails to load, then show icon, text or fallback icon
    (#​5079)
    (ed6704d)
  • b-calendar, b-form-datepicker: add optional decade navigation buttons (addresses
    #​4976)
    (#​5112)
    (b1f74a8)
Bug Fixes v2.11.0
  • b-calendar, b-form-datepicker: handle keyboard navigation when selected date is out of range
    (fixes #​5057)
    (#​5108)
    (6ed09f4)
  • b-link: don't render target or rel attrs when router-tag other than a or area
    provided (#​5107)
    (33c6cef)
  • tooltip, popover: handle 'click blur' trigger on iOS webkit browsers (fixes
    #​5099)
    (#​5103)
    (27da76c)
Other v2.11.0
  • additional unit testing
  • dev dependencies updates
  • minor documentation updates

v2.10.1

Compare Source

Released: 2020-04-02

Bug Fixes v2.10.1
Other v2.10.1
  • dev dependency updates

v2.10.0

Compare Source

Released: 2020-04-01

Features v2.10.0
Bug Fixes v2.10.0
Other v2.10.0
  • documentation site improvements and updates
  • dev dependency updates

v2.9.0

Compare Source

Released: 2020-03-25

Features v2.9.0
  • b-aspect: new custom component <b-aspect>
    (#​5008)
    (662c8e0)
  • b-avatar: add alt prop for adding alt attribute to image and icon avatars (closes
    #​4990)
    (#​4991)
    (d1474f2)
  • b-dropdown-item-button, b-dropdown-item-button: add button-class and link-class prop
    (#​5014)
    (b39d31c)
  • b-form-datepicker, b-form-timepicker: emit shown and hidden events
    (#​5004)
    (eb259b9)
  • b-navbar-toggle: make default slot scoped
    (#​4995)
    (144d45f)
Docs v2.9.0
  • Ensure that the IconsPlugin is imported when exporting from playground to CodePen, CodeSandbox,
    and JsFiddle (#​5003)
Other v2.9.0
  • dev dependency updates

v2.8.0

Compare Source

Released: 2020-03-22

Features v2.8.0
  • icons: update Bootstrap Icons to v1.0.0.alpha3
    (#​4966)
    (d481365)
    • 200+ new icons
    • skip-* icon names fixed (closes #​4733)
    • document-* icons renamed to file-*
    • alert-* icons renamed to exclamation-*
    • columns-gutters icon renamed to columns-gap
    • diamond icon renamed to gem because of new diamond-* shape icons
  • b-avatar: new <b-avatar> component
    (#​4974)
    (b2325a3)
  • b-form-spinbutton: add slots for increment and decrement button content (closes
    #​4958)
    (#​4963)
    (5684405)
Other v2.8.0
  • docs updates
  • dev dependencies updates

v2.7.0

Compare Source

Released: 2020-03-14

Features v2.7.0
Bug Fixes v2.7.0
  • b-form-file: fix value prop validation when using directory mode (fixes
    #​4912)
    (#​4913)
    (498a262)
  • b-form-file: make sure to catch all errors when resetting the input
    (#​4936)
    (682bc46)
Other v2.7.0
  • deps: update devDependency rollup to 2.0.x
  • minor docs updates

v2.6.1

Compare Source

Released: 2020-03-06

Bug Fixes v2.6.1
  • b-form-spinbutton: respect step value for initial decrement when wrap enabled (closes
    #​4884)
    (#​4885)
    (28e7245)
Other v2.6.1
  • documentation updates and fixes
  • dev dependency updates

v2.6.0

Compare Source

Released: 2020-03-05

Features v2.6.0

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/bootstrap-vue-2.x branch from c972d55 to 53ab7ec Compare January 7, 2021 07:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant