aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-21Remove inkscape data from brand svgs (#26708)Martijn Cuppens3-14/+8
2018-06-11Fix node_modules path (#26653)Martijn Cuppens1-16/+16
2018-06-11Add additional wording to the Introduction section of Bootstrap docs about ↵sts-ryan-holton1-0/+2
the bootstrap bundle js (#26688)
2018-06-07Negative Margins classes for custom col guttersRyan Worth1-0/+25
Feature request #26681
2018-06-05HTTPS link (#26663)Christian Oliff1-1/+1
saves a redirect
2018-06-05Fix markdown code inside HTML code. (#26662)XhmikosR3-3/+3
2018-06-03Limit .close hover/focus to non-disabled controls (#26654)Patrick H. Lauke1-7/+8
2018-06-03refactor(plugins): query elements without jqueryJohann-S9-47/+67
2018-06-02Stricter stylelint rulesMartijn Cuppens1-55/+72
2018-06-01sw.js: change to a relative link for the workbox files.XhmikosR1-1/+1
This was broken after the docs refactoring.
2018-06-01chore(bundlesize): increase bootstrap.js max sizeJohann-S1-1/+1
2018-06-01refactor(plugins): improve how we query elementsJohann-S6-26/+34
2018-06-01Generate safari-pinned-tab.svg again.XhmikosR2-19/+5
2018-06-01fix(scrollspy): xss in target optionJohann-S1-1/+1
2018-06-01fix(collapse): xss in parent optionJohann-S2-1/+15
2018-06-01fix(tooltip): xss in container optionJohann-S2-21/+34
2018-05-31Changed Node.js download page (#26638)marcosfreitas1-1/+1
Link to the more user-friendly Node download page (rather than just the raw directory view)
2018-05-31Fix inline labels with a custom select (#26615)Andres Galante1-1/+1
Add an sr-only class to the label on inline labels with a custom select
2018-05-31https link to editorconfig.orgChristian Oliff1-1/+1
2018-05-27Remove the unused docs upload preview stuff. (#26599)XhmikosR4-28/+0
2018-05-23Run coveralls only on Travis and only once.XhmikosR2-1/+2
2018-05-23Update package-lock.json.XhmikosR1-2110/+2110
2018-05-23fix branch for coveralls badgeJohann-S1-1/+1
2018-05-23Add coverall to follow our coverageJohann-S3-2318/+2612
2018-05-23Add disabled bg color to disabled custom fileysds2-0/+5
2018-05-23Custom forms transitionMartijn Cuppens2-0/+11
2018-05-22Update again.XhmikosR4-2637/+2419
2018-05-22fix(tooltip): remove useless unit testJohann-S1-40/+0
2018-05-22chore(deps): update qunit and karma-qunitJohann-S15-2242/+2180
2018-05-22Update devDependencies and gems.XhmikosR5-2625/+965
Downgrade bundlesize until they make brotli optional since it doesn't work with node.js 10.x yet. So, babel, qunit/karma-qunit and bundle-size aren't the latest versions.
2018-05-22Fix/add more correct labels/descriptions for input group examples (#26551)Patrick H. Lauke1-27/+27
Among other things, closes https://github.com/twbs/bootstrap/issues/26548
2018-05-20closes #26543, fixes #26542Mark Otto1-14/+14
2018-05-18Fix double-transition bug (#26452)domq1-1/+1
By applying the transition: CSS property only to classes that are active during sliding, we avoid an unnecessary, non-zero-time animation that although mostly invisible, does interfere with e.g. z-index based parallax
2018-05-15[trivial] Rewording in tooltips. Closes #26467 (#26521)Varunram Ganesh1-1/+1
2018-05-15fix(doc): typo in dropdowns.mdysds1-1/+1
2018-05-12Fix unused box-shadow classparammittal161-2/+0
2018-05-12Fix box-shadow class with built in utilityparammittal1610-40/+30
2018-05-07Fix z-index target (#26361)ysds1-5/+7
2018-05-01Fix heading levels (#26433)Brandon1-8/+8
H3 was used without preceding H2, breaking document flow.
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto64-139/+139
2018-04-29distMark Otto31-98/+144
2018-04-29Simplify custom file inner height for generated browse buttonMark Otto2-1/+2
2018-04-29Update README.mdConstantin Ross1-1/+1
2018-04-29Doc update - remove media-breakpoint-up(xs) (#26316)David De Sloovere1-4/+15
* Doc update - remove media-breakpoint-up(xs) If media-breakpoint-down(xl) is not listed, then media-breakpoint-up(xs) does not need to be listed either. The above 4 media queries are now aligned with the 4 media-breakpoint-up mixins (just like their media-breakpoint-down counterparts). * Improve media-breakpoint-up/down docs
2018-04-27Add comment in docs JS files.XhmikosR3-1/+9
2018-04-27Pass docs version to search form and switch to the new index.XhmikosR5-30/+41
Also, move the search code to a separate file.
2018-04-26Change accordion example id (#26391)Patrick H. Lauke1-4/+4
for clarity/consistency with other similar examples
2018-04-23Closes #26300: Add cursor pointer to carousel indicatorsVarunram1-0/+1
2018-04-23Remove unnecessary resetting of left round (#26238)ysds1-2/+1
2018-04-23add validation styles for .form-control-file (#26181)Mark Otto1-0/+10