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

feat(b-col): restore .offset-* col classes + new b-container and b-row components 🍾🍻🎉 #929

Merged
merged 47 commits into from Aug 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
9af1d0d
feat(col): BS4 column component
Aug 13, 2017
b5a0108
Merge branch '1.x' of github.com:bootstrap-vue/bootstrap-vue into fea…
Aug 14, 2017
fb00811
Merge branch '1.x' of github.com:bootstrap-vue/bootstrap-vue into fea…
Aug 15, 2017
b575f9b
feat(col): getting column working
Aug 15, 2017
32e9ae9
Merge branch 'dev' into feat/col-fc
pi0 Aug 21, 2017
9949caa
fixed index.js from merge
tmorehouse Aug 21, 2017
adf7364
Merge branch 'dev' of github.com:bootstrap-vue/bootstrap-vue into fea…
Aug 26, 2017
477ca49
feat(col): restore .offset-* col classes 🍾
Aug 26, 2017
b8845c3
feat(test): added b-col test suite
Aug 26, 2017
713b9bf
[b-col] Update to docs
tmorehouse Aug 26, 2017
dbc0aee
feat(b-row): New functional component
tmorehouse Aug 26, 2017
f4e6abb
Make b-row component available
tmorehouse Aug 26, 2017
5b90476
docs:(componentvdoc.vue): Handle pages that don't have a main component
tmorehouse Aug 26, 2017
8fb1105
Rename docs page
tmorehouse Aug 26, 2017
fbd5ad5
Rename docs/components/col/README.md to docs/components/grid/README.md
tmorehouse Aug 26, 2017
0389596
Rename docs/components/col/index.js to docs/components/grid/index.js
tmorehouse Aug 26, 2017
39ad509
Rename docs/components/col/meta.json to docs/components/grid/meta.json
tmorehouse Aug 26, 2017
8bdf80d
Update index.js
tmorehouse Aug 26, 2017
6346767
Update README.md
tmorehouse Aug 26, 2017
defafd7
feat(b-conatiner): new functional component
tmorehouse Aug 26, 2017
db5b899
make b-container available
tmorehouse Aug 26, 2017
f1000a7
[b-container]: ESLint
tmorehouse Aug 26, 2017
01bafd3
Update meta.json
tmorehouse Aug 26, 2017
bc33246
Update README.md
tmorehouse Aug 26, 2017
81209ca
[b-row] Add no-cgutters prop
tmorehouse Aug 26, 2017
1efaf69
Update README.md
tmorehouse Aug 26, 2017
3faba8f
Update README.md
tmorehouse Aug 26, 2017
c09cbb7
Rename docs/components/grid/README.md to docs/components/layout/READM…
tmorehouse Aug 26, 2017
29aeb51
Rename docs/components/grid/index.js to docs/components/layout/index.js
tmorehouse Aug 26, 2017
80e2703
Rename docs/components/grid/meta.json to docs/components/layout/meta.…
tmorehouse Aug 26, 2017
9276fb3
rename /docs/grid to /docs/layout
tmorehouse Aug 26, 2017
5a76b60
Update meta.json
tmorehouse Aug 26, 2017
020af76
Update meta.json
tmorehouse Aug 26, 2017
37d723d
[b-row]: demo.html fixture
tmorehouse Aug 27, 2017
14f2207
[b-row] demo.js
tmorehouse Aug 27, 2017
7fe7e9a
Update demo.html
tmorehouse Aug 27, 2017
91c40ac
[b-row] Tests
tmorehouse Aug 27, 2017
1e815d4
[b-container] demo.html
tmorehouse Aug 27, 2017
00cc303
[b-container] demo.js
tmorehouse Aug 27, 2017
ff491ca
[b-container] tests
tmorehouse Aug 27, 2017
4a56959
Update container.spec.js
tmorehouse Aug 27, 2017
cc61477
docs typo
tmorehouse Aug 27, 2017
763b880
fix(jumbotron): continer wrapper only needed in fluid mode
tmorehouse Aug 27, 2017
24559ae
fix(jumbotron): minor update
tmorehouse Aug 27, 2017
cbc7a6f
revert(jumbotron): Wrong branch :p
tmorehouse Aug 27, 2017
4d72803
fix(docs): toggle navbar @md to keep content from wrapping
alexsasharegan Aug 27, 2017
75dc0ae
feat(docs): add BS4 docs to Layout page
alexsasharegan Aug 27, 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
177 changes: 0 additions & 177 deletions docs/components/col/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/components/col/meta.json

This file was deleted.

2 changes: 1 addition & 1 deletion docs/components/index.js
@@ -1,13 +1,13 @@
/* eslint-disable quote-props */

export default {
'layout': require('./layout').default,
'alert': require('./alert').default,
'badge': require('./badge').default,
'breadcrumb': require('./breadcrumb').default,
'button': require('./button').default,
'button-group': require('./button-group').default,
'button-toolbar': require('./button-toolbar').default,
'col': require('./col').default,
'card': require('./card').default,
'carousel': require('./carousel').default,
'collapse': require('./collapse').default,
Expand Down