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 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 3bbe359ef5 Replace constructors with the util package. 3 years ago
  Naotoshi Fujita 8c02b3aea9 Replace the event system with the util package. 3 years ago
  Naotoshi Fujita 672d32469e Bug Fix: Need to accept `undefined` for the string index type in `Components` since extensions do not always exist. 3 years ago
  Naotoshi Fujita 69c39397b5 Fix typings of events. 3 years ago
  Naotoshi Fujita 9cb736245d Expose `isOverflow()`. 3 years ago
  Naotoshi Fujita 9946ee4cd0 Add the `is-overflow` status class. 3 years ago
  Naotoshi Fujita 8d040f626a Rename the option. 3 years ago
  Naotoshi Fujita 4d8e49a29e Update the order. 3 years ago
  Naotoshi Fujita 789bde698a Bug Fix: Should exclude the last gap to check overflow. 3 years ago
  Naotoshi Fujita 4b4cabb3ad Skip the dimension check to resize a carousel after generating clones. 3 years ago
  Naotoshi Fujita 8bf25a6fd2 Manually call the `resize()` method after generating clones to ensure a carousel is resized. 3 years ago
  Naotoshi Fujita 7b29da3420 Implement the "overflow" feature. 3 years ago
  Naotoshi Fujita 5b2eb73a1b Add the `compact` option. 3 years ago
  Naotoshi Fujita e0227f4710 Exposes the internal method `update()`. 3 years ago
  Naotoshi Fujita 2586acd529 Expose the `check` method to manually check whether to load near images. 3 years ago
  Naotoshi Fujita 8aff0998b4 Bug Fix: Rarely the loop carousel rewound itself. 3 years ago
  Naotoshi Fujita 514a2ccff2 Refactoring with `Media#set()`. Add `transformIgnorePatterns` to fix the issue that jest fails to rename caches. 3 years ago
  Naotoshi Fujita 3449e06e86 Performance optimization. Keep user options after breakpoints hit. 3 years ago
  Naotoshi Fujita ad74200f54 Add the "svelte" field. Export some constants. 3 years ago
  Naotoshi Fujita 453ae886e2 Make `label` and `labelledby` options responsive for destruction. 3 years ago
  NaotoshiFujita 8764462b29 Use the `focus-in` custom class instead of `:focus-visible` to display a focus ring. 3 years ago
  NaotoshiFujita 29bca37273 Reduce the code size. Refactoring. 3 years ago
  NaotoshiFujita 604a4d9b04 Bug Fix: The `role` of the root element must not be updated. 3 years ago
  NaotoshiFujita e3b2670643 Reduce the file size. Fix lint errors. 3 years ago
  NaotoshiFujita edbaf53125 Bug Fix: Could not reach to the first/end slide if `trimSpace: true` and `rewind: true`. 3 years ago