Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angularjs-slider

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angularjs-slider - npm Package Versions

1
68

2.10.1

Diff

Changelog

Source

2.10.1 (2016-03-01)

Bug fixes

  • Republish the npm module since dist files were missing.
valentinhervieu
published 2.10.0 •

Changelog

Source

2.10.0 (2016-02-29)

Features

  • Added rightToLeft option for RTL support (#270). Thanks @Liam-Ryan :).
valentinhervieu
published 2.9.0 •

Changelog

Source

2.9.0 (2016-02-18)

Features

  • Change rzSliderOptions to use expression binding (#266).
valentinhervieu
published 2.8.0 •

Changelog

Source

2.8.0 (2016-02-08)

Features

  • Add a getPointerColor option to dynamically change the pointers color (#253).
valentinhervieu
published 2.7.1 •

Changelog

Source

2.7.1 (2016-02-06)

Fix

  • Fix high label positioning when size is different than the ceil one.
valentinhervieu
published 2.7.0 •

Changelog

Source

2.7.0 (2016-02-06)

Features

  • Add an enforceStep option (defaults to true) (#246).
  • Add a showSelectionBarFromValue options (#250).
  • Use jqLite html() method to display label values so the translate function can return formated content (#251).
  • Pass a label string as third arg to the translate function to differentiate the labels (#252).

Fix

  • Improve combined label position and show only one value if min==max (#245).
valentinhervieu
published 2.6.0 •

Changelog

Source

2.6.0 (2016-01-31)

Features

  • Add a noSwitching option to prevent the user from switching the min and max handles (#233).

Bug fixes

  • Refactor the internal roundStep function that was too strict (5d130f09d).
valentinhervieu
published 2.5.0 •

Changelog

Source

2.5.0 (2016-01-24)

Features

  • Add a minRange option to set a minimal range (#231).
  • Pass the slider values to the onStart, onChange and onEnd callbacks.
  • Rollback and improve the callback changes brought with 2.4.1 that were no applying the last update to the scope anymore.
valentinhervieu
published 2.4.1 •

Changelog

Source

2.4.1 (2016-01-15)

Performance improvements

  • Remove the $timeout call in the init method (#223).
  • Remove the $timeout call in the onStart callback.
  • Remove the $timeout call in the onChange callback (#229).
valentinhervieu
published 2.4.0 •

Changelog

Source

2.4.0 (2015-12-30)

Features

  • Add an enforceRange options to round the rzSliderModel and rzSliderHigh to the slider range even when modified from outside the slider.(#208).
  • Add a ticksTooltip option used to display a tooltip when a tick is hovered (#209).
  • Add an onlyBindHandles option to only bind events on slider handles (#212).
  • Add a showSelectionBarEnd option to display the selection bar after the value (#214).

Bug fixes

  • Fix reset of maxH element (#204).
  • Change the watchers order to prevent unwanted model modifications (#207).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc