Commit History

Author SHA1 Message Date
  Naotoshi Fujita 06a0c25c10 Use `const` for typing constructors. Add the `lazyload:error` event. 3 years ago
  Naotoshi Fujita 18710e9d7f Revise the `jump()` method for the fade type. 3 years ago
  Naotoshi Fujita ec867cc23c `jump()` accepts a control pattern. 3 years ago
  Naotoshi Fujita fa747225f7 Add the jump method to Controller. Rename Media to Breakpoints. 3 years ago
  Naotoshi Fujita cbc8dddeb7 Refactoring position calculation. 3 years ago
  Naotoshi Fujita 334559355b Replace all utility methods with the util package. 3 years ago
  Naotoshi Fujita 8c02b3aea9 Replace the event system with the util package. 3 years ago
  Naotoshi Fujita 0521e08c5e Fix typos and rebuild dist files. 3 years ago
  Naotoshi Fujita 8d040f626a Rename the option. 3 years ago
  Naotoshi Fujita ef791659b0 Bug Fix: The end index should not be clamped when the compact mode is not enabled. 3 years ago
  Naotoshi Fujita 50e342d8ec Bug Fix: Failed to include the first slide while checking the end index. 3 years ago
  Naotoshi Fujita 5b2eb73a1b Add the `compact` option. 3 years ago
  Naotoshi Fujita 9cdf587c53 Fix #848. 3 years ago
  Naotoshi Fujita fdb38e4f4c Bug Fix: Prevent adjusting index at the end when `perMove` is available (#813). 3 years ago
  Naotoshi Fujita 8aff0998b4 Bug Fix: Rarely the loop carousel rewound itself. 3 years ago
  Naotoshi Fujita 531ff9afdc Bug Fix: Updates the active index after the carousel exceeds bounds (#810). 3 years ago
  NaotoshiFujita edbaf53125 Bug Fix: Could not reach to the first/end slide if `trimSpace: true` and `rewind: true`. 3 years ago
  NaotoshiFujita 9de478b2ef Restores `speed` to the initial value after drag since it's not "non-essential" motion. 3 years ago
  NaotoshiFujita 3995064102 Compute the valid dest index in the `computeDestIndex` method. 3 years ago
  NaotoshiFujita e4d0abed97 Refactoring. Add the `reducedMotion` option. 3 years ago
  NaotoshiFujita ac4f590ca7 Calculate the valid dest index before calling `move()`. 3 years ago
  NaotoshiFujita 65fe958046 Bug Fix: The index after `scroll` could be negative. 3 years ago
  NaotoshiFujita c323055b28 Clean up. Add `snap` and `paginationKeyboard` options. 3 years ago
  NaotoshiFujita 4a02052bf5 Refactoring the scroll component. 3 years ago
  NaotoshiFujita 80445b6723 Revised the internal event system by utilizing native events. 3 years ago
  NaotoshiFujita 870d98d27a Add the `is-active` class to clones. 3 years ago
  NaotoshiFujita 7e4f5621e8 Add the `releaseWheel` option. 3 years ago
  NaotoshiFujita b14d83b120 Bug Fix: Failed to sync indices when using arrow keys (#489). 3 years ago
  NaotoshiFujita da8452a2cb Bug Fix: The page index was incorrect in the loop mode (#482). 4 years ago
  NaotoshiFujita de0196750a Update comments. 4 years ago