-
Notifications
You must be signed in to change notification settings - Fork 1
Release notes
RVenkatesh edited this page Jun 8, 2020
·
12 revisions
Welcome to the Ember-Slider release notes wiki!
- Merge security fixes added by dependabot
- Removes compass compiler dependency
- Upgrade to Ember source v3.15.0
- Upgrade to Ember source v3.5.1
- Ability to generate code for customised sliders using ember generators
- Demo URL identifiable for Ember Observer
- Setup demo in github pages
- No updates. Workaround for npm README fail.
- Minor styling issue fixes.
- Added screenshots in README
- README update for easy understanding
- Continuous integration in Github repository.
No changes
- 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.
- Basic slider implementation and Github setup.