Skip to content

Release notes

RVenkatesh edited this page Jun 8, 2020 · 12 revisions

Welcome to the Ember-Slider release notes wiki!

Version 1.2.1

  • Merge security fixes added by dependabot

Version 1.2.0

  • Removes compass compiler dependency

Version 1.1.5

  • Upgrade to Ember source v3.15.0

Version 1.1.3

  • Upgrade to Ember source v3.5.1

Version 1.1.0

  • Ability to generate code for customised sliders using ember generators

Version 1.0.7

  • Demo URL identifiable for Ember Observer

Version 1.0.6

  • Setup demo in github pages

Version 1.0.5

  • No updates. Workaround for npm README fail.

Version 1.0.4

  • Minor styling issue fixes.
  • Added screenshots in README

Version 1.0.3

  • README update for easy understanding

Version 1.0.2

  • Continuous integration in Github repository.

Version 1.0.1

No changes


Version 1.0.0

  • Added likert scale support
  • Configuration option for 'type' changed from {type: {closed: true}} to a more meaningful way {type: 'closed'}.
  • Configuration option 'noValue' is renamed to 'hideValue'

Note: If you are using a version 0.0.5, then configuration options like 'type' and 'noValue' are deprecated.


Version 0.0.1 - Version 0.0.5

  • Basic slider implementation and Github setup.