| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-20 | Make use of jekyll-toc's `no_toc_section` class. | XhmikosR | 5 | -9/+5 | |
| Requires jekyll-toc v0.8.0. | |||||
| 2018-10-20 | package.json: add `version_short` and use it in the npm scripts. | XhmikosR | 1 | -9/+10 | |
| 2018-10-20 | Clean up docs Sass code. | XhmikosR | 8 | -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-20 | Unregister Service Worker. | XhmikosR | 1 | -0/+27 | |
| 2018-10-20 | Remove service worker | Mark Otto | 6 | -95/+1 | |
| 2018-10-20 | avoid drag img | Johann-S | 2 | -9/+14 | |
| 2018-10-20 | Set touch-action to "none" | patrickhlauke | 2 | -6/+9 | |
| Firefox currently seems extremely fickle - with `pan-y` if fires pointercancel as soon as a touch strays even a pixel or so vertically. While `touch-action: pan-y` would be ideal (allowing users to scroll the page even when their finger started the scroll on the carousel), this prevents a swipe that isn't perfectly/only horizontal to be recognised by Firefox. | |||||
| 2018-10-20 | Refactor (and correct) start/move/end functions | patrickhlauke | 1 | -17/+13 | |
| in particular, no need to use originEvent, and preventDefault() only needed for touch events | |||||
| 2018-10-20 | Remove unnecessary pointer event listeners | patrickhlauke | 1 | -2/+0 | |
| these may also be the cause of weird behavior in Chrome/Surface, where scrolling vertically triggers slide advance | |||||
| 2018-10-20 | Abandon swipe altogether if more than one touch detected | patrickhlauke | 1 | -3/+4 | |
| 2018-10-20 | Use correct touch-action values | patrickhlauke | 2 | -2/+2 | |
| - my fault, my original advice of using `touch-action: pan-x` is exactly the value we *don't* want to have the browser handle... | |||||
| 2018-10-20 | use pointer events if available | Johann-S | 4 | -23/+185 | |
| 2018-10-20 | swipe left/right without hammerjs | Johann-S | 16 | -158/+122 | |
| 2018-10-20 | Add touch support in our carousel with HammerJS. | Johann-S | 17 | -43/+269 | |
| 2018-10-20 | Add query string to the start_url to track how often app is launched | Christian Oliff | 1 | -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-20 | Add `show` and `hide` methods to dropdown (#27370) | galczo5 | 3 | -0/+312 | |
| 2018-10-20 | Add font weight options for form controls and custom select (#27343) | Andres Galante | 3 | -0/+6 | |
| 2018-10-20 | table: Add border color relative to theme for accessibility (#25755) | Bastien | 3 | -2/+14 | |
| 2018-10-19 | docs search: take into account the current URL. | XhmikosR | 2 | -4/+17 | |
| 2018-10-19 | feat: keep contrast on `.table-dark` | Catalin Zalog | 1 | -1/+1 | |
| In case we set `$body-bg` to a dark color, we have to keep table contrast relevant. | |||||
| 2018-10-19 | Fix size of modal dialogs at different widths (#27094) | namiltd | 1 | -1/+4 | |
| 2018-10-19 | Fix double border on list-group (#27126) | Roy Klutman | 1 | -0/+5 | |
| 2018-10-19 | Fix doc typo | chocolateboy | 1 | -1/+1 | |
| 2018-10-18 | Travis: stop installing chrome (#27468) | XhmikosR | 1 | -2/+0 | |
| It seems it works without it. | |||||
| 2018-10-18 | Rename docs production script to production and use `JEKYLL_ENV`. (#27410) | XhmikosR | 4 | -8/+7 | |
| 2018-10-18 | Move lint scripts outside of the main scripts. | XhmikosR | 1 | -7/+8 | |
| This allows us to run `npm run dist` without tests. | |||||
| 2018-10-18 | npm release-zip: remove the folder before zipping. | XhmikosR | 1 | -1/+1 | |
| 2018-10-17 | Fix btn focus color (#27178) | Martijn Cuppens | 1 | -2/+1 | |
| 2018-10-17 | Delete callout-info-content-iamge-overlay-overflow.md | Helmut Granda | 1 | -4/+0 | |
| Deleting external file since it is not needed, the copy of this file will be added directly to card.md. | |||||
| 2018-10-17 | Adding call out note directly to the page. | Helmut Granda | 1 | -1/+5 | |
| Instead of using an external source since this is only a one time note it is safe to be placed within the document itself. | |||||
| 2018-10-17 | Adds a note about the limitations on content being larger than the image. | Helmut Granda | 2 | -0/+5 | |
| In the event that the content is larger than the image, the content will continue to be displayed outside the image itself. There are some workarounds but they apply only to browsers that support this option and IE11 is not one of them. | |||||
| 2018-10-17 | Move media from layout to components | Martijn Cuppens | 2 | -2/+2 | |
| 2018-10-17 | Simplify .gitattributes. | XhmikosR | 1 | -11/+1 | |
| 2018-10-15 | Add a CODEOWNERS file (#27271) | Mark Otto | 1 | -0/+3 | |
| 2018-10-15 | Move docs .eslintrc in site/. | XhmikosR | 2 | -2/+2 | |
| 2018-10-15 | Update devDependencies and gems. | XhmikosR | 3 | -250/+194 | |
| 2018-10-15 | Include `css-copy` in the `css` script. | XhmikosR | 1 | -2/+2 | |
| 2018-10-15 | Rename everything to skippy and center skippy (#27420) | Martijn Cuppens | 4 | -19/+20 | |
| 2018-10-15 | Combine examples and simple layouts. | XhmikosR | 4 | -49/+36 | |
| 2018-10-15 | Tighten stylelint config. (#27336) | XhmikosR | 1 | -8/+50 | |
| Also improve its formatting. | |||||
| 2018-10-15 | Change h1 to h2 | Martijn Cuppens | 1 | -1/+1 | |
| 2018-10-14 | Reduce indentation. | XhmikosR | 2 | -24/+24 | |
| 2018-10-14 | Travis: add `--clean` in `bundle install` command. | XhmikosR | 1 | -1/+1 | |
| 2018-10-14 | build/generate-sri.js: add popperjs. | XhmikosR | 1 | -0/+4 | |
| 2018-10-14 | Move periods outside of links. | XhmikosR | 7 | -7/+7 | |
| 2018-10-14 | js/tests/visual: fix popper script. | XhmikosR | 5 | -5/+5 | |
| Broken after 787441d. | |||||
| 2018-10-14 | Fix a few links. | XhmikosR | 4 | -10/+10 | |
| * fix `/versions/` link * add missing trailing slashes * fix a couple of redirects | |||||
| 2018-10-14 | Remove the unused `jobs` Jekyll variable. | XhmikosR | 1 | -1/+0 | |
| 2018-10-14 | Update popper.js in docs. | XhmikosR | 1 | -2/+2 | |
| 2018-10-14 | docs: fix bundle SRI hash. | XhmikosR | 3 | -3/+5 | |
| Also, remove popper.js from this script since it's not present in the repo. | |||||
