-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Core - Improve perf when sorting elements, add debounce timeout id to global store * NotivueSwipe, Notivue - Implement touch debounce timeout * Core, CSS - Format * Tests - Improve pause-on-touch test readability * NotivueSwipe, Tests - Add debouce tests * Pkg - Edit readme, demo * Core - Call window.setTimeout instead of setTimeout to improve IDE hints * Core - Move debounce timeout setter to global store * Tests - Fix checkAnimations test flakiness * NotivueSwipe, Tests - Add proper debounce tests, move to different file * Pkg - Up deps * NotivueSwipe - Rename debounce store props * NotivueSwipe - Fix isPointerInside computation * Core - Prevent lightningcss keyframe transform * Demo - Re-enable lightningcss minification * NotivueSwipe - Remove some debug statements * NotivueSwipe - Improve readab last item, increase default debounce timings * NotivueSwipe, Tests - Fine tuned debounce tests * Pkg - Edit README * Pkg - Bump 1.4.3 * Core - Rename `setDebounceTimeout` to `resumeWithDebounce` * Core - Improve some comments
- Loading branch information
Showing
22 changed files
with
297 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.