Skip to content

Releases: open-amdocs/webrix

v1.3.1-next.3

02 Jun 12:16
Compare
Choose a tag to compare
v1.3.1-next.3 Pre-release
Pre-release

1.3.1-next.3 (2021-06-02)

Bug Fixes

v1.3.1-next.2

02 Jun 10:20
Compare
Choose a tag to compare
v1.3.1-next.2 Pre-release
Pre-release

1.3.1-next.2 (2021-06-02)

Bug Fixes

  • fixed thumb drag calculation (3f9b254)
  • Triggering scroll event only when browser does to more closely resemble a native element (3dc78cc)

v1.3.1-next.1

27 May 14:18
8a09b91
Compare
Choose a tag to compare
v1.3.1-next.1 Pre-release
Pre-release

1.3.1-next.1 (2021-05-27)

Bug Fixes

v1.3.0

19 May 07:56
1c838d8
Compare
Choose a tag to compare

1.3.0 (2021-05-19)

Bug Fixes

  • Poppable - Added default triangle color (9d2ea6e)
  • Poppable - Fixed error related to rendering
  • Movable/Resizable - Avoid redundant update calls (79d8336), closes #35
  • Pannable - Fixed dragging issue related to smooth scrolling (c4b4c4b)
  • Poppable - Fixed positioning lag (Poppable) (c28877e)

Features

  • New hook - useEventListener() (64c9455)
  • New hook - useAnimationFrame() (e110ddf)
  • New hook - useBoundingRectObserver(); (2cead9e)
  • New operation - Movable.Operations.relative() (858fe11)
  • New operation - Resizable.Operations.relative()
  • Scrollable - Added --shadow-color CSS custom property (53beed8)

v1.3.0-next.3

13 May 12:28
Compare
Choose a tag to compare
v1.3.0-next.3 Pre-release
Pre-release

1.3.0-next.3 (2021-05-13)

Bug Fixes

  • #35: Avoid redundant update calls (79d8336), closes #35
  • Fixed dragging issue related to smooth scrolling (c4b4c4b)

v1.3.0-next.2

12 May 20:06
Compare
Choose a tag to compare
v1.3.0-next.2 Pre-release
Pre-release

1.3.0-next.2 (2021-05-12)

Bug Fixes

  • Fixed positioning lag (Poppable) (c28877e)
  • #11: Added types declarations (e4f2553), closes #11
  • #17: Upgraded to React 17, including fix to Scrollable (cde6c9b)
  • #7: Upgraded to React 17, including fix to Scrollable (736744f)
  • #7: Upgraded to React 17, including fix to Scrollable and effect cleanup timing (fd8db09)
  • #7: Upgraded to React 17, including fix to Scrollable and effect cleanup timing (10f05cc)
  • #7: Upgraded to React 17, including fix to Scrollable and effect cleanup timing (f2ec079)
  • #7: Upgraded to React 17, including fix to Scrollable (9bf1d2d)
  • add support for Safari/Firefox and mobiles devices to useDimensions() and (c597f24)
  • apply hover CSS on direct child only (c194632)
  • Fixed smooth scroll issue when manually dragging the thumb, added .scrolling className when scrolling (46604b8)
  • using borderBoxSize instead of contentBoxSize (a049c9a)
  • Using client width/height to improve performance (6c60660)
  • Using getBoundingClientRect instead of contentRect (ca9f408)

Features

  • Added useAnimationFrame() (e110ddf)
  • Added useBoundingRectObserver(); (2cead9e)

v1.2.6

04 May 13:04
038eeef
Compare
Choose a tag to compare

1.2.6 (2021-05-04)

Bug Fixes

  • #7: Upgraded to React 17, including fix to Scrollable (cde6c9b)
  • #29: Prevent user selection on Movable

v1.2.5

26 Apr 06:22
Compare
Choose a tag to compare

1.2.5 (2021-04-26)

Bug Fixes

  • #11: Added types declarations (e4f2553), closes #11
  • Using getBoundingClientRect instead of contentRect (ca9f408)

v1.2.4

25 Apr 11:47
Compare
Choose a tag to compare

1.2.4 (2021-04-25)

Bug Fixes

  • using borderBoxSize instead of contentBoxSize (a049c9a)

v1.2.3

25 Apr 08:35
Compare
Choose a tag to compare

1.2.3 (2021-04-25)

Bug Fixes

  • add support for Safari/Firefox and mobiles devices to useDimensions() and (c597f24)