Releases: Headstorm/foundry-ui
Releases · Headstorm/foundry-ui
v1.27.6
1.27.6 (2023-11-15)
Bug Fixes
- table: default table sorting now correctly ignores capitalized letters in sort (de312b9), closes #479
- table: default table sorting now correctly ignores capitalized letters in sort (#489) (1069d90), closes #479
v1.27.5
1.27.5 (2023-11-02)
Bug Fixes
- modal onclickoutside: modal onClickOutside=false fails on Esc key press (e442c88)
v1.27.4
1.27.4 (2023-10-24)
Bug Fixes
- spotlight, usescrollobserver: automatically scroll nearest scrollable element (74385aa), closes #481
- spotlight, usescrollobserver: automatically scroll nearest scrollable element (#484) (7469d87), closes #481
v1.27.3
1.27.3 (2023-10-12)
Bug Fixes
- spotlight: spotlight now scrolls to new targets if they are scrolled out of view (8d7776a), closes #476
v1.27.2
1.27.2 (2023-08-01)
Bug Fixes
- rangeslider: fix mouse/value attachment logic with debounce interval (388938b)
v1.27.1
1.27.1 (2023-08-01)
Bug Fixes
- rangeslider: fix readonly mode with new range slider interactions (f239150)
v1.27.0
1.27.0 (2023-08-01)
Features
- rangeslider: add onChange and onDebounceChange callbacks to slider, and dragHandleBehavior (7c9e8a7)
v1.26.1
1.26.1 (2023-07-31)
Performance Improvements
- reduce bundle size by improving lodash imports (0a6d140)
v1.26.0
1.26.0 (2023-07-28)
Features
- adds readonly prop to rangeslider component: implemented readonly mode to RangeSlider (bc8f150)
v1.25.1
1.25.1 (2023-07-21)
Bug Fixes
- dropdown.tsx: modified isOpen prop on ArrowIconContainer in dropdown (49af051)
- dropdown.tsx: transient instead to make the dom happy (9492550)