Skip to content

Releases: Headstorm/foundry-ui

v1.27.6

15 Nov 20:32
Compare
Choose a tag to compare

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

02 Nov 16:38
Compare
Choose a tag to compare

1.27.5 (2023-11-02)

Bug Fixes

  • modal onclickoutside: modal onClickOutside=false fails on Esc key press (e442c88)

v1.27.4

24 Oct 19:55
Compare
Choose a tag to compare

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

12 Oct 22:22
Compare
Choose a tag to compare

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

01 Aug 19:11
Compare
Choose a tag to compare

1.27.2 (2023-08-01)

Bug Fixes

  • rangeslider: fix mouse/value attachment logic with debounce interval (388938b)

v1.27.1

01 Aug 17:18
Compare
Choose a tag to compare

1.27.1 (2023-08-01)

Bug Fixes

  • rangeslider: fix readonly mode with new range slider interactions (f239150)

v1.27.0

01 Aug 16:59
Compare
Choose a tag to compare

1.27.0 (2023-08-01)

Features

  • rangeslider: add onChange and onDebounceChange callbacks to slider, and dragHandleBehavior (7c9e8a7)

v1.26.1

31 Jul 21:52
Compare
Choose a tag to compare

1.26.1 (2023-07-31)

Performance Improvements

  • reduce bundle size by improving lodash imports (0a6d140)

v1.26.0

28 Jul 21:21
Compare
Choose a tag to compare

1.26.0 (2023-07-28)

Features

  • adds readonly prop to rangeslider component: implemented readonly mode to RangeSlider (bc8f150)

v1.25.1

21 Jul 20:50
Compare
Choose a tag to compare

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)