Skip to content

Commit f317cb5

Browse files
authored
chore: bump version and update changelog (#4711)
* chore: bump version and update changelog * Update package.json
1 parent e268a42 commit f317cb5

File tree

2 files changed

+37
-9
lines changed

2 files changed

+37
-9
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@
44
> [standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
> guidelines.
66
7+
<a name="2.4.0"></a>
8+
9+
## [v2.4.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.3.0...v2.4.0)
10+
11+
Released: 2020-02-01
12+
13+
### Features v2.4.0
14+
15+
- **b-modal:** add `ignore-enforce-focus-selector` prop (closes
16+
[#4537](https://github.com/bootstrap-vue/bootstrap-vue/issues/4537))
17+
([#4702](https://github.com/bootstrap-vue/bootstrap-vue/issues/4702))
18+
([c3ac992](https://github.com/bootstrap-vue/bootstrap-vue/commit/c3ac99283927b5261d1df05d3c479c534011d7c5))
19+
- **b-nav-item-dropdown:** add `boundary` prop, applicable when not in `b-navbar` (closes
20+
[#4684](https://github.com/bootstrap-vue/bootstrap-vue/issues/4684))
21+
([#4691](https://github.com/bootstrap-vue/bootstrap-vue/issues/4691))
22+
([3a50ad8](https://github.com/bootstrap-vue/bootstrap-vue/commit/3a50ad85e85e1c6dc55a36665062180687078708))
23+
24+
### Bug Fixes v2.4.0
25+
26+
- **b-dropdown:** focus-in handling for Safari and Firefox on macOS/iOS (closes
27+
[#4328](https://github.com/bootstrap-vue/bootstrap-vue/issues/4328))
28+
([#4426](https://github.com/bootstrap-vue/bootstrap-vue/issues/4426))
29+
([2eab55b](https://github.com/bootstrap-vue/bootstrap-vue/commit/2eab55b4672a35a487b30f0f64c63b887b361473))
30+
- **b-form-input, b-form-textarea:** properly handle out-of-sync values (closes
31+
[#4695](https://github.com/bootstrap-vue/bootstrap-vue/issues/4695))
32+
([#4701](https://github.com/bootstrap-vue/bootstrap-vue/issues/4701))
33+
([954176d](https://github.com/bootstrap-vue/bootstrap-vue/commit/954176d733dccdd074f5b6cb31c4041081a3b206))
34+
735
<a name="2.3.0"></a>
836

937
## [v2.3.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.2.2...v2.3.0)

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "BootstrapVue, with over 40 plugins and more than 80 custom components, custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.",
55
"main": "dist/bootstrap-vue.common.js",
66
"web": "dist/bootstrap-vue.js",
@@ -28,24 +28,24 @@
2828
"url": "https://github.com/tmorehouse"
2929
},
3030
{
31-
"name": "SirLamer",
32-
"url": "https://github.com/SirLamer"
31+
"name": "Jacob Müller",
32+
"url": "https://github.com/jackmu95"
3333
},
3434
{
3535
"name": "Vitaly Mosin",
3636
"url": "https://github.com/mosinve"
3737
},
38-
{
39-
"name": "vizo",
40-
"url": "https://github.com/vizo"
41-
},
4238
{
4339
"name": "Alex Regan",
4440
"url": "https://github.com/alexsasharegan"
4541
},
4642
{
47-
"name": "Jacob Müller",
48-
"url": "https://github.com/jackmu95"
43+
"name": "SirLamer",
44+
"url": "https://github.com/SirLamer"
45+
},
46+
{
47+
"name": "vizo",
48+
"url": "https://github.com/vizo"
4949
}
5050
],
5151
"files": [

0 commit comments

Comments
 (0)