Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fmaclen/svelte-currency-input
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.2
Choose a base ref
...
head repository: fmaclen/svelte-currency-input
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.3
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 25, 2023

  1. fix: remove delay hack when positioning the caret after applying form…

    …atting (#50)
    
    * chore: fix tests
    
    * test: improve test resiliency (maybe)
    
    * test: increase delay to 25ms
    
    * fix: replace setTimeout with on:update binding
    
    * test: restore delay
    
    * Revert "test: restore delay"
    
    This reverts commit 5ab5f43.
    
    * Revert "fix: replace setTimeout with on:update binding"
    
    This reverts commit d179995.
    
    * test: how about a while loop instead of setTimeout
    
    * chore: remove unused constant
    
    * test: add delay for Backspace keypress
    
    * chore: apply formatting
    
    * test: add a delay after pressing Backspace
    fmaclen authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    33cc93a View commit details
    Browse the repository at this point in the history
Loading