Skip to content

Releases: angular-ui/ui-scroll

Adapter assignments

06 Mar 12:42
Compare
Choose a tag to compare
  • Intoruced a standard Angular-way mechanism for Adapter assignments via $parse service.
  • Adapter public methods and properties are extracted into a stand-alone entity which is accessible outside the ui-scroll directive (instead of passing the original ui-scroll Adapter object with all of it's props and methods).
  • Fixed Chrome Scroll Anchoring enforced feature bug.
  • Added "dev" npm script which is a concurrently combination of dev-server and tests continuous running.

ES6 Modules, Webpack, jqLiteExtras service

04 Feb 09:40
Compare
Choose a tag to compare
  • Introduced ES6 modules in the source codes.
  • Improved build process with Webpack.
  • Added sourcemaps. Fixed dev-server.
  • Removed 'ui.scroll.jqlite' module. Added jqLiteExtras service to 'ui.scroll' module.
  • Significantly changed readme.

Assignable expressions & attributes binding

18 Nov 00:43
Compare
Choose a tag to compare

These issues should be closed after 1.5.2 release: #112, #113, #119, #121, #122, #123, #126...

Refactoring

27 Jun 18:22
Compare
Choose a tag to compare
  • Refactored adjustments during elements append/prepend.
  • Optimized attribute injection.
  • Bof/eof information is accessible out of the scroller.
  • Some others minor updates.

Grid

05 Jun 21:39
Compare
Choose a tag to compare
  • uiScrollTh, uiScrollTd directives
  • grid demos
  • uiScroll major refactoring

Paddings + clip methods + cleanup

17 Apr 11:53
Compare
Choose a tag to compare

It solves #65, #68, #74 and #78 issues.

ES6 + scrolling optimization

04 Apr 13:12
Compare
Choose a tag to compare
v1.4.0

v1.4.0 artifacts