This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Releases: Venturocket/angular-slider
Releases · Venturocket/angular-slider
Aluminium Dachshund Bar
Changelog
Breaking Changes
- Some attribute renaming to avoid conflicts, etc.:
translate
is nowtranslate-fn
(#20)translate-range
is nowtranslate-range-fn
translate-combined
is nowtranslate-combined-fn
scale
is nowscale-fn
inverse-scale
is nowinverse-scale-fn
- Removed
ng-model-low
in favor of rolling it intong-model
to take advantage ofngModelController
for dirty/pristine state management and form validation - Renamed
ng-model-high
tong-model-range
to better reflect it's purpose after removal ofng-model-low
Caple Pansy
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