Skip to content

Releases: angular-ui/ui-scroll

Minor fixes

13 Apr 16:14
Compare
Choose a tag to compare

Sync Release

05 Dec 17:57
Compare
Choose a tag to compare

From Readme:

  • Reduced dygest cycles amount.
  • Refactored some core classes (Adapter, Padding).
  • Reconsidered min/max indices processing.
  • Refactored tests (removed timeouts, added helpers).
  • Added ~50 new tests.
  • Fixed a number of issues and other improvements.
  • Removed Grunt from the build stack, now Webpack is the only build tool.

Sync Release Candidate 6

17 Nov 19:33
Compare
Choose a tag to compare

Min/max indices internal processing had been fixed. 5 tests were added. Also, there was some code/tests/demos refactoring.

Sync Release Candidate 5

08 Nov 02:10
Compare
Choose a tag to compare

Fixed Paddings when items are being removed/inserted with Adapter applyUpdates.
Added new Paddings spec, which consists of 30+ tests.

Sync Release Candidate 4

27 Oct 14:24
Compare
Choose a tag to compare
v1.7.0-rc.4

1.7.0-rc.4 release

Sync Release Candidate 3

26 Oct 20:02
Compare
Choose a tag to compare

Sync Release Candidate 2

29 Sep 16:10
Compare
Choose a tag to compare

Apply async

10 Jul 13:13
Compare
Choose a tag to compare

This one should be a bridge between 1.6.2 and 1.7.0, it fixes the "digest already in progress" issue.

Sync Release Candidate

07 Jul 03:48
Compare
Choose a tag to compare
  • reduced dygest cycles amount
  • refactored tests (removed timeouts)

Just fixes

07 Jul 00:04
Compare
Choose a tag to compare
  • added bottomVisible, bottomVisibleElement and bottomVisibleScope properties to the Adapter
  • fixed some issues 149, 150, 158, 159, 160, 163