aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-11-04Travis: stop using a separate stage for Browser tests.XhmikosR2-12/+3
This should be faster.
2018-11-04broken-link-checker: force follow links.XhmikosR1-1/+1
After 3256a2c, blc honored robots.txt thus it didn't crawl anything. Ignore robots.txt to work around the issue.
2018-11-04Replace touch-action: none with pan-y, remove preventDefault from touch ↵patrickhlauke2-4/+1
event handling
2018-11-04scss/_custom-forms.scss: fix typo in comment.XhmikosR1-1/+1
2018-11-04Button group refactoring and fixes (#25395)ysds1-17/+8
2018-11-04Jekyll: switch to localhostXhmikosR1-1/+1
`0.0.0.0` has issues on Windows.
2018-11-04Avoid null value (#27570)Vincent Langlet1-1/+1
2018-11-04Add TODOMartijn Cuppens1-0/+1
2018-11-04Resolve #26226: Sync with normalize 8.0.0Varunram1-7/+1
diff credits: @client9
2018-11-03docs: remove false info from v3 suggestion.XhmikosR1-3/+1
2018-11-03Add Sass variable for prefers-reduced-motion, add callout to affected ↵Patrick H. Lauke11-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-02handle detached tooltip when we try to hide a modalJohann-S2-5/+67
2018-11-02Remove the obsolete tooltip-viewport example and redirect it.XhmikosR4-103/+4
2018-11-02robots.txt: disallow crawling when not in production. (#27559)XhmikosR1-1/+1
2018-11-01Make meaning of tooltip's `selector` option clearer (#27573)Sebastian Hädrich1-1/+1
2018-10-31Fix empty custom-control-label alignment issue (#27566)ysds1-0/+1
2018-10-31Fix Edge bounce and restore original transition easing (#27279)Martijn Cuppens2-30/+7
2018-10-30Add @MartijnCuppens to our core team ! :tada: (#27562)Johann-S1-0/+3
2018-10-30Prevent hover/click on disabled .close links.ysds1-3/+13
2018-10-30IE10 homepage fixMartijn Cuppens2-5/+7
2018-10-30fix dispose modal unit testJohann-S1-3/+8
2018-10-30test(Modal): check if modal is disposedAndrew Luca2-2/+43
2018-10-30refactor(Modal): add `_isTransitioning` default valueAndrew Luca1-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-30Remove trailing space.XhmikosR1-1/+1
2018-10-30docs: remove Webpack version reference.XhmikosR1-1/+1
2018-10-30Fix util tests on IE 10 (#27556)XhmikosR1-2/+2
2018-10-30download page: add Yarn (#27544)Matheus Rocha Vieira1-0/+8
2018-10-30#27502: Prevent active state border changeMartijn Cuppens1-1/+1
2018-10-30Prevent the background to be shown when transitioningMartijn Cuppens4-3/+22
2018-10-29Update Travis CI config.XhmikosR1-2/+2
Only run `coveralls` and `check-broken-links` tasks when we run the Test phase.
2018-10-29update our coverage required for branches and functionsJohann-S1-2/+2
2018-10-29add unit tests for our carouselJohann-S2-9/+50
2018-10-29Update devDependencies and gems.XhmikosR4-167/+123
2018-10-29add unit test to test tabs can be removed without throwing errorJohann-S1-0/+45
2018-10-29Update tab.jsdercodercom1-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-29Delete sache.json (#27530)Martijn Cuppens1-5/+0
2018-10-29fix tab fade out (#27533)Martijn Cuppens1-1/+2
2018-10-28calculate modal transition duration based on modal-dialog elementJohann-S2-1/+47
2018-10-23Improve pagination's documentation accessibility.Ng Yik Phang1-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-23Added Viewport Height & Width helpers ItaloBC1-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-23Variable darken percentage for emphasized linksMartijn Cuppens2-6/+7
2018-10-23Fix readonly-plain-text with button addon (#25871)Caíque de Castro Soares da Silva1-0/+1
Fixes #25870
2018-10-23Easy merging of new grid breakpoints and containers (#26714)Mitko Georgiev1-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-23Custom select validation padding fix and additional custom select feedback ↵Martijn Cuppens2-7/+7
icon variables
2018-10-23Cleanup stylelint commentsMartijn Cuppens5-15/+8
2018-10-22Further ToC fixes.XhmikosR2-1/+2
2018-10-22Remove unneeded check.XhmikosR1-1/+1
Leftover from after 43c20b9.
2018-10-22Use the example shortcode in more places.XhmikosR2-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-21Disallow transition property (use mixin instead)Martijn Cuppens4-1/+4
2018-10-21Unitless breakpointsJohan Beckers1-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.