Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Releases: Venturocket/angular-slider

Aluminium Dachshund Bar

16 Apr 02:31
Compare
Choose a tag to compare

Changelog

  • ngDisabled support (#22)
  • ngChange support (#19)
  • implements ngModelController (#21)

Breaking Changes

  • Some attribute renaming to avoid conflicts, etc.:
    • translate is now translate-fn (#20)
    • translate-range is now translate-range-fn
    • translate-combined is now translate-combined-fn
    • scale is now scale-fn
    • inverse-scale is now inverse-scale-fn
  • Removed ng-model-low in favor of rolling it into ng-model to take advantage of ngModelController for dirty/pristine state management and form validation
  • Renamed ng-model-high to ng-model-range to better reflect it's purpose after removal of ng-model-low

Caple Pansy

04 Mar 03:08
Compare
Choose a tag to compare

Ok, here's what's included:

  • ngTransclude/ngRepeat fixes ( #7 & #2 )
  • Added scaling functions ( #3 )
  • Removed modernizr requirement ( #4 )
  • Added copyright and license info to the source files ( #5 )
  • A few other minor fixes ( including #8 )
  • Completely refactored and re-commented
  • translate has been split into translate, translateRange, and translateCombined to give better control over what's displayed
  • Registered with bower for easy installation

Breaking Changes:

  • stretch has been renamed to stickiness to better describe its purpose