aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2017-07-16Fall back to ESLint v3 indentation behaviour.Bardi Harborow1-1/+2
2017-07-16Update dependencies.Bardi Harborow2-90/+212
2017-07-04npm buildMark Otto2-10/+4
2017-07-04Dropdown - Disable applyStyle modifier instead of removing inline style ↵Johann-S2-7/+32
applied by Popper.js
2017-07-02npm buildMark Otto22-111/+111
2017-07-01build distMark Otto22-111/+111
2017-06-30build distMark Otto22-111/+111
2017-06-30build distMark Otto22-111/+111
2017-06-30Merge branch 'v4-dev' into colors-reduxMark Otto22-111/+111
2017-06-30build distMark Otto22-111/+111
2017-06-29Merge branch 'v4-dev' into colors-reduxMark Otto22-111/+111
2017-06-29buildMark Otto22-111/+111
2017-06-25update instances of .bg-inverse and .bg-faded to .bg-dark and .bg-lightMark Otto1-1/+1
2017-06-25update navbars to rename .navbar-inverse to .navbar-dark, update all navbar ↵Mark Otto3-3/+3
examples and variables
2017-06-18buildMark Otto22-111/+111
2017-06-18buildMark Otto2-13/+36
2017-06-17Detect if the dropdown is in a navbar or not when update is calledJohann-S1-0/+1
2017-06-17Some .navbar .dropdown-menu optimisation (#22776)Catalin Zalog1-15/+0
2017-06-17Reset Popper.js styles for Dropdowns in navbarJohann-S1-16/+51
2017-06-17buildMark Otto22-115/+114
2017-06-16fix some errors in our jsJohann-S1-5/+3
2017-06-15Rename popover classesMark Otto4-22/+22
Part of an update to align the naming schemes across our components. - Renames .popover-title to .popover-header - Renames .popover-content to .popover-body Refs: #22092
2017-06-15Rename .card-block to .card-body to match nomenclature of modalsMark Otto2-6/+6
2017-06-14buildMark Otto2-7/+27
2017-06-14Collapse supports multi-target thanks to @vanduynslagerp (#22713)Johann-S2-12/+116
2017-06-14Fix unit tests with no assertionJohann-S1-11/+23
2017-06-14Upgrade QUnit to 2.3.3Johann-S2-241/+326
2017-06-04Update path to our docs assets for visual testsJohann-S9-14/+15
2017-05-31buildMark Otto4-5/+9
2017-05-31Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto2-10/+14
2017-05-31Remove the use of x-arrow attribute for Tooltips/Popovers arrowsJohann-S2-10/+14
2017-05-30Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto2-10/+10
2017-05-30Update Dependencies (REUPLOAD) (#22594)CDAGaming2-10/+10
* Update Dependencies (REUPLOAD) Uglify-JS: 2.8.22 > 3.0.3 QUnitJS: 2.3.1 > 2.3.2 PostCSS-CLI: 3.1.1 > 4.0.0 Clean-CSS-CLI: 4.0.12 > 4.1.0 Babel-Eslint: 7.2.2 > 7.2.3 AutoPrefixer: 6.7.7 > 7.0.1 * Updates More Dependencies Autoprefixer: v7.0.1 > v7.1.1 Clean-CSS-CLI: v4.1.0 > v4.1.3 Node-Sass: v4.5.2 > v4.5.3 PostCSS-FlexBugs-Fixes: v2.1.1 > v3.0.0 Uglify-JS: v3.0.3 > v3.0.11 Signed-off-by: CDAGaming <[email protected]> * Update Gem Bundler Dependency Signed-off-by: CDAGaming <[email protected]> * Update Gemfile.lock Dependency Signed-off-by: CDAGaming <[email protected]> * Update QUnit Signed-off-by: CDAGaming <[email protected]> * Update Uglify-JS to v3.0.13 Signed-off-by: CDAGaming <[email protected]>
2017-05-29update pathsMark Otto1-13/+13
2017-05-27Update nav and navbar HTML markupGeremia Taglialatela2-32/+32
According to the docs, you just need to apply the `navbar-nav` to an `<ul>` tag in a list-based navbar. In fact, `navbar-nav` seems to override all the css properties set by `nav`. Also, `nav-item` class should be used only for `<li>` tags, or in conjunction with `<a>` tags to entirely avoid the list-based approach. This commit removes the redundant `nav` class from `navbar-nav` `<ul>` tags, moves `nav-item` from `<a>` tags to `<li>` tags and properly adds `nav-item` class to `<li>` tags where missing. Refs: * https://v4-alpha.getbootstrap.com/components/navs/ * https://v4-alpha.getbootstrap.com/components/navbar/#nav
2017-05-26buildMark Otto6-11/+40
2017-05-24Placement auto for popoversJohann-S2-1/+5
2017-05-24Placement auto for tooltipsJohann-S2-0/+4
2017-05-23Use Popper.js to manage arrow positionJohann-S2-2/+2
2017-05-22Better management of dropdown/dropup with alignmentJohann-S2-32/+54
2017-05-17Use popper to align dropdown menu instead of using css with importantJohann-S2-14/+65
2017-05-16buildJohann-S12-113/+246
2017-05-14Change fallbackPlacement to flip by default for Tooltips/PopoversJohann-S1-4/+3
2017-05-14Fix bad position for Tooltips with animation at trueJohann-S1-5/+19
2017-05-14Use _jQueryInterface for Dropdown to call toggle methodJohann-S1-28/+26
2017-05-14Add fallbackPlacement option for Tooltip and PopoverJohann-S2-26/+32
2017-05-14Fix dropdown in scrollspy visual test (add Popper.js)Johann-S1-0/+1
2017-05-14Allow to disable flip behaviour on Dropdown + documentationJohann-S1-2/+12
2017-05-14Add an update method to allow to update position for ↵Johann-S2-2/+16
Tooltip/Popover/Dropdown manually
2017-05-14Fix some css for the arrow of Popover/Tooltip + update documentationJohann-S1-3/+3