Releases: angular-ui/ui-scroll
Releases · angular-ui/ui-scroll
Adapter assignments
- 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
- 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
Refactoring
- Refactored adjustments during elements append/prepend.
- Optimized attribute injection.
- Bof/eof information is accessible out of the scroller.
- Some others minor updates.
Grid
Paddings + clip methods + cleanup
ES6 + scrolling optimization
v1.4.0 v1.4.0 artifacts