diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000000..ae5fe2d6fcd --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,43 @@ +# Configuration for probot-stale - https://github.com/probot/stale +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 90 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 7 +# Issues with these labels will never be considered stale +exemptLabels: + - "Priority: Critical" + - "Priority: High" + - "Priority: Medium" + - "Priority: Low" + - "PR: Major" + - "PR: Minor" + - "PR: Patch" + - "Status: Coming Soon" + - "Status: In Progress" + - "Status: Intend To Implement" + - "Status: On Hold" + - "Status: On Roadmap" + - "Status: Review Needed" + - "Status: WIP" + - "Type: Bug" + - "Type: Nice 1st Contribution" + - "Type: RFC" + - "Type: Security" +# Label to use when marking an issue as stale +staleLabel: "Status: Stale" +issues: + # Comment to post when marking an issue as stale + markComment: > + This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. + Thank you for your contribution. + # Comment to post when closing a stale issue + closeComment: > + Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you! +pulls: + # Comment to post when marking a pull request as stale + markComment: > + This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. + Thank you for your contribution. + # Comment to post when closing a stale pull request + closeComment: > + Closing this pull request after a prolonged period of inactivity. If this issue is still present in the latest release, please ask for this pull request to be reopened. Thank you! diff --git a/CHANGELOG.md b/CHANGELOG.md index c1785cad9f7..99815575263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,42 @@ > [standard-version](https://github.com/conventional-changelog/standard-version) for commit > guidelines. + + +## [v2.2.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.2.0...v2.2.1) + +Released: 2020-01-13 + +### Bug Fixes v2.2.1 + +- **icons:** make icon transform props work with IE11 (closes + [#4607](https://github.com/bootstrap-vue/bootstrap-vue/issues/4607)) + ([#4608](https://github.com/bootstrap-vue/bootstrap-vue/issues/4608)) + ([899779f](https://github.com/bootstrap-vue/bootstrap-vue/commit/899779f20015f719198a763136137eea01aa11ea)) +- **types:** add missing declarations for `b-form-select-option` & `b-form-select-option-group` + ([#4595](https://github.com/bootstrap-vue/bootstrap-vue/issues/4595)) + ([8d60832](https://github.com/bootstrap-vue/bootstrap-vue/commit/8d60832d38e74231a4bda15aa045b84aae97d2ed)) +- **types:** include named export BootstrapVue in declaration file + ([#4590](https://github.com/bootstrap-vue/bootstrap-vue/issues/4590)) + ([603307a](https://github.com/bootstrap-vue/bootstrap-vue/commit/603307aeccf6141b94eff2186baee4ec43439033)) +- **modal, tooltips, popovers**: remove `nextTick` delay when updating content in transporter portal + (closes [#4589](https://github.com/bootstrap-vue/bootstrap-vue/issues/4589)) + ([#4604](https://github.com/bootstrap-vue/bootstrap-vue/issues/4604)) + ([0e3e7e0](https://github.com/bootstrap-vue/bootstrap-vue/commit/0e3e7e03370685367ac69949e596c9fff5c68163)) +- **utils:** correct `identity` spelling error + ([#4579](https://github.com/bootstrap-vue/bootstrap-vue/issues/4579)) + ([7fed191](https://github.com/bootstrap-vue/bootstrap-vue/commit/7fed1911d6d9f7eae81526010483c71e1679e770)) + +### Docs v2.2.1 + +- add live validation examples in validation reference section + ([#4584](https://github.com/bootstrap-vue/bootstrap-vue/issues/4584)) + ([aca4a5c](https://github.com/bootstrap-vue/bootstrap-vue/commit/aca4a5c8f9a9ed0d7526de396ff072f0c1f4ebdf)) + +### Other v2.2.1 + +- dev dependencies updates + ## [v2.2.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.1.0...v2.2.0) diff --git a/README.md b/README.md index 0c09a575efd..6f37e4fe336 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@

- BootstrapVue, with over 40 available plugins and more than 80 custom components, provides - one of the most comprehensive implementations of the Bootstrap v4.3 component and grid + BootstrapVue, with over 40 available plugins, more than 80 custom components, and over 300 icons, + provides one of the most comprehensive implementations of the Bootstrap v4.3 component and grid system for Vue.js, complete with extensive and automated WAI-ARIA accessibility markup.


diff --git a/docs/markdown/intro/README.md b/docs/markdown/intro/README.md index 94cf146ef0a..27c79fa6f01 100644 --- a/docs/markdown/intro/README.md +++ b/docs/markdown/intro/README.md @@ -36,6 +36,8 @@ some good starting points would be: - [Vue Guide](https://vuejs.org/v2/guide/) - [Vue API](https://vuejs.org/v2/api/) - [Bootstrap v{{bootstrapVersionMinor}} documentation](https://getbootstrap.com/) +- [Vue loader scoped CSS](https://vue-loader.vuejs.org/guide/scoped-css.html), if using scoped styles + in SFC (Single File Component) `.vue` files ## Documentation information @@ -46,7 +48,8 @@ and more. You can find information on these classes in the [Utility Classes](/docs/reference/utility-classes) reference section. Many of the examples in this documentation are _live_ and can be edited in-place for an enhanced -learning experience. +learning experience (note some examples may not work in IE11 due to use of ES6 JavaScript code in +the `