Skip to content

Releases: iamvijaydev/ng-augment-native-scroll

UMD issues fixed

07 Feb 11:18
Compare
Choose a tag to compare

Changes:

  • Fixed issues with require and angular module being provided as object. Expects as function.
  • Webpack config duplication removed.
  • Example scripts moved to modules.
  • Separate webpack config for building examples script - faster loading demos.
  • Better Readme and demo landing page

Fixed issues with multiple & nested instances

04 Feb 14:08
Compare
Choose a tag to compare

Changes:

  • Directives will expose methods to provided name in options to $parent scope
  • On touch devices auto-scrolls will be canceled when user tries to scroll
  • Examples have exposed methods tryout area
  • Switched to yarn for development
  • Switched to webpack for build
  • Added webpack-dev-server for faster development

First stable beta release

02 Feb 07:09
Compare
Choose a tag to compare

The module is almost ready to be used everywhere. Please read the READ ME to know about all the feature.