- Merged several security related PR's (#77, #78, #79, #80, #81, #82, #83)
- Update nouislider version (#75 - @crowjonah)
- Don't call slider.set during dragging (#63 - @stephankaag)
- Added the padding option (#62 - @sonnyt)
- Upgrade ember-cli-sass and add sass to devDependencies
- Upgrade to ember-cli 3.12
- Support closure actions because sendAction is deprecated (#68 - @scottkidder)
- Remove deprecated
change
&slide
properties - Use nouislider's ability to just remove all event listeners, instead of tediously keeping track
- Add cssPrefix & cssClasses options (#57 - @stephankaag)
- Upgrade to Ember 3.0 (#53 - @tchak & #59 - @tchak)
- Bump to nouislider 11.0 (#53 - @tchak & #59 - @tchak)
- Move broccoli-funnel & broccoli-merge-trees to dependencies (from devDependencies)
Version bump only because I can't NPM properly
- Expose multitouch option (#47)
- Warn when component can't be initialized (#34)
- Bump to nouislider 10.1.0
- Bump to Ember 2.15.1
- Bump to nouislider 9.2.0 (#44)
- Fix deprecation warnings when rendering slider (#39 - @showy)
- Fix incorrect behaviour with negative ranges (reporting #24 @Ramblurr, fixed #43 @eraleis)
- Switch to using npm for nouislider (#44 - @bobisjan)
- Bump to Ember 2.10.0
- Updated docs example (#40 - @adambowles)
- Update slider if component properties have changed (#38 - @renebigot)
- Bump to Ember 2.8.0 LTS
- BETA support for tooltips (#35 - michalsnik)
- Bump nouislider to 8.5.0
- Support for the 'disabled' attribute (#25 - @alexspeller)
- Support for fastboot (#26 - @tschoartschi)
- Documentation update (#29 - @sandstrom)
- Support for 'update', 'start' & 'end' events
- Bump nouislider to 8.3.0
- Deprecate the old events ("change" & "slide") in favor of "on-change" & "on-slide"
- Fix regression introduced by
set
action, now calledon-set
- Bump nouislider to 8.0.2
- Added nodejs 4 & 5 to Travis config, allow failures on Node 5
- Upgrade ember-cli to 2.4.2
- Added "set" action in order to use it in acceptance testing (#22 - @juliankmazo)
- Include non-minified version of nouislider in development (#21 - @constantm)
- Add CodeClimate badge to README
- Update ember-cli to 1.13.8, ember.js to 1.13.7
- Bring back 'format' (#19 - @knownasilya)
- Bring back 'snap' and 'pips' (#18 - @kbullaughey)
- Add demoURL to package.json
- Use events instead of listeners (#14 - @knowasilya)
- Add "formats" & "pips" suppor (#13 - @davidgoli)
- Upgrade to nouislider 8.0.1 (#10 - @blimmer)
- Documentation improvements (#10 - @blimmer)
- Toolchain upgrades and tlc (#10 - @blimmer)
Thanks Ben Limmer for doing all this work!
- Pin nouislider dependency at 7.0.0 (#9 - @blimmer)
- Fixed an issue with actions not being called correctly (#6)
- Allow changing the name of the change action
- Allow specifying an action for when sliding (#3)
- Now works with prototype extensions disabled
- Moved addon bits into addons/ directory so they don't conflict with application
- Depend on ember-cli-htmlbars because we're shipping a template
- Now observe changes to
start
and pass the changes on to noUiSlider - Changed the default value of
start
to beundefined
- Changed the default value of
step
to beundefined
- Added missing
animate
attribute, default totrue
.
- Moved rimraf dependency to devDependencies
Initial release