Skip to content

Releases: svecosystem/runed

[email protected]

14 Jul 12:19
15c27c5
Compare
Choose a tag to compare

Minor Changes

  • feat: add interval utilities
    (c7de088)

[email protected]

08 Jul 12:20
11880d7
Compare
Choose a tag to compare

Minor Changes

  • New Utilities: useThrottle and Throttled
    (#115)

  • Update Svelte to 5.0.0-next.200 (#115)

[email protected]

06 Jul 10:49
179d04d
Compare
Choose a tag to compare

Patch Changes

  • fix: remove #version from persisted & don't recreate proxies
    (#279)

[email protected]

25 Jun 22:04
dc01819
Compare
Choose a tag to compare

Patch Changes

  • feat(ScrollState): Add progress.(x|y) api
    (#284)

  • fix: add defaults export to package.json (#285)

[email protected]

20 Jun 19:41
5f888d8
Compare
Choose a tag to compare

Minor Changes

  • feat(Debounced): Expose pending state from useDebounce
    (#272)

[email protected]

15 May 15:59
733fd44
Compare
Choose a tag to compare

Minor Changes

  • breaking: remove initialSize and calculate size before first resize
    (#262)

Patch Changes

  • fix: use createSubscriber for ElementSize util
    (#254)

[email protected]

13 May 19:47
155982a
Compare
Choose a tag to compare

Minor Changes

  • New utility: TextareaAutosize (#233)

  • New utility: extract (#233)

  • New utility: ScrollState (#233)

  • feat: export Getter and MaybeGetter types
    (#233)

Patch Changes

  • change: extract types (#233)

[email protected]

30 Apr 03:56
58bb80e
Compare
Choose a tag to compare

Minor Changes

  • feat(PressedKeys): add the ability to register a callback to execute when a specified key
    combination is pressed. (#239)

Patch Changes

  • chore: add license field to package.json (#238)

  • fix(PersistedState): prevent console errors if typeof window === undefined
    (#244)

  • fix(resource): remove redundant equality comparison
    (#248)

  • fix(PressedKeys): keys are not cleared after key combination is pressed
    (#239)

[email protected]

21 Mar 13:11
c25b136
Compare
Choose a tag to compare

Minor Changes

  • previous: allow passing initial value
    (3bbcb9e)

Patch Changes

  • fix: Fix issues with PersistedState in runes mode.
    (#236)

[email protected]

17 Mar 14:42
8480e22
Compare
Choose a tag to compare

Patch Changes

  • fix(persisted-state): write state to storage even if only a nested property is changed. fixes #224
    (#225)