angular-ui / ui-scroll

Unlimited bidirectional scrolling over a limited element buffer for AngularJS applications
http://angular-ui.github.io/ui-scroll/demo/
MIT License
327 stars 107 forks source link

Object.assign usage fails in IE11 #210

Closed tommck closed 6 years ago

tommck commented 6 years ago

The code is using Object.assign, which is not supported in the latest IE (11).

This should be polyfilled

dhilt commented 6 years ago

@tommck Thanks for the issue! We are discussing Browsers compatibility issues in the PR https://github.com/angular-ui/ui-scroll/pull/209 and the fixed version will be released shortly.

keitharobertson commented 6 years ago

PR was merged- can a new version be published?

dhilt commented 6 years ago

@krobertson92 I wanted to include some another updates in the nearest release, but okay, I will make 1.7.2 during this week.

dhilt commented 6 years ago

New version is ready but not available via npm. I believe it will be fixed soon, v1.7.2 is not being published

dhilt commented 6 years ago

Closed per v1.7.2 is npm-published.