diff --git a/CHANGELOG.md b/CHANGELOG.md index a49bf69e1..e370af055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ 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. +## [0.1.17](https://github.com/Efficy/bootstrap-vue-3/compare/v0.1.16...v0.1.17) (2022-07-12) + + +### Features + +* **BNavItemDropdown:** pass slots to the child BDropdown ([c8a9af9](https://github.com/Efficy/bootstrap-vue-3/commit/c8a9af9831008bfbaf392bca8aeb54f7373ae131)) +* generate dist/BootstrapVue.d.ts and update package.json ([6a5075c](https://github.com/Efficy/bootstrap-vue-3/commit/6a5075c392169c9efc7e24393fa4753092627813)) +* generates *.d.ts files from .ts or .vue source ([c3751c0](https://github.com/Efficy/bootstrap-vue-3/commit/c3751c09e50cc3e48bca7b1d6bf05cf6333ab94e)) +* **github-action:** deploy docs to github-pages ([f515fba](https://github.com/Efficy/bootstrap-vue-3/commit/f515fba3947931743c16831d622715b48bea53d6)) +* support for library authors for nuxt3 ([10388dd](https://github.com/Efficy/bootstrap-vue-3/commit/10388dddc0a484ec6e8b90676dbb3cc3a095406b)) + + +### Bug Fixes + +* 259 ([0f2d624](https://github.com/Efficy/bootstrap-vue-3/commit/0f2d624b0f778563ed65047c4cabddb67fc9a387)) +* 275 ([d62a8a8](https://github.com/Efficy/bootstrap-vue-3/commit/d62a8a8e55927fc211e3c0de8a65399c6b54c28a)) +* 281 ([150106f](https://github.com/Efficy/bootstrap-vue-3/commit/150106f117be1a8c9b1f2a388100c4ea5f35874f)) +* 320 ([6c94802](https://github.com/Efficy/bootstrap-vue-3/commit/6c94802aa521855341fc29ed7d5c65c6cddbeaf0)) +* **463:** replace alias links back to relative ([b3750c4](https://github.com/Efficy/bootstrap-vue-3/commit/b3750c45c9b8695215b0799ccf0bff77f580f932)) +* Accordion default behaviour not collapsing when oclicking on other accordion header ([cc53b6d](https://github.com/Efficy/bootstrap-vue-3/commit/cc53b6de828860bb769f133ac2d30400a0a54c9e)) +* Allow to change the target for the current popover. ([a9491b4](https://github.com/Efficy/bootstrap-vue-3/commit/a9491b4290936ec3998b23228d5368a521cf1394)) +* **BNavItemDropdown:** uncomment the component from the index ([3007dec](https://github.com/Efficy/bootstrap-vue-3/commit/3007dec442fa23f2a5a4012b4ef40b621ea9f5bf)) +* **BToast:** vue has no exported member named 'Reactive' ([844035b](https://github.com/Efficy/bootstrap-vue-3/commit/844035ba055a4bcad03e195825155e122ba7880a)) +* **docs:** import BV3 with the client config ([7361a98](https://github.com/Efficy/bootstrap-vue-3/commit/7361a98c8a3c2c04891828c1a9f90412349d7fbb)) +* **docs:** load the component reference inside the plugin ([75b30ff](https://github.com/Efficy/bootstrap-vue-3/commit/75b30ffb59e84f864b9c126a1996eb6e1d3c561d)) +* Invalid check for type name ([4d10742](https://github.com/Efficy/bootstrap-vue-3/commit/4d107425e195676fbfe35e16a40192ae10224489)) +* missing import components BFormCheckbox, BFormGroup, ... ([77761f2](https://github.com/Efficy/bootstrap-vue-3/commit/77761f2a25d375d9c6b84031f7f171950d5db750)) +* remove bootstrap icons fix [#255](https://github.com/Efficy/bootstrap-vue-3/issues/255) ([2a7b59e](https://github.com/Efficy/bootstrap-vue-3/commit/2a7b59e16ff625cf2ce6ed6153951047f8f2d662)) +* retain tooltip visibility on title update ([d4c4e41](https://github.com/Efficy/bootstrap-vue-3/commit/d4c4e4110017b4186e29e49300b2e574141f9ae2)) +* subtitle should be undefined by default ([1424108](https://github.com/Efficy/bootstrap-vue-3/commit/1424108bf8ea6e38efd46bdb549cc26937504b17)) +* typo ([768bacc](https://github.com/Efficy/bootstrap-vue-3/commit/768bacc546c8588e09b65ca1c600f3bf7af28fce)) +* **workflow:** fix package name.. again ([9ab36e6](https://github.com/Efficy/bootstrap-vue-3/commit/9ab36e6582e3bbb451341e1caf5514c7aa642e07)) +* **workflows:** release please bot will not update major versions for pre 1.0 ([81288ef](https://github.com/Efficy/bootstrap-vue-3/commit/81288efebee35867f11e268c436d006737a8495a)) +* wrong import of BDropdown ([851fe9c](https://github.com/Efficy/bootstrap-vue-3/commit/851fe9c70880dce4f4b85c0f945679a08a2abf24)) + ## [0.1.16](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.1.15...v0.1.16) (2022-07-11) diff --git a/package-lock.json b/package-lock.json index be0509b17..8e1c5c37a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "bootstrap-vue-3", - "version": "0.1.16", + "version": "0.1.17", "lockfileVersion": 2, "requires": true, "dev": true, "packages": { "": { "name": "bootstrap-vue-3", - "version": "0.1.16", + "version": "0.1.17", "dev": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index f44ee80db..fb4f246e3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bootstrap-vue-3", "displayName": "BootstrapVue3", "description": "Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript", - "version": "0.1.16", + "version": "0.1.17", "license": "MIT", "main": "./dist/bootstrap-vue-3.umd.js", "module": "./dist/bootstrap-vue-3.es.js",