Skip to content

Releases: open-amdocs/webrix

v1.5.13

19 Dec 15:19
Compare
Choose a tag to compare

1.5.13 (2022-12-19)

Bug Fixes

  • removed some trailing commas (b4e2c3a)

v1.5.12

02 Oct 08:41
4931ee7
Compare
Choose a tag to compare

1.5.12 (2022-10-02)

Bug Fixes

  • isClickedOutside from the override context should be taken into consideration on mouseup as well because the mousedown event propagation might be prevented (more likely than the mouseup event) (4e18b0a)

v1.5.11

04 Jul 08:53
Compare
Choose a tag to compare

1.5.11 (2022-07-04)

Bug Fixes

Scrollable - Improved change detection #98

v1.5.10

07 Feb 14:37
6f612b7
Compare
Choose a tag to compare

1.5.10 (2022-02-07)

Bug Fixes

  • overall packages update (6cf8d26)
  • replaced depracated eslint parser: babel-parser -> @babel/eslint-parser (88d6d82)

v1.5.9

09 Nov 20:18
adc99ad
Compare
Choose a tag to compare

1.5.9 (2021-11-09)

Scrollable

  • Added state which is used as the context's value which now includes scrollTop & scrollLeft data
  • Removed refs for the tracks which were introduced in the previous release in favor of using context data to update css variables on the scrollbars accordingly
  • SCSS refactor - DRY
  • Added CSS variables:
    • track-thickness
    • scrollable-thumb-thickness
    • scrollable-thumb-offset

v1.5.8

08 Nov 12:43
c65e5c8
Compare
Choose a tag to compare

1.5.8 (2021-11-08)

Bug Fixes

Scrollable:

  • Removed isEqual from updateScrollbars and replaced with a much faster check.
  • Wrapped the DOM update-part with requestAnimationFrame
  • Added optional prop cssVarsOnTracks which should be used when scrollable DOM content has a huge amount of DOM nodes, so the CSS variables will be applied to the scrollbars only and not the parent

See bug

v1.5.6

29 Aug 07:11
51c9a7a
Compare
Choose a tag to compare

1.5.6 (2021-08-29)

Bug Fixes

  • stop propagation of thumb click events (51c9a7a)

v1.5.5

01 Aug 07:52
Compare
Choose a tag to compare

1.5.5 (2021-08-01)

Bug Fixes

  • Scroll position precision to be based on client/scroll diff (5aa271a)

v1.6.0-next.2

29 Jul 13:31
Compare
Choose a tag to compare
v1.6.0-next.2 Pre-release
Pre-release

1.6.0-next.2 (2021-07-29)

Bug Fixes

  • Made classnames external (ae2a8b5)

v1.6.0-next.1

29 Jul 11:55
Compare
Choose a tag to compare
v1.6.0-next.1 Pre-release
Pre-release

1.6.0-next.1 (2021-07-29)

Bug Fixes

  • Attempting to support es imports (bb38059)

Features