Skip to content

Releases: andrewscwei/etudes

v26.2.1

18 Mar 23:23

Choose a tag to compare

26.2.1 (2026-03-18)

Bug Fixes

v26.2.0

18 Mar 23:06

Choose a tag to compare

26.2.0 (2026-03-18)

Features

  • Reinstate UMD, fix dynamic require of react issue (d0c4709)

v26.1.0

18 Mar 22:59

Choose a tag to compare

26.1.0 (2026-03-18)

Features

v26.0.1

18 Mar 22:45

Choose a tag to compare

26.0.1 (2026-03-18)

Bug Fixes

  • Fix missing usePrevious hook (54a8f1c)

v26.0.0

18 Mar 22:42

Choose a tag to compare

26.0.0 (2026-03-18)

Features

  • Rename usePosition hook to useScrollPosition (02abeca)

BREAKING CHANGES

  • ScrollPositionInfo has renamed keys

v25.1.0

18 Mar 21:55

Choose a tag to compare

25.1.0 (2026-03-18)

Features

  • Add support for target elements in usePosition hook (a26d3af)

v25.0.0

23 Feb 17:52

Choose a tag to compare

25.0.0 (2026-02-23)

Bug Fixes

  • Correct parameter order in onDragEnd handler and update Carousel scroll behavior (f9732b6)
  • Remove deadcode in useDropzone (fd439e7)
  • Update dialogRef initialization and cleanup to use null instead of undefined (d7eedbd)
  • Update dependency tracking in useKeyboardShortcut and useDropzone hooks (b8db257)

Code Refactoring

  • Optimize StepSlider (db9d530)
  • Standardize boolean prop naming to should*/is* convention (c0fffbd)

BREAKING CHANGES

  • autoStartsshouldAutoStart (useInterval, useTimeout)
    BREAKINC CHANGE: updatesCursorshouldUpdateCursor (useDrag)
  • onlyDispatchesOnDragEndshouldOnlyDispatchOnDragEnd (Slider, StepSlider)
  • tracksItemExposureshouldTrackExposure (Carousel)
  • autoCollapseSectionsshouldAutoCollapse (Accordion)
  • collapsesOnSelectshouldCollapseOnSelect (Dropdown)
  • Removed onIndexChange and onPositionChange, collapsed to onChange

v24.1.0

18 Feb 23:00

Choose a tag to compare

24.1.0 (2026-02-18)

Features

  • Remove tailwindcss-safe-area plugin (794709e)

v24.0.1

27 Jan 03:03

Choose a tag to compare

24.0.1 (2026-01-27)

Bug Fixes

  • Fix Video component loading twice (52f735d)

v24.0.0

26 Jan 00:31

Choose a tag to compare

24.0.0 (2026-01-26)

Features

  • Support HTMLElement in useRect, useSize, useSizeObserver and useIntersectionObserver (7898b8d)
  • Update hooks that expect a ref to also accept an element (e063884)

BREAKING CHANGES

  • Removed options from useRect, useSize, useIntersectionObserver and useSizeObserver, directly provide handler in params