aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13Distv3.4.1XhmikosR27-142/+486
2019-02-13handle # selector for dropdownJohann-S2-1/+32
2019-02-13Bump version to 3.4.1.XhmikosR22-39/+39
2019-02-13Backport sanitize docs from v4.XhmikosR4-1/+123
2019-02-13Add wdm gem for Windows.XhmikosR2-0/+3
2019-02-13ES5 fixes.XhmikosR1-8/+8
2019-02-13Add sanitize for tooltips and popovers html content.Johann-S4-9/+361
On browsers that `createHTMLDocument` isn't available just return the unsafe HTML.
2019-02-13Bump year.XhmikosR35-37/+37
2019-02-11less/modals.less: Add missing semicolon.XhmikosR1-1/+1
2019-02-11Use https.XhmikosR2-2/+2
2019-02-11Update devDependencies and gems.XhmikosR3-347/+346
2019-02-11Fix redirects.XhmikosR4-3/+2
* Actually include the jekyll-redirect-from plugin * We handle the removed ones in docs latest version, apart from the 3.3 customizer redirect.
2019-01-06Make meaning of tooltip's 'selector' option more clear in Bootstrap 3Sebastian Hädrich1-1/+1
Based on #4215 Backport changes made to docs v4 to v3 (#27573)
2018-12-31Add a few redirects.XhmikosR5-4/+11
2018-12-23Fix broken link in nav version dropdown.XhmikosR1-1/+1
2018-12-16Support nuget contentFiles, used for some project types (#27856)Jesse Mandel2-0/+6
2018-12-14Dist.v3.4.0XhmikosR29-1281/+1396
2018-12-14Move the whole autoprefixer config to configBridge.json.XhmikosR3-15/+15
Reduces duplication.
2018-12-14Add polyfills for older browsers.XhmikosR3-0/+99
requestAnimationFrame and btoa.
2018-12-14docs: Concat the IE files with the rest.XhmikosR3-5/+3
2018-12-14Update devDependencies, gems and lots of cleanup/build fixes.XhmikosR18-3858/+2267
* switch to grunt-postcss and autoprefixer directly; this is the recommended way. * uglify: specify `ie8` for compatibility * specify `cascade:false` for autoprefixer * specify `ieCompat` for less * drop grunt-contrib-compress since it doesn't work with Node.js 10.x * remove grunt-contrib-htmlmin to match the v4 docs * clean up Gruntfile.js * clean up .travis.yml and backport changes from v4 * build ie10-viewport-bug-workaround.less since it's used in examples * move shrinkwrap to root * bs-commonjs-generator.js: Use `path.posix` * remove .hound.yml * remove references to no longer used PR bots * backport and adapt the sri generation script from v4
2018-12-10Center skippy.XhmikosR1-1/+5
2018-12-10Restore `cursor: help` for `abbr`.XhmikosR1-0/+7
2018-12-10Backport the `abbr` fix from the updated normalize.css.XhmikosR1-2/+5
2018-12-10Backport search.js changes from v4-dev.XhmikosR1-6/+6
2018-12-10search input: hide box-shadow.XhmikosR1-0/+4
2018-11-18Update README.mdXhmikosR1-1/+1
2018-11-18Fix broken anchors in examples and one https redirect.XhmikosR9-21/+21
2018-11-18Remove a few duplicate selectors.XhmikosR3-103/+90
2018-11-18Add the unprefixed `appearance` property.XhmikosR2-0/+2
2018-10-20Use https in more places.XhmikosR2-2/+2
2018-10-20v4-tease link focus.XhmikosR1-5/+7
2018-10-20Backport search from v4 and adapt it for v3.4.0.XhmikosR4-20/+58
2018-10-19Simplify team display, update team membersMark Otto3-32/+23
2018-10-19Update .stylelint config from v4.XhmikosR1-5/+21
2018-10-18Tweak customizer input a bit.XhmikosR2-3/+3
2018-10-18remove drag/drop for customizerJohann-S2-18/+2
2018-10-18customizer: remove gist creation.XhmikosR1-54/+12
GitHub removed anonymous gist creation a few months ago. https://blog.github.com/2018-02-18-deprecation-notice-removing-anonymous-gist-creation/
2018-10-18Convert to pixels and adjust border-radiusMark Otto1-2/+3
2018-10-18Replace ZeroClipboard with clipboard.js (backported from v4).XhmikosR9-83/+88
2018-10-18Starter template: use the CDN files with SRI hashes.XhmikosR1-2/+2
2018-10-18Switch to lowercase `doctype`.XhmikosR36-36/+36
2018-10-18Specify rel="noopener" for external links.XhmikosR6-8/+8
2018-10-18Change CDN URLs to the new ones.XhmikosR2-5/+5
2018-10-18Use https, fix broken links and unneeded redirects.XhmikosR80-178/+168
2018-10-18fix: add padding to `navbar-fixed-*` on modal openAndrew Luca1-21/+37
2018-10-18test: ensure .navbar-fixed-* padding on modal openAndrew Luca1-0/+76
2018-10-08customizer: use the same license header as the main files.XhmikosR1-1/+1
2018-10-08Move bash snippets `$` to a `:before` so that it's not selectable.XhmikosR3-5/+11
2018-10-08Switch to jQuery's CDN and use SRI.XhmikosR16-16/+16