Releases: andrewscwei/etudes
Releases · andrewscwei/etudes
v26.2.1
18 Mar 23:23
Compare
Sorry, something went wrong.
No results found
v26.2.0
18 Mar 23:06
Compare
Sorry, something went wrong.
No results found
26.2.0 (2026-03-18)
Features
Reinstate UMD, fix dynamic require of react issue (d0c4709 )
v26.1.0
18 Mar 22:59
Compare
Sorry, something went wrong.
No results found
v26.0.1
18 Mar 22:45
Compare
Sorry, something went wrong.
No results found
26.0.1 (2026-03-18)
Bug Fixes
Fix missing usePrevious hook (54a8f1c )
v26.0.0
18 Mar 22:42
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
25.1.0 (2026-03-18)
Features
Add support for target elements in usePosition hook (a26d3af )
v25.0.0
23 Feb 17:52
Compare
Sorry, something went wrong.
No results found
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
autoStarts → shouldAutoStart (useInterval, useTimeout)
BREAKINC CHANGE: updatesCursor → shouldUpdateCursor (useDrag)
onlyDispatchesOnDragEnd → shouldOnlyDispatchOnDragEnd (Slider, StepSlider)
tracksItemExposure → shouldTrackExposure (Carousel)
autoCollapseSections → shouldAutoCollapse (Accordion)
collapsesOnSelect → shouldCollapseOnSelect (Dropdown)
Removed onIndexChange and onPositionChange, collapsed to onChange
v24.1.0
18 Feb 23:00
Compare
Sorry, something went wrong.
No results found
24.1.0 (2026-02-18)
Features
Remove tailwindcss-safe-area plugin (794709e )
v24.0.1
27 Jan 03:03
Compare
Sorry, something went wrong.
No results found
24.0.1 (2026-01-27)
Bug Fixes
Fix Video component loading twice (52f735d )
v24.0.0
26 Jan 00:31
Compare
Sorry, something went wrong.
No results found
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