aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.1/assets
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Prep for v4.2.0 releaseMark Otto90-1794/+0
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-16distMark Otto2-5/+5
2018-12-13SVG accessibility fixes (#27826)Patrick H. Lauke3-3/+6
* SVG accessibility fixes - add `focusable="false"` to all SVGs, to stop IE from including the `<svg>` in its default focus cycle - completely hide decorative SVGs using `aria-hidden="true"` - add `role="img"` to meaningful/"content" SVGs, ensure they have an appropriate `<title>` and/or `aria-label` - simplify placeholder default title * Simplify usage of placeholder.svg in the docs - in most cases, no need for separate/redundant text and title (now that we make text itself part of the alternative text explicitly) - no need (expect in rare cirumstances) to describe the placeholder image (unless the look of the image is important/the actual content, as is the case with the image thumbnail class) * Simplify example.html rewriting of <svg> to <img> code sample - as the `alt` for the placeholder isn't really important, just add an ellipsis instead (otherwise, to be correct, we'd have to construct the whole "title+text" construct like we do now in the placeholder.svg itself * Change svgo configuration to retain role attribute and add/force focusable=false - regarding `focusable=false`, see https://github.com/svg/svgo/issues/1011 (which would be the "proper" SVGO fix) and the (hacky) solution https://github.com/svg/svgo/pull/817
2018-12-10Update bs-custom-file-input to v1.3.1.XhmikosR1-2/+2
2018-12-10Update clipboard.js to v2.0.4.XhmikosR1-2/+2
2018-11-27Inline bootstrap-stack.svg.XhmikosR1-1/+0
It's pretty small compressed; a little less than 1 KB with gzip.
2018-11-27Use an SVG for the stack image.XhmikosR3-0/+1
Image by @mdo.
2018-11-27Move examples images in assets/img/examples/ folder.XhmikosR40-0/+0
2018-11-27homepage: use srcset.XhmikosR4-0/+0
This should reduce the amount of bytes for non-2x displays.
2018-11-25DistXhmikosR3-18/+6
2018-11-23Add opacity transitionMartijn Cuppens1-1/+1
2018-11-23Revert "Replace anchor.js with jekyll-anchor-headings."XhmikosR3-10/+15
This reverts commit b04f97f60be64549a37e0c71d676ab67e70891fa.
2018-11-22Update DocSearch.js to latest versionPixelastic1-6/+6
The latest (2.6.2) docsearch.js version now displays results as standard `<a href>` links, allowing users to `ctrl`-click on them to trigger default browser behavior of opening in a new tab. To maintain backward compatibility, this behavior has only been enabled to users that didn't define their own `handleSelected` method. This PR updates your `docsearch()` code to take advantage of the new `<a href>` template, by removing your custom `handleSelected` and moving its behavior to the `transformData` call. Namely, what you wanted to avoid was jumping to the first `<h1>` of the pages, which would prevent users from seeing the header. This PR checks if the suggestion targets the `#content` anchor (meaning it goes to this first `<h1>`) and remove it. Behavior should be the same, but at least now you can enjoy the `ctrl`-click :)
2018-11-20Use wrapping span instead of div (#27695)Martijn Cuppens2-7/+6
2018-11-20Remove holder.js.XhmikosR2-22/+1
2018-11-20Use the new include in examples too.XhmikosR1-0/+2
2018-11-20Replace holder.js with SVGs.Martijn Cuppens3-2/+18
2018-11-20Replace anchor.js with jekyll-anchor-headings.XhmikosR3-15/+10
This allows us to generate the anchor links on build time. https://github.com/allejo/jekyll-anchor-headings
2018-11-17Enforce lowercase class name in .stylelintrc (#27668)Christian Oliff1-1/+1
2018-11-13DistXhmikosR3-6/+6
2018-11-13Fix toast documentation page.Johann-S1-0/+6
2018-11-12Update clipboard.js to v2.0.3 (#27657)Christian Oliff1-2/+2
2018-11-08use bsCustomFileInput in our docs (#27631)Johann-S1-1/+3
2018-10-30IE10 homepage fixMartijn Cuppens1-2/+0
2018-10-21Disallow transition property (use mixin instead)Martijn Cuppens1-1/+1
2018-10-21optimize data URIs (#27284)midzer1-1/+1
2018-10-20Make use of jekyll-toc's `no_toc_section` class.XhmikosR1-4/+0
Requires jekyll-toc v0.8.0.
2018-10-20Clean up docs Sass code.XhmikosR8-110/+61
* remove unused rules * use Sass nesting in more places * use the core mixins in more places * use the color variables more
2018-10-20Remove service workerMark Otto1-21/+0
2018-10-20Add query string to the start_url to track how often app is launchedChristian Oliff1-1/+1
Useful suggestion from Google in the Web App Manifest documentation. https://developers.google.com/web/fundamentals/web-app-manifest/#start-url
2018-10-19docs search: take into account the current URL.XhmikosR1-3/+16
2018-10-15Move docs .eslintrc in site/.XhmikosR1-26/+0
2018-10-15Rename everything to skippy and center skippy (#27420)Martijn Cuppens3-15/+18
2018-10-14Reduce indentation.XhmikosR2-24/+24
2018-09-18distMark Otto3-3/+9
2018-09-18docs: switch to font-weight 600. (#27226)XhmikosR6-9/+9
Segoe UI doesn't have font-weight: 500 making things not looking as expected.
2018-09-18use bsCustomFileInput in our documentation (#27264)Johann-S1-0/+7
2018-09-18docs: use the bundle dist file.XhmikosR1-5/+0
2018-09-17distMark Otto3-4/+4
2018-09-16Simplify HTML and CSSMark Otto2-33/+0
- Remove iframes - Turn into larger click areas - Drop entire team.scss file for components and utilities
2018-09-16Restore team page.XhmikosR2-0/+33
2018-09-14Update popper.min.js to v1.14.4.XhmikosR1-1/+1
2018-09-14Update anchor.min.js to v4.1.1.XhmikosR1-3/+3
2018-09-03Added type="button" to <button>s without any type (#27174)Herst1-1/+1
(again) https://github.com/twbs/bootlint/wiki/W007
2018-08-25#23389: Add breadbrumb in docs search resultsMartijn Cuppens1-5/+19
2018-08-18distMark Otto2-2/+2
2018-08-02Commit our svgo config.XhmikosR2-2/+2
2018-07-29#26972: fix responsive highlight widthMartijn Cuppens1-1/+1
2018-07-29Update devDependencies and gems.XhmikosR1-1/+1
2018-07-11Reorganize docs for easier deploysMark Otto53-0/+1863
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.