| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-09-28 | carousel: cache element query | XhmikosR | 1 | -2/+4 | |
| 2021-04-05 | Update devDependencies | XhmikosR | 1 | -5/+3 | |
| * @babel/cli ^7.13.0 → ^7.13.14 * @babel/core ^7.13.8 → ^7.13.14 * @babel/preset-env ^7.13.9 → ^7.13.12 * @rollup/plugin-commonjs ^17.1.0 → ^18.0.0 * @rollup/plugin-node-resolve ^11.2.0 → ^11.2.1 * autoprefixer ^10.2.4 → ^10.2.5 * clean-css-cli ^5.2.0 → ^5.2.2 * eslint ^7.21.0 → ^7.23.0 * eslint-plugin-unicorn ^28.0.2 → ^29.0.0 * globby ^11.0.2 → ^11.0.3 * hugo-bin ^0.69.0 → ^0.70.0 * karma ^6.1.1 → ^6.3.2 * postcss ^8.2.6 → ^8.2.9 * qunit ^2.14.0 → ^2.14.1 * rollup ^2.40.0 → ^2.44.0 * stylelint ^13.11.0 → ^13.12.0 Also lock jQuery to v3.5.1 since 3.6.0 has a bug that affects at least our tests | |||||
| 2021-01-19 | Release v4.6.0. (#32726)v4.6.0 | XhmikosR | 1 | -2/+2 | |
| * Bump version to v4.6.0. * Dist | |||||
| 2020-11-12 | Check for data-interval on the first slide of carousel - v4 (#31820) | Mitchell Bryson | 1 | -8/+20 | |
| When starting a cycle for a carousel, it only checks for a default interval, and not an interval defined on the slide element via data props. This adds a check in before creating the interval to move to the next slide. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-10-13 | Prepare v4.5.3. (#31880)v4.5.3 | XhmikosR | 1 | -2/+2 | |
| 2020-09-21 | Cache a few variables. | XhmikosR | 1 | -1/+2 | |
| 2020-09-10 | Comply to the new rules | XhmikosR | 1 | -99/+101 | |
| 2020-08-06 | Prepare v4.5.2. (#31444)v4.5.2 | XhmikosR | 1 | -2/+2 | |
| 2020-08-04 | Prepare v4.5.1. (#31408)v4.5.1 | XhmikosR | 1 | -2/+2 | |
| 2020-06-24 | Update links to point to v4-dev or main branches | XhmikosR | 1 | -1/+1 | |
| 2020-05-12 | Bump version to 4.5.0. | XhmikosR | 1 | -2/+2 | |
| 2020-05-12 | Join/break a few lines, no functional changes | XhmikosR | 1 | -7/+6 | |
| 2020-03-31 | Switch to string constants. (#30490) | XhmikosR | 1 | -91/+82 | |
| This allows the minifier to mangle the constants. It also allows the linter to find unused strings properly. While at it, remove a few unused properties. File Before After Diff -------------------------------------------------------- bootstrap.bundle.min.js 22.09 kB 21.13 kB -0.96 kB (-4.35 %) bootstrap.min.js 15.4 kB 14.46 kB -0.94 kB (-3.86 %) | |||||
| 2019-11-28 | Release v4.4.1.v4.4.1 | XhmikosR | 1 | -2/+2 | |
| 2019-11-26 | Release v4.4.0 (#29735)v4.4.0 | XhmikosR | 1 | -2/+2 | |
| 2019-03-27 | Reset carousel touch delta x to prevent click transformation in swipe (#28558) | Johann-S | 1 | -0/+2 | |
| 2019-02-13 | Release v4.3.1. (#28252)v4.3.1 | XhmikosR | 1 | -2/+2 | |
| 2019-02-11 | Release v4.3.0 (#28228)v4.3.0 | Mark Otto | 1 | -2/+2 | |
| * Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map | |||||
| 2019-01-14 | Fix Carousel's touch option to not add touch listeners when set to false ↵ | Johann-S | 1 | -1/+3 | |
| (#28046) | |||||
| 2019-01-04 | carousel should not cycle when there is no data-ride on init (#27968) | Johann-S | 1 | -1/+1 | |
| 2018-12-21 | Bump to v4.2.1 (#27892)v4.2.1 | Mark Otto | 1 | -2/+2 | |
| 2018-12-21 | Prep for v4.2.0 release | Mark Otto | 1 | -2/+2 | |
| - 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-11-14 | some cleaning and changes for readability | Johann-S | 1 | -5/+2 | |
| 2018-11-04 | Replace touch-action: none with pan-y, remove preventDefault from touch ↵ | patrickhlauke | 1 | -3/+0 | |
| event handling | |||||
| 2018-10-29 | add unit tests for our carousel | Johann-S | 1 | -9/+6 | |
| 2018-10-20 | avoid drag img | Johann-S | 1 | -0/+3 | |
| 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 pointer events if available | Johann-S | 1 | -19/+58 | |
| 2018-10-20 | swipe left/right without hammerjs | Johann-S | 1 | -34/+66 | |
| 2018-10-20 | Add touch support in our carousel with HammerJS. | Johann-S | 1 | -17/+37 | |
| 2018-09-26 | remove useless iife | Johann-S | 1 | -412/+408 | |
| 2018-09-18 | feature(carousel): carousel-item interval (#26667) | Christopher Morrissey | 1 | -0/+8 | |
| adds the ability to assign data-interval to an individual carousel-item | |||||
| 2018-08-12 | Use ES6 arrow function. | XhmikosR | 1 | -1/+1 | |
| 2018-07-24 | Ship v4.1.3v4.1.3 | Mark Otto | 1 | -2/+2 | |
| 2018-07-12 | Ship v4.1.2 | Mark Otto | 1 | -2/+2 | |
| 2018-06-03 | refactor(plugins): query elements without jquery | Johann-S | 1 | -8/+10 | |
| 2018-06-01 | refactor(plugins): improve how we query elements | Johann-S | 1 | -3/+4 | |
| 2018-04-30 | Bump version to v4.1.1v4.1.1 | Mark Otto | 1 | -2/+2 | |
| 2018-04-09 | Ship v4.1.0 (#26218)v4.1.0 | Mark Otto | 1 | -2/+2 | |
| * update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html | |||||
| 2018-03-20 | Use transitionEnd in QUnit since we moved away from PhantomJS | Johann-S | 1 | -4/+2 | |
| 2018-03-13 | Variable transition durations (#25662) | Martijn Cuppens | 1 | -31/+12 | |
| 2018-02-19 | Fix carousel transition duration (#25218) | Martijn Cuppens | 1 | -20/+40 | |
| 2018-01-18 | Bump version to 4.0.0 | Mark Otto | 1 | -2/+2 | |
| 2018-01-11 | Comply to the new rules. | XhmikosR | 1 | -33/+15 | |
| 2017-12-28 | Update version to 4.0.0-beta.3v4.0.0-beta.3 | Mark Otto | 1 | -2/+2 | |
| 2017-11-13 | Object spread : less jQuery more ES6 (#24665) | Johann-S | 1 | -4/+16 | |
| 2017-10-24 | Change Rollup config to wrap our dist files with jQuery instead of $ | Johann-S | 1 | -2/+2 | |
| 2017-10-23 | Add `Util.jQuery` which will detect jQuery instead of relying on global `$` ↵ | Johann-S | 1 | -1/+1 | |
| (#24513) | |||||
