Skip to content

Commit

Permalink
chore(release): 2.0.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Apr 16, 2018
1 parent aea06ad commit 6c7f756
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.

<a name="2.0.0-rc.7"></a>
# [2.0.0-rc.7](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.6...v2.0.0-rc.7) (2018-04-16)


### Bug Fixes

* **table:** typo in README.md ([#1729](https://github.com/bootstrap-vue/bootstrap-vue/issues/1729)) ([8d0e186](https://github.com/bootstrap-vue/bootstrap-vue/commit/8d0e186))
* **tabs:** change default key nav to avoid breaking changes ([#1733](https://github.com/bootstrap-vue/bootstrap-vue/issues/1733)) ([a6dea02](https://github.com/bootstrap-vue/bootstrap-vue/commit/a6dea02))
* **tabs:** rename prop to no-key-nav, update docs ([491d698](https://github.com/bootstrap-vue/bootstrap-vue/commit/491d698))
* **tabs:** typo in tabs ([#1735](https://github.com/bootstrap-vue/bootstrap-vue/issues/1735)) ([89eff3c](https://github.com/bootstrap-vue/bootstrap-vue/commit/89eff3c))


### Features

* add basic typescript declarations ([#1721](https://github.com/bootstrap-vue/bootstrap-vue/issues/1721)) ([3c040f0](https://github.com/bootstrap-vue/bootstrap-vue/commit/3c040f0))
* **form-input:** add step, min and max props for use with number type ([40ff380](https://github.com/bootstrap-vue/bootstrap-vue/commit/40ff380))
* **table:** support custom classes per table cell in a column ([d05d6b6](https://github.com/bootstrap-vue/bootstrap-vue/commit/d05d6b6))
* **tabs:** add key nav prop like button toolbar has ([#1733](https://github.com/bootstrap-vue/bootstrap-vue/issues/1733)) ([bc3b82b](https://github.com/bootstrap-vue/bootstrap-vue/commit/bc3b82b))
* **tabs/noNavStyle:** added related prop and check ([91c7257](https://github.com/bootstrap-vue/bootstrap-vue/commit/91c7257))



<a name="2.0.0-rc.6"></a>
# [2.0.0-rc.6](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.4...v2.0.0-rc.6) (2018-04-02)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-vue",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"description": "BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.",
"main": "dist/bootstrap-vue.common.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 6c7f756

Please sign in to comment.