Skip to content

Commit ec395fd

Browse files
chore(main): release 1.0.0
1 parent a8d2d38 commit ec395fd

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## 1.0.0 (2022-07-07)
6+
7+
8+
### Features
9+
10+
* **BNavItemDropdown:** pass slots to the child BDropdown ([c8a9af9](https://github.com/Efficy/bootstrap-vue-3/commit/c8a9af9831008bfbaf392bca8aeb54f7373ae131))
11+
* generate dist/BootstrapVue.d.ts and update package.json ([6a5075c](https://github.com/Efficy/bootstrap-vue-3/commit/6a5075c392169c9efc7e24393fa4753092627813))
12+
* generates *.d.ts files from .ts or .vue source ([c3751c0](https://github.com/Efficy/bootstrap-vue-3/commit/c3751c09e50cc3e48bca7b1d6bf05cf6333ab94e))
13+
* **github-action:** deploy docs to github-pages ([f515fba](https://github.com/Efficy/bootstrap-vue-3/commit/f515fba3947931743c16831d622715b48bea53d6))
14+
* support for library authors for nuxt3 ([10388dd](https://github.com/Efficy/bootstrap-vue-3/commit/10388dddc0a484ec6e8b90676dbb3cc3a095406b))
15+
16+
17+
### Bug Fixes
18+
19+
* 259 ([0f2d624](https://github.com/Efficy/bootstrap-vue-3/commit/0f2d624b0f778563ed65047c4cabddb67fc9a387))
20+
* 275 ([d62a8a8](https://github.com/Efficy/bootstrap-vue-3/commit/d62a8a8e55927fc211e3c0de8a65399c6b54c28a))
21+
* 281 ([150106f](https://github.com/Efficy/bootstrap-vue-3/commit/150106f117be1a8c9b1f2a388100c4ea5f35874f))
22+
* 320 ([6c94802](https://github.com/Efficy/bootstrap-vue-3/commit/6c94802aa521855341fc29ed7d5c65c6cddbeaf0))
23+
* Accordion default behaviour not collapsing when oclicking on other accordion header ([cc53b6d](https://github.com/Efficy/bootstrap-vue-3/commit/cc53b6de828860bb769f133ac2d30400a0a54c9e))
24+
* Allow to change the target for the current popover. ([a9491b4](https://github.com/Efficy/bootstrap-vue-3/commit/a9491b4290936ec3998b23228d5368a521cf1394))
25+
* **BNavItemDropdown:** uncomment the component from the index ([3007dec](https://github.com/Efficy/bootstrap-vue-3/commit/3007dec442fa23f2a5a4012b4ef40b621ea9f5bf))
26+
* **BToast:** vue has no exported member named 'Reactive' ([844035b](https://github.com/Efficy/bootstrap-vue-3/commit/844035ba055a4bcad03e195825155e122ba7880a))
27+
* missing import components BFormCheckbox, BFormGroup, ... ([77761f2](https://github.com/Efficy/bootstrap-vue-3/commit/77761f2a25d375d9c6b84031f7f171950d5db750))
28+
* remove bootstrap icons fix [#255](https://github.com/Efficy/bootstrap-vue-3/issues/255) ([2a7b59e](https://github.com/Efficy/bootstrap-vue-3/commit/2a7b59e16ff625cf2ce6ed6153951047f8f2d662))
29+
* retain tooltip visibility on title update ([d4c4e41](https://github.com/Efficy/bootstrap-vue-3/commit/d4c4e4110017b4186e29e49300b2e574141f9ae2))
30+
* typo ([768bacc](https://github.com/Efficy/bootstrap-vue-3/commit/768bacc546c8588e09b65ca1c600f3bf7af28fce))
31+
* wrong import of BDropdown ([851fe9c](https://github.com/Efficy/bootstrap-vue-3/commit/851fe9c70880dce4f4b85c0f945679a08a2abf24))
32+
533
### [0.1.13](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.1.12...v0.1.13) (2022-05-10)
634

735
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bootstrap-vue-3",
33
"displayName": "BootstrapVue3",
44
"description": "Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript",
5-
"version": "0.1.13",
5+
"version": "1.0.0",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-3.umd.js",
88
"module": "./dist/bootstrap-vue-3.es.js",

0 commit comments

Comments
 (0)