Socket
Socket
Sign inDemoInstall

angular2-virtual-scroll

Package Overview
Dependencies
1
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

0.4.16

Diff

speige
published 0.4.15 •

Changelog

Source

v0.4.15

  • New properties to support AngularUniversal/ServerSideRendering (SSR)
speige
published 0.4.14 •

Changelog

Source

v0.4.14

  • Fix regression 'TypeError: Cannot read property 'sumOfKnownWrapGroupChildWidths' of undefined'
speige
published 0.4.13 •

Changelog

Source

v0.4.13

  • Support for dependency injection of some configuration properties
  • New APIs: scrollToPosition, invalidateAllCachedMeasurements, invalidateCachedMeasurementForItem, invalidateCachedMeasurementAtIndex, viewPortInfo
  • ScrollStartPosition, ScrollEndPosition, MaxScrollPosition properties added to ChangeEvent
speige
published 0.4.12 •

Changelog

Source

v0.4.12

  • viewPortIndices.arrayStartIndex renamed to viewPortIndices.startIndex and viewPortIndices.arrayEndIndex renamed to viewPortIndices.endIndex
  • Fix scrollbar measurements (horizontal/vertical calculations were backwards)
  • After component is removed it reverts css overflow-x/overflow-y of parentScroll back to their original values.
  • Previously, if scroll parent was resized it would automatically call Refresh. This still occurs, except if new size is 0.
  • Breaking Change: The start and end values of the change/start/end events were including bufferAmount, which made them confusing. This has been corrected.
speige
published 0.4.11 •

Changelog

Source

v0.4.11

  • Bug fix to items array modifications with "enableUnequalChildrenSizes" which caused non-modified items to have to be re-measured.
speige
published 0.4.10 •

Changelog

Source

v0.4.10

  • Minor bug fixes.
  • Prevent delay if scrollThrottlingTime is set to 0.
  • Fix bug where children would not be re-measured if their original measurement was 0 (due to elements still initializing)
  • Add vs* prefix to event names to prevent conflicts with native DOM events, example: <virtual-scroller (vsChange)=""><input (change)="" /></virtual-scroller>
speige
published 0.4.9 •

Changelog

Source

v0.4.9

  • Default scrollThrottlingTime to 0.
speige
published 0.4.8 •

Changelog

Source

v0.4.8

  • Improvements to "enableUnequalChildrenSizes". Thanks to Pavel Kukushkin (kykint) for Pull-Request.
  • Add scrollThrottlingTime parameter for performance reasons.
  • Use style box-sizing: border-box on child elements of viewport to enable padding/border to be taken into account when calculating sizes.
speige
published 0.4.7 •

Changelog

Source

v0.4.7

  • useMarginInsteadOfTranslate flag. Defaults to false. This can affect performance (better/worse depending on your circumstances), and also creates a workaround for the transform+position:fixed browser bug.
234Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc