| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-11-04 | Travis: stop using a separate stage for Browser tests. | XhmikosR | 2 | -12/+3 | |
| This should be faster. | |||||
| 2018-11-04 | broken-link-checker: force follow links. | XhmikosR | 1 | -1/+1 | |
| After 3256a2c, blc honored robots.txt thus it didn't crawl anything. Ignore robots.txt to work around the issue. | |||||
| 2018-11-04 | Replace touch-action: none with pan-y, remove preventDefault from touch ↵ | patrickhlauke | 2 | -4/+1 | |
| event handling | |||||
| 2018-11-04 | scss/_custom-forms.scss: fix typo in comment. | XhmikosR | 1 | -1/+1 | |
| 2018-11-04 | Button group refactoring and fixes (#25395) | ysds | 1 | -17/+8 | |
| 2018-11-04 | Jekyll: switch to localhost | XhmikosR | 1 | -1/+1 | |
| `0.0.0.0` has issues on Windows. | |||||
| 2018-11-04 | Avoid null value (#27570) | Vincent Langlet | 1 | -1/+1 | |
| 2018-11-04 | Add TODO | Martijn Cuppens | 1 | -0/+1 | |
| 2018-11-04 | Resolve #26226: Sync with normalize 8.0.0 | Varunram | 1 | -7/+1 | |
| diff credits: @client9 | |||||
| 2018-11-03 | docs: remove false info from v3 suggestion. | XhmikosR | 1 | -3/+1 | |
| 2018-11-03 | Add Sass variable for prefers-reduced-motion, add callout to affected ↵ | Patrick H. Lauke | 11 | -12/+32 | |
| components (#27581) * Tweak the accessibility/reduced motion text include mention of carousel slides, remove the (now inaccurate, as Firefox 63 includes it too) mention that support is limited to Safari/macOS xref https://github.com/twbs/bootstrap/issues/27525 * Add new callout for reduced motion * Add variable to control prefers-reduced-motion media query support * Add callout about prefers-reduced-motion to all components currently using animation which are affected | |||||
| 2018-11-02 | handle detached tooltip when we try to hide a modal | Johann-S | 2 | -5/+67 | |
| 2018-11-02 | Remove the obsolete tooltip-viewport example and redirect it. | XhmikosR | 4 | -103/+4 | |
| 2018-11-02 | robots.txt: disallow crawling when not in production. (#27559) | XhmikosR | 1 | -1/+1 | |
| 2018-11-01 | Make meaning of tooltip's `selector` option clearer (#27573) | Sebastian Hädrich | 1 | -1/+1 | |
| 2018-10-31 | Fix empty custom-control-label alignment issue (#27566) | ysds | 1 | -0/+1 | |
| 2018-10-31 | Fix Edge bounce and restore original transition easing (#27279) | Martijn Cuppens | 2 | -30/+7 | |
| 2018-10-30 | Add @MartijnCuppens to our core team ! :tada: (#27562) | Johann-S | 1 | -0/+3 | |
| 2018-10-30 | Prevent hover/click on disabled .close links. | ysds | 1 | -3/+13 | |
| 2018-10-30 | IE10 homepage fix | Martijn Cuppens | 2 | -5/+7 | |
| 2018-10-30 | fix dispose modal unit test | Johann-S | 1 | -3/+8 | |
| 2018-10-30 | test(Modal): check if modal is disposed | Andrew Luca | 2 | -2/+43 | |
| 2018-10-30 | refactor(Modal): add `_isTransitioning` default value | Andrew Luca | 1 | -2/+4 | |
| Having variables initialised from start `_isTransitioning` is better. Would be better to add an eslint rule to check for undeclared variables use. Reordered enter checks for `show` and `hide` by priority. | |||||
| 2018-10-30 | Remove trailing space. | XhmikosR | 1 | -1/+1 | |
| 2018-10-30 | docs: remove Webpack version reference. | XhmikosR | 1 | -1/+1 | |
| 2018-10-30 | Fix util tests on IE 10 (#27556) | XhmikosR | 1 | -2/+2 | |
| 2018-10-30 | download page: add Yarn (#27544) | Matheus Rocha Vieira | 1 | -0/+8 | |
| 2018-10-30 | #27502: Prevent active state border change | Martijn Cuppens | 1 | -1/+1 | |
| 2018-10-30 | Prevent the background to be shown when transitioning | Martijn Cuppens | 4 | -3/+22 | |
| 2018-10-29 | Update Travis CI config. | XhmikosR | 1 | -2/+2 | |
| Only run `coveralls` and `check-broken-links` tasks when we run the Test phase. | |||||
| 2018-10-29 | update our coverage required for branches and functions | Johann-S | 1 | -2/+2 | |
| 2018-10-29 | add unit tests for our carousel | Johann-S | 2 | -9/+50 | |
| 2018-10-29 | Update devDependencies and gems. | XhmikosR | 4 | -167/+123 | |
| 2018-10-29 | add unit test to test tabs can be removed without throwing error | Johann-S | 1 | -0/+45 | |
| 2018-10-29 | Update tab.js | dercodercom | 1 | -1/+1 | |
| I'm using Tab.js with remove function and get an error "TypeError: container is undefined [more info]", with this check the error is fixed. | |||||
| 2018-10-29 | Delete sache.json (#27530) | Martijn Cuppens | 1 | -5/+0 | |
| 2018-10-29 | fix tab fade out (#27533) | Martijn Cuppens | 1 | -1/+2 | |
| 2018-10-28 | calculate modal transition duration based on modal-dialog element | Johann-S | 2 | -1/+47 | |
| 2018-10-23 | Improve pagination's documentation accessibility. | Ng Yik Phang | 1 | -12/+16 | |
| - Remove `.sr-only` span for previous/next page, there is already`aria-label` - Add `aria-disabled="true"` and `aria-current="page"` | |||||
| 2018-10-23 | Added Viewport Height & Width helpers | ItaloBC | 1 | -0/+8 | |
| This allows the user to make a container (ideally) to use viewport height and width and allow better vertical/horizontal alignments of elements. | |||||
| 2018-10-23 | Variable darken percentage for emphasized links | Martijn Cuppens | 2 | -6/+7 | |
| 2018-10-23 | Fix readonly-plain-text with button addon (#25871) | Caíque de Castro Soares da Silva | 1 | -0/+1 | |
| Fixes #25870 | |||||
| 2018-10-23 | Easy merging of new grid breakpoints and containers (#26714) | Mitko Georgiev | 1 | -13/+23 | |
| This change follows exactly what was done for the `$grays`, `$colors`, and `$theme-colors` lists in #23260. This allows for easy addition of new breakpoints or grid containers also. | |||||
| 2018-10-23 | Custom select validation padding fix and additional custom select feedback ↵ | Martijn Cuppens | 2 | -7/+7 | |
| icon variables | |||||
| 2018-10-23 | Cleanup stylelint comments | Martijn Cuppens | 5 | -15/+8 | |
| 2018-10-22 | Further ToC fixes. | XhmikosR | 2 | -1/+2 | |
| 2018-10-22 | Remove unneeded check. | XhmikosR | 1 | -1/+1 | |
| Leftover from after 43c20b9. | |||||
| 2018-10-22 | Use the example shortcode in more places. | XhmikosR | 2 | -20/+6 | |
| Now that we don't have the ToC issue with the examples' headers in ToC, we can safely do this.no_toc_section_class | |||||
| 2018-10-21 | Disallow transition property (use mixin instead) | Martijn Cuppens | 4 | -1/+4 | |
| 2018-10-21 | Unitless breakpoints | Johan Beckers | 1 | -1/+1 | |
| If I want to customise the breakpoints using `em`, I get compatibility errors. It is good practice to set breakpoints in `em` instead of `px` when users use browser scaling. See https://zellwk.com/blog/media-query-units/#concluding-the-experiments for more information why someone would like to do this. Only Safari users can get annoyed: https://adamwathan.me/dont-use-em-for-media-queries/ In any case, using a unitless number at line 42 would be very convenient. | |||||
