| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-08-03 | Disable crawling on Netlify. (#29193)v3-dev | XhmikosR | 2 | -2/+4 | |
| 2019-07-15 | Update devDependencies and gems. | XhmikosR | 4 | -700/+694 | |
| 2019-07-15 | Add an `update-deps` npm script. | XhmikosR | 1 | -0/+1 | |
| 2019-07-15 | CONTRIBUTING.md: remove obsolete stuff. | XhmikosR | 1 | -6/+2 | |
| 2019-03-27 | Update devDependencies and gems. | XhmikosR | 4 | -419/+521 | |
| Kept stylelint to v9.6.0 because v9.10.1 throws an error. | |||||
| 2019-03-27 | Remove `http` from docs search. (#28557) | XhmikosR | 1 | -4/+8 | |
| We use only `https` for a few months now. | |||||
| 2019-03-27 | Update .gitignore. | XhmikosR | 1 | -12/+14 | |
| 2019-03-27 | GA: Anonymize IPs. | XhmikosR | 1 | -0/+1 | |
| 2019-03-27 | Fix URLs. | XhmikosR | 1 | -3/+3 | |
| Wrongfully changed in b9e59e9. | |||||
| 2019-03-27 | Fix whitespace in `title` tag. | XhmikosR | 2 | -5/+9 | |
| 2019-03-27 | tooltip-viewport: fix path to favicon. | XhmikosR | 1 | -1/+1 | |
| 2019-03-27 | Add canonical tag. | XhmikosR | 20 | -1/+19 | |
| For the examples, it's hardcoded, since in this branch we don't build them. | |||||
| 2019-03-27 | Add a `netlify` npm script. | XhmikosR | 2 | -0/+6 | |
| 2019-03-27 | Fix a few stylelint issues. | XhmikosR | 2 | -2/+2 | |
| 2019-02-15 | Replace `master` with `v3-dev` after the branch switch. (#28287) | XhmikosR | 38 | -54/+54 | |
| 2019-02-15 | Remove the customize redirect. (#28270) | XhmikosR | 4 | -6/+0 | |
| The current `baseurl` makes this wrong. | |||||
| 2019-02-13 | Distv3.4.1 | XhmikosR | 27 | -142/+486 | |
| 2019-02-13 | handle # selector for dropdown | Johann-S | 2 | -1/+32 | |
| 2019-02-13 | Bump version to 3.4.1. | XhmikosR | 22 | -39/+39 | |
| 2019-02-13 | Backport sanitize docs from v4. | XhmikosR | 4 | -1/+123 | |
| 2019-02-13 | Add wdm gem for Windows. | XhmikosR | 2 | -0/+3 | |
| 2019-02-13 | ES5 fixes. | XhmikosR | 1 | -8/+8 | |
| 2019-02-13 | Add sanitize for tooltips and popovers html content. | Johann-S | 4 | -9/+361 | |
| On browsers that `createHTMLDocument` isn't available just return the unsafe HTML. | |||||
| 2019-02-13 | Bump year. | XhmikosR | 35 | -37/+37 | |
| 2019-02-11 | less/modals.less: Add missing semicolon. | XhmikosR | 1 | -1/+1 | |
| 2019-02-11 | Use https. | XhmikosR | 2 | -2/+2 | |
| 2019-02-11 | Update devDependencies and gems. | XhmikosR | 3 | -347/+346 | |
| 2019-02-11 | Fix redirects. | XhmikosR | 4 | -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-06 | Make meaning of tooltip's 'selector' option more clear in Bootstrap 3 | Sebastian Hädrich | 1 | -1/+1 | |
| Based on #4215 Backport changes made to docs v4 to v3 (#27573) | |||||
| 2018-12-31 | Add a few redirects. | XhmikosR | 5 | -4/+11 | |
| 2018-12-23 | Fix broken link in nav version dropdown. | XhmikosR | 1 | -1/+1 | |
| 2018-12-16 | Support nuget contentFiles, used for some project types (#27856) | Jesse Mandel | 2 | -0/+6 | |
| 2018-12-14 | Dist.v3.4.0 | XhmikosR | 29 | -1281/+1396 | |
| 2018-12-14 | Move the whole autoprefixer config to configBridge.json. | XhmikosR | 3 | -15/+15 | |
| Reduces duplication. | |||||
| 2018-12-14 | Add polyfills for older browsers. | XhmikosR | 3 | -0/+99 | |
| requestAnimationFrame and btoa. | |||||
| 2018-12-14 | docs: Concat the IE files with the rest. | XhmikosR | 3 | -5/+3 | |
| 2018-12-14 | Update devDependencies, gems and lots of cleanup/build fixes. | XhmikosR | 18 | -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-10 | Center skippy. | XhmikosR | 1 | -1/+5 | |
| 2018-12-10 | Restore `cursor: help` for `abbr`. | XhmikosR | 1 | -0/+7 | |
| 2018-12-10 | Backport the `abbr` fix from the updated normalize.css. | XhmikosR | 1 | -2/+5 | |
| 2018-12-10 | Backport search.js changes from v4-dev. | XhmikosR | 1 | -6/+6 | |
| 2018-12-10 | search input: hide box-shadow. | XhmikosR | 1 | -0/+4 | |
| 2018-11-18 | Update README.md | XhmikosR | 1 | -1/+1 | |
| 2018-11-18 | Fix broken anchors in examples and one https redirect. | XhmikosR | 9 | -21/+21 | |
| 2018-11-18 | Remove a few duplicate selectors. | XhmikosR | 3 | -103/+90 | |
| 2018-11-18 | Add the unprefixed `appearance` property. | XhmikosR | 2 | -0/+2 | |
| 2018-10-20 | Use https in more places. | XhmikosR | 2 | -2/+2 | |
| 2018-10-20 | v4-tease link focus. | XhmikosR | 1 | -5/+7 | |
| 2018-10-20 | Backport search from v4 and adapt it for v3.4.0. | XhmikosR | 4 | -20/+58 | |
| 2018-10-19 | Simplify team display, update team members | Mark Otto | 3 | -32/+23 | |
