Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteor 1.3 support and fix for #15 #18

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Conversation

raiyankamal
Copy link

This will solve #15.
Version of template-extensions in dependency list is updated, supported meteor version is updated to 1.3 as well.
I discovered that bootstrap theme support was causing a bug in rendering of the templates.

Template.afNoUiSlider.copyAs('afNoUiSlider_bootstrap3');

However, this template afNoUiSlider_bootstrap3 was not used anywhere inside the package. Removing that line of code solved the rendering problem.

raiyankamal and others added 30 commits June 22, 2016 00:14
noUiSlider user noUiSlider.get() instead of .val()
Bug fixed: start or range options configured in schema was overwritten, was resolved by removing a call to JSON.parse
Remove dependency on outdated wrapper package, version bumped to 0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants