| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-09-27 | Remove unneeded `docsearch` variable. | XhmikosR | 1 | -7/+7 | |
| 2017-09-27 | Update package-lock.json. (#24133) | XhmikosR | 1 | -586/+848 | |
| 2017-09-26 | Add style for non-overlapping scrollbar in IE (#24081) | Prateek Goel | 1 | -0/+3 | |
| 2017-09-26 | Revert accidental `alt` addition from Bootstrap stack image. (#24122) | XhmikosR | 1 | -1/+1 | |
| Remove accidental `alt` addition from Bootstrap stack image. | |||||
| 2017-09-26 | Update comment for forms mixins (#24050) | Andrew Luca | 1 | -1/+1 | |
| Check `form-control-focus` mixin, variable name is `$input-focus-border-color` | |||||
| 2017-09-26 | Merge branch 'v4-dev' into btn-active | XhmikosR | 124 | -1620/+2213 | |
| 2017-09-26 | Fix color on example btn on navbar (#24052) | Andres Galante | 1 | -1/+1 | |
| 2017-09-26 | Add eslint-plugin-compat. | XhmikosR | 4 | -2/+41 | |
| We can check for browser compatibility on lint time now. | |||||
| 2017-09-26 | Move Autoprefixer's config in package.json. | XhmikosR | 3 | -23/+12 | |
| This is so other plugins can use it too. | |||||
| 2017-09-26 | Mention that dropdowns depend on popper.js too. | XhmikosR | 1 | -1/+1 | |
| 2017-09-26 | Minor Markdown consistency changes. | XhmikosR | 11 | -7/+11 | |
| 2017-09-26 | Fixes rounded corners on first and lat child on vertical btn group (#24119) | Andres Galante | 1 | -6/+6 | |
| 2017-09-26 | Normalize all links. (#24109) | XhmikosR | 29 | -57/+57 | |
| * use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one | |||||
| 2017-09-26 | build/*.js: ES6-ify files. (#24112) | XhmikosR | 2 | -26/+22 | |
| 2017-09-26 | Improve theme-color-level() using abs() (#24074) | schwastek | 1 | -6/+2 | |
| `abs()` gets the absolute value of `$level`. That way, `if/else` statement can be completely eliminated. | |||||
| 2017-09-26 | Update Jekyll to v3.6.0. (#24102) | XhmikosR | 2 | -11/+11 | |
| 2017-09-26 | Update .gitattributes. (#24113) | XhmikosR | 1 | -1/+1 | |
| Add .txt and remove the non-existent .py files. | |||||
| 2017-09-26 | Tabs to spaces. (#24110) | XhmikosR | 2 | -5/+4 | |
| 2017-09-26 | Move the workbox build to a `postdocs-compile` script. (#24106) | XhmikosR | 1 | -1/+2 | |
| This way, it's run for us automatically after `docs-compile`. | |||||
| 2017-09-26 | docs: fix syntax highlighting for shell scripts. (#24103) | XhmikosR | 2 | -5/+15 | |
| Switch all instances to `sh` but keep `bash` so that things won't break either way. | |||||
| 2017-09-26 | Update Jekyll ignores. (#24101) | XhmikosR | 1 | -8/+9 | |
| * ignore `twbsconfig.yml` * add a trailing slash for folders | |||||
| 2017-09-26 | Add image dimensions in stack image. (#24100) | XhmikosR | 1 | -1/+1 | |
| 2017-09-26 | Lossy compress a few remaining PNGs. (#24097) | XhmikosR | 3 | -0/+0 | |
| Before: 312 KB (320.250 bytes) After: 253 KB (259.961 bytes) | |||||
| 2017-09-26 | Fix no rounded corners if there is only one card in a card-group (#24080) | SpicyDwarf | 1 | -1/+5 | |
| 2017-09-25 | Collapse - Allow to pass jQuery object or DOM element to the parent option | Johann-S | 4 | -9/+64 | |
| 2017-09-24 | Updated github help links (#24071) | Vasilii Artemchuk | 1 | -3/+3 | |
| 2017-09-24 | Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs ↵ | Patrick H. Lauke | 3 | -121/+79 | |
| with dropdowns) * Use `aria-selected` instead of `aria-expanded` * Change tab.js to use `aria-selected` rather than `aria-expanded` * Add `aria-orientation=vertical` to vertical tab list * Remove dynamic tabs with dropdowns * Fix non-interactive code examples * Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect) | |||||
| 2017-09-23 | Fix missing tabindex and role in an example modal | Herst | 1 | -2/+2 | |
| 2017-09-20 | Update anchor.js to v4.1.0. (#24011) | XhmikosR | 1 | -2/+2 | |
| 2017-09-18 | Add text-light to sample card under Card columns (#23800) | Andres Galante | 1 | -1/+1 | |
| 2017-09-17 | Update package-lock.json. (#23975) | XhmikosR | 3 | -759/+696 | |
| 2017-09-17 | fix(scrollspy): Spying on nested navs fails to activate for .nav-link's ↵ | Troy Morehouse | 2 | -0/+44 | |
| inside nav-item's (#23967) * fix(scrollspy): Handle nested navs when nav-link inside nav-item * [scrolspy] Find only child .nav-link's inside .nav-item * [scrollspyt] Add tests for nested navs with nav-link inside nav-item * fix troy-o's in test | |||||
| 2017-09-17 | Move Travis to build stages and fix skip browser flag. (#23961) | Bardi Harborow | 1 | -12/+9 | |
| 2017-09-17 | Use cross-env to allow folks to build our js on their OS | Johann-S | 2 | -913/+31 | |
| 2017-09-17 | Add light weight to text utility classes (#23970) | Andres Galante | 1 | -0/+1 | |
| 2017-09-17 | Babel 7 (#23966) | Henry Zhu | 5 | -622/+1625 | |
| * use .babelrc.js, compile bundled/non-bundled with loose mode * add back helper, exclude typeof transform | |||||
| 2017-09-17 | Minor Sass cleanup and consistency changes. (#23959) | XhmikosR | 6 | -21/+27 | |
| 2017-09-15 | Update babel-eslint to v8.0.0 and all devDependencies and gems. | XhmikosR | 4 | -138/+369 | |
| 2017-09-15 | Pre-cache key assets with Workboxjs. (#23533) | Michael | 6 | -284/+2186 | |
| 2017-09-15 | Merge pull request #23948 from Rud5G/fix-docs-examples-album-holder.js | XhmikosR | 1 | -12/+14 | |
| Album example: fix holder.js calls | |||||
| 2017-09-15 | album/index.html: Refactor Holder code. | XhmikosR | 1 | -3/+5 | |
| 2017-09-14 | Update holder.js image data-src + create theme | Rudger Gravestein | 1 | -10/+10 | |
| to fix the images | |||||
| 2017-09-13 | Structure examples with appropriate `<main>`, `<header>`, `<footer>` | Patrick H. Lauke | 15 | -378/+410 | |
| Structure examples with appropriate `<main>`, `<header>`, `<footer>` | |||||
| 2017-09-13 | Fix missing `.btn` class from `bd-search-docs-toggler`. (#23942) | XhmikosR | 1 | -1/+1 | |
| 2017-09-13 | modified the yiq to to an actual function | gijsbotje | 4 | -10/+10 | |
| function only returns a value, not the attribute itself updated every use of the former mixin to use the new function | |||||
| 2017-09-13 | Merge pull request #4 from twbs/v4-dev | Gijs Boddeus | 98 | -5091/+10423 | |
| update forked v4-dev | |||||
| 2017-09-12 | dist | Mark Otto | 31 | -2252/+513 | |
| 2017-09-12 | fixes #23926 responsive state on navbar | Andres Galante | 1 | -0/+4 | |
| 2017-09-12 | Fix malformed `<select>` in example | Patrick H. Lauke | 1 | -1/+4 | |
| 2017-09-12 | Merge pull request #23923 from meteorlxy/patch-1 | Johann-S | 1 | -1/+1 | |
| Fix(docs): duplicate class in navbar docs | |||||
