forked from ElevateDev/meteor-autoform-nouislider
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from muqube/release-0.5.0-preparation
Docs and versions files updated
- Loading branch information
Showing
6 changed files
with
45 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# History | ||
This meteor package is a fork of [elevatedevdesign:autoform-nouislider](https://github.com/ElevateDev/meteor-autoform-nouislider). I forked it to make it compatible with meteor 1.3 and fix some bugs. | ||
|
||
|
||
## Release Notes | ||
|
||
### 0.3 | ||
- Bug fixed: start and range options set in schema definition was overwritten | ||
- Removed dependency on wrapper package `rcy:nouislider` | ||
|
||
### 0.4 | ||
- Bug fixed: "Slider was already initialized" error fixed | ||
|
||
### 0.4.1 | ||
- Update AutoForm to 6.0.0, other dependencies also updated to recent version | ||
- Code is now [Javascript standard style](https://standardjs.com/) | ||
- Some ES5 syntax updated to ES6 | ||
|
||
### 0.5 | ||
- Update nouislider to 14.0.2 | ||
- Removed underscore dependency |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,10 +103,6 @@ | |
[ | ||
"ui", | ||
"1.0.4" | ||
], | ||
[ | ||
"underscore", | ||
"1.0.1" | ||
] | ||
], | ||
"pluginDependencies": [], | ||
|