Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(button-toolbar): Typo on property keyNav #600

Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e065830
Add bootstrap -> bootstrap-vue migration notes
Apr 29, 2017
6bfe576
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
Apr 30, 2017
d0ffd9c
add bFormFieldset label text alignment options
Apr 30, 2017
59f5b2a
fixes per @pi0
Apr 30, 2017
3bd489c
add focus method proxied to element ref
Apr 30, 2017
5ddeacd
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 2, 2017
d9a9758
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 9, 2017
ce99129
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 16, 2017
fd91ee2
Popover dom node leak fix
May 16, 2017
8b5fa59
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 16, 2017
4dd826a
Merge branch 'issue-329' of github.com:alexsasharegan/bootstrap-vue
May 16, 2017
f2f3ac0
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 18, 2017
0ad12f2
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 18, 2017
f66ac26
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 18, 2017
8955737
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 20, 2017
0b4433b
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 21, 2017
259a51c
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 24, 2017
cabfc7d
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 25, 2017
049d294
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 26, 2017
9fe3803
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
May 27, 2017
70f12d1
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
Jun 5, 2017
912d40b
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
Jun 17, 2017
50c440e
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
Jun 23, 2017
4191086
feat(mixin): Automate event registration & removal on root vm
Jun 29, 2017
fe9224c
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
Jun 29, 2017
75f1eaf
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
Jun 30, 2017
8495db0
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
Jun 30, 2017
aa6d108
Merge branch 'master' of https://github.com/bootstrap-vue/bootstrap-vue
Jun 30, 2017
552806e
fix(button-toolbar): Typo on property `keyNav`
Jun 30, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/components/button-toolbar.vue
Expand Up @@ -39,7 +39,7 @@
type: Boolean,
default: false
},
KeyNav: {
keyNav: {
type: Boolean,
default: false
}
Expand Down