| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-06-24 | Fixes Edge and IE label overlapping issue (#25919) | Christian Oliff | 1 | -0/+22 | |
| The 'Floating labels' example is only supported on Chrome, Safari and Firefox. On Edge and IE the label is displayed always and any text input overlaps the label which makes it unreadable. The fix here targets Edge and IE and makes the form behave normally, the labels are hidden and the placeholder color is standard. | |||||
| 2018-06-24 | Update box-shadows on .custom-select (#26754) | Mark Otto | 2 | -2/+9 | |
| - Fixes #25656 where custom selects had the wrong focus shadow - Fixes #26668 where custom selects had no inset shadow (also closes #26572 which had the wrong form classes on the first example anyway) | |||||
| 2018-06-24 | Render inline svg like img (#25874) | Martijn Cuppens | 1 | -0/+1 | |
| 2018-06-24 | Move `eslint-plugin-compat` to the extends array. | XhmikosR | 1 | -3/+1 | |
| 2018-06-21 | dist | Mark Otto | 36 | -242/+349 | |
| 2018-06-21 | Remove disabled class from wrapper | Martijn Cuppens | 1 | -1/+1 | |
| `disabled` class is not needed for wrapper. | |||||
| 2018-06-21 | Update folder structure (#26729) | Martijn Cuppens | 1 | -18/+23 | |
| 2018-06-21 | Change karma tests to run sequential. | XhmikosR | 1 | -1/+1 | |
| I was getting port in use errors. | |||||
| 2018-06-21 | Update all devDependencies apart from bundlesize and babel. | XhmikosR | 2 | -1014/+1208 | |
| Newer bundlesize versions still don't work with node.js 10.x. babel has some bugs that we need to be fixed. | |||||
| 2018-06-21 | Update gems. | XhmikosR | 2 | -8/+8 | |
| 2018-06-21 | Update package-lock.json with npm 6.3.1. | XhmikosR | 1 | -2044/+2058 | |
| 2018-06-21 | Remove inkscape data from brand svgs (#26708) | Martijn Cuppens | 3 | -14/+8 | |
| 2018-06-11 | Fix node_modules path (#26653) | Martijn Cuppens | 1 | -16/+16 | |
| 2018-06-11 | Add additional wording to the Introduction section of Bootstrap docs about ↵ | sts-ryan-holton | 1 | -0/+2 | |
| the bootstrap bundle js (#26688) | |||||
| 2018-06-07 | Negative Margins classes for custom col gutters | Ryan Worth | 1 | -0/+25 | |
| Feature request #26681 | |||||
| 2018-06-05 | HTTPS link (#26663) | Christian Oliff | 1 | -1/+1 | |
| saves a redirect | |||||
| 2018-06-05 | Fix markdown code inside HTML code. (#26662) | XhmikosR | 3 | -3/+3 | |
| 2018-06-03 | Limit .close hover/focus to non-disabled controls (#26654) | Patrick H. Lauke | 1 | -7/+8 | |
| 2018-06-03 | refactor(plugins): query elements without jquery | Johann-S | 9 | -47/+67 | |
| 2018-06-02 | Stricter stylelint rules | Martijn Cuppens | 1 | -55/+72 | |
| 2018-06-01 | sw.js: change to a relative link for the workbox files. | XhmikosR | 1 | -1/+1 | |
| This was broken after the docs refactoring. | |||||
| 2018-06-01 | chore(bundlesize): increase bootstrap.js max size | Johann-S | 1 | -1/+1 | |
| 2018-06-01 | refactor(plugins): improve how we query elements | Johann-S | 6 | -26/+34 | |
| 2018-06-01 | Generate safari-pinned-tab.svg again. | XhmikosR | 2 | -19/+5 | |
| 2018-06-01 | fix(scrollspy): xss in target option | Johann-S | 1 | -1/+1 | |
| 2018-06-01 | fix(collapse): xss in parent option | Johann-S | 2 | -1/+15 | |
| 2018-06-01 | fix(tooltip): xss in container option | Johann-S | 2 | -21/+34 | |
| 2018-05-31 | Changed Node.js download page (#26638) | marcosfreitas | 1 | -1/+1 | |
| Link to the more user-friendly Node download page (rather than just the raw directory view) | |||||
| 2018-05-31 | Fix inline labels with a custom select (#26615) | Andres Galante | 1 | -1/+1 | |
| Add an sr-only class to the label on inline labels with a custom select | |||||
| 2018-05-31 | https link to editorconfig.org | Christian Oliff | 1 | -1/+1 | |
| 2018-05-27 | Remove the unused docs upload preview stuff. (#26599) | XhmikosR | 4 | -28/+0 | |
| 2018-05-23 | Run coveralls only on Travis and only once. | XhmikosR | 2 | -1/+2 | |
| 2018-05-23 | Update package-lock.json. | XhmikosR | 1 | -2110/+2110 | |
| 2018-05-23 | fix branch for coveralls badge | Johann-S | 1 | -1/+1 | |
| 2018-05-23 | Add coverall to follow our coverage | Johann-S | 3 | -2318/+2612 | |
| 2018-05-23 | Add disabled bg color to disabled custom file | ysds | 2 | -0/+5 | |
| 2018-05-23 | Custom forms transition | Martijn Cuppens | 2 | -0/+11 | |
| 2018-05-22 | Update again. | XhmikosR | 4 | -2637/+2419 | |
| 2018-05-22 | fix(tooltip): remove useless unit test | Johann-S | 1 | -40/+0 | |
| 2018-05-22 | chore(deps): update qunit and karma-qunit | Johann-S | 15 | -2242/+2180 | |
| 2018-05-22 | Update devDependencies and gems. | XhmikosR | 5 | -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-22 | Fix/add more correct labels/descriptions for input group examples (#26551) | Patrick H. Lauke | 1 | -27/+27 | |
| Among other things, closes https://github.com/twbs/bootstrap/issues/26548 | |||||
| 2018-05-20 | closes #26543, fixes #26542 | Mark Otto | 1 | -14/+14 | |
| 2018-05-18 | Fix double-transition bug (#26452) | domq | 1 | -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 Ganesh | 1 | -1/+1 | |
| 2018-05-15 | fix(doc): typo in dropdowns.md | ysds | 1 | -1/+1 | |
| 2018-05-12 | Fix unused box-shadow class | parammittal16 | 1 | -2/+0 | |
| 2018-05-12 | Fix box-shadow class with built in utility | parammittal16 | 10 | -40/+30 | |
| 2018-05-07 | Fix z-index target (#26361) | ysds | 1 | -5/+7 | |
| 2018-05-01 | Fix heading levels (#26433) | Brandon | 1 | -8/+8 | |
| H3 was used without preceding H2, breaking document flow. | |||||
