Skip to content

Releases: svecosystem/runed

runed@0.31.1

23 Jul 14:17
46c4e54
Compare
Choose a tag to compare

Patch Changes

  • fix(persisted-state): do not make complex objects reactive
    (#270)

runed@0.31.0

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

Minor Changes

  • feat: add interval utilities
    (c7de088)

runed@0.30.0

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)

runed@0.29.2

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

Patch Changes

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

runed@0.29.1

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)

runed@0.29.0

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

Minor Changes

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

runed@0.28.0

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)

runed@0.27.0

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)

runed@0.26.0

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)

runed@0.25.0

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)