aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-27Remove unneeded `docsearch` variable.XhmikosR1-7/+7
2017-09-27Update package-lock.json. (#24133)XhmikosR1-586/+848
2017-09-26Add style for non-overlapping scrollbar in IE (#24081)Prateek Goel1-0/+3
2017-09-26Revert accidental `alt` addition from Bootstrap stack image. (#24122)XhmikosR1-1/+1
Remove accidental `alt` addition from Bootstrap stack image.
2017-09-26Update comment for forms mixins (#24050)Andrew Luca1-1/+1
Check `form-control-focus` mixin, variable name is `$input-focus-border-color`
2017-09-26Merge branch 'v4-dev' into btn-activeXhmikosR124-1620/+2213
2017-09-26Fix color on example btn on navbar (#24052)Andres Galante1-1/+1
2017-09-26Add eslint-plugin-compat.XhmikosR4-2/+41
We can check for browser compatibility on lint time now.
2017-09-26Move Autoprefixer's config in package.json.XhmikosR3-23/+12
This is so other plugins can use it too.
2017-09-26Mention that dropdowns depend on popper.js too.XhmikosR1-1/+1
2017-09-26Minor Markdown consistency changes.XhmikosR11-7/+11
2017-09-26Fixes rounded corners on first and lat child on vertical btn group (#24119)Andres Galante1-6/+6
2017-09-26Normalize all links. (#24109)XhmikosR29-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-26build/*.js: ES6-ify files. (#24112)XhmikosR2-26/+22
2017-09-26Improve theme-color-level() using abs() (#24074)schwastek1-6/+2
`abs()` gets the absolute value of `$level`. That way, `if/else` statement can be completely eliminated.
2017-09-26Update Jekyll to v3.6.0. (#24102)XhmikosR2-11/+11
2017-09-26Update .gitattributes. (#24113)XhmikosR1-1/+1
Add .txt and remove the non-existent .py files.
2017-09-26Tabs to spaces. (#24110)XhmikosR2-5/+4
2017-09-26Move the workbox build to a `postdocs-compile` script. (#24106)XhmikosR1-1/+2
This way, it's run for us automatically after `docs-compile`.
2017-09-26docs: fix syntax highlighting for shell scripts. (#24103)XhmikosR2-5/+15
Switch all instances to `sh` but keep `bash` so that things won't break either way.
2017-09-26Update Jekyll ignores. (#24101)XhmikosR1-8/+9
* ignore `twbsconfig.yml` * add a trailing slash for folders
2017-09-26Add image dimensions in stack image. (#24100)XhmikosR1-1/+1
2017-09-26Lossy compress a few remaining PNGs. (#24097)XhmikosR3-0/+0
Before: 312 KB (320.250 bytes) After: 253 KB (259.961 bytes)
2017-09-26Fix no rounded corners if there is only one card in a card-group (#24080)SpicyDwarf1-1/+5
2017-09-25Collapse - Allow to pass jQuery object or DOM element to the parent optionJohann-S4-9/+64
2017-09-24Updated github help links (#24071)Vasilii Artemchuk1-3/+3
2017-09-24Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs ↵Patrick H. Lauke3-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-23Fix missing tabindex and role in an example modalHerst1-2/+2
2017-09-20Update anchor.js to v4.1.0. (#24011)XhmikosR1-2/+2
2017-09-18Add text-light to sample card under Card columns (#23800)Andres Galante1-1/+1
2017-09-17Update package-lock.json. (#23975)XhmikosR3-759/+696
2017-09-17fix(scrollspy): Spying on nested navs fails to activate for .nav-link's ↵Troy Morehouse2-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-17Move Travis to build stages and fix skip browser flag. (#23961)Bardi Harborow1-12/+9
2017-09-17Use cross-env to allow folks to build our js on their OSJohann-S2-913/+31
2017-09-17Add light weight to text utility classes (#23970)Andres Galante1-0/+1
2017-09-17Babel 7 (#23966)Henry Zhu5-622/+1625
* use .babelrc.js, compile bundled/non-bundled with loose mode * add back helper, exclude typeof transform
2017-09-17Minor Sass cleanup and consistency changes. (#23959)XhmikosR6-21/+27
2017-09-15Update babel-eslint to v8.0.0 and all devDependencies and gems.XhmikosR4-138/+369
2017-09-15Pre-cache key assets with Workboxjs. (#23533)Michael6-284/+2186
2017-09-15Merge pull request #23948 from Rud5G/fix-docs-examples-album-holder.jsXhmikosR1-12/+14
Album example: fix holder.js calls
2017-09-15album/index.html: Refactor Holder code.XhmikosR1-3/+5
2017-09-14Update holder.js image data-src + create themeRudger Gravestein1-10/+10
to fix the images
2017-09-13Structure examples with appropriate `<main>`, `<header>`, `<footer>`Patrick H. Lauke15-378/+410
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
2017-09-13Fix missing `.btn` class from `bd-search-docs-toggler`. (#23942)XhmikosR1-1/+1
2017-09-13modified the yiq to to an actual functiongijsbotje4-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-13Merge pull request #4 from twbs/v4-devGijs Boddeus98-5091/+10423
update forked v4-dev
2017-09-12distMark Otto31-2252/+513
2017-09-12fixes #23926 responsive state on navbarAndres Galante1-0/+4
2017-09-12Fix malformed `<select>` in examplePatrick H. Lauke1-1/+4
2017-09-12Merge pull request #23923 from meteorlxy/patch-1Johann-S1-1/+1
Fix(docs): duplicate class in navbar docs