| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-11 | fixes #26637 | Mark Otto | 1 | -2/+2 | |
| 2018-07-11 | Optimised Google Analytics Loading | Christian Oliff | 1 | -4/+2 | |
| 2018-07-11 | new url | Mark Otto | 1 | -1/+1 | |
| 2018-07-11 | remove reference to breakpoint-specific gutter widths which are not implemented | Josh Wand | 1 | -1/+1 | |
| see #22944 and #24620 | |||||
| 2018-07-11 | Make navbar download the same as homepage download | Theodore Dubois | 1 | -1/+1 | |
| 2018-07-11 | remove jobs link | Mark Otto | 1 | -3/+0 | |
| 2018-07-11 | Reorganize docs for easier deploys | Mark Otto | 243 | -186/+171 | |
| With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager. | |||||
| 2018-07-11 | dist | Mark Otto | 21 | -82/+67 | |
| 2018-07-11 | fix(modal): fix unit test and resetting style | Johann-S | 2 | -10/+6 | |
| 2018-07-11 | fix(modal): removes .navbar-toggler margin | Catalin Zalog | 2 | -55/+3 | |
| 2018-07-10 | Update tooltips.md | XhmikosR | 1 | -2/+3 | |
| 2018-07-10 | Document tooltip flickering in combination with some overflow settings | Simon Podlipsky | 1 | -0/+12 | |
| 2018-07-09 | correct spelling errors (#26837) | Andrew | 4 | -5/+5 | |
| 2018-07-09 | Add missing role="button" in .navbar's .dropdown-toggle | XhmikosR | 1 | -1/+1 | |
| Fixes #26830 | |||||
| 2018-07-08 | disable to fix ci | Mark Otto | 1 | -0/+2 | |
| 2018-07-08 | add grid docs mention | Mark Otto | 1 | -0/+14 | |
| 2018-07-08 | fix comment placement, remove unecessary prop wrapper | Mark Otto | 1 | -20/+17 | |
| 2018-07-08 | add docs | Mark Otto | 1 | -0/+22 | |
| 2018-07-08 | Merge branch 'patch-1' of https://github.com/garhbod/bootstrap into ↵ | Mark Otto | 1 | -0/+25 | |
| garhbod-patch-1 | |||||
| 2018-07-08 | Restore feedback icons on validated form fields | Mark Otto | 5 | -7/+74 | |
| - Only applies to textual inputs and textareas with `.form-control` and selects with `.custom-select` - Wrap the feedback icons in a Sass variable option, $enable-validation-icons, so folks who theme can disable - Update docs to summarize styles, mention the icons, include a textarea demo, and add mention of the Sass variable option to the Theming section | |||||
| 2018-07-07 | class | Mark Otto | 1 | -1/+1 | |
| 2018-07-07 | add table of classes | Mark Otto | 1 | -0/+34 | |
| 2018-07-07 | fix docs heading | Mark Otto | 1 | -1/+1 | |
| 2018-07-08 | Replace shadow with shadow-sm | parammittal16 | 5 | -30/+30 | |
| 2018-07-07 | Merge branch 'v4-dev' of https://github.com/malkomich/bootstrap into ↵ | Mark Otto | 3 | -1/+35 | |
| malkomich-v4-dev | |||||
| 2018-07-06 | Update devDependencies. | XhmikosR | 2 | -3247/+2060 | |
| Only bundlesize is kept back for Node.js 10.x compatibility. | |||||
| 2018-07-06 | Update gems. | XhmikosR | 3 | -6/+6 | |
| 2018-07-05 | Remove .border-bottom & .border-top classes from examples | Martijn Cuppens | 6 | -22/+0 | |
| 2018-07-04 | Merge pull request #26799 from Kirlovon/v4-dev | Johann-S | 1 | -1/+1 | |
| Fixed logo in README | |||||
| 2018-07-03 | Fixed logo in README | Kirill Reunov | 1 | -1/+1 | |
| 2018-07-03 | OS X is now macOS (#26796) | Christian Oliff | 2 | -6/+6 | |
| * OS X is now macOS * Update browser-bugs.yml | |||||
| 2018-07-02 | Fix incorrect visibility utility description regarding screen readers (#26786) | Patrick H. Lauke | 1 | -1/+1 | |
| 2018-07-02 | Add js maps & tweak docs | Martijn Cuppens | 2 | -9/+13 | |
| 2018-07-01 | Support nuget contentFiles, used for some project types | Supergibbs | 2 | -0/+8 | |
| 2018-07-01 | .browserslistrc: add `not dead`. | XhmikosR | 1 | -1/+2 | |
| 2018-06-25 | fix(tooltip): get tip on placement change | Johann-S | 2 | -2/+27 | |
| 2018-06-25 | Add broken-link-checker. | XhmikosR | 3 | -1/+755 | |
| 2018-06-25 | feat(dropdown): add original click event | jakubhonisek | 3 | -0/+73 | |
| 2018-06-24 | dist | Mark Otto | 9 | -8/+10 | |
| 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 | |
