-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31403e0
commit d297e2e
Showing
2 changed files
with
13 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: shinyRatings | ||
Title: An intuitive way of providing star rating on a shiny app | ||
Version: 0.0.2 | ||
Version: 0.0.3 | ||
Authors@R: person("Ronak", "Shah", , "[email protected]", role = c("aut", "cre")) | ||
Description: An intuitive way of providing star rating on a shiny app. | ||
License: MIT + file LICENSE | ||
|
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 |
---|---|---|
@@ -1,13 +1,17 @@ | ||
# shinyRatings 0.0.3 | ||
|
||
- [Add more than 1 shinyRating without disturbing each other](#15) | ||
|
||
# shinyRatings 0.0.2 | ||
|
||
* Add a disabled argument in `shinyRatings` function. | ||
* [Allow possibility of variable number of stars](https://github.com/shahronak47/shinyRatings/issues/9) | ||
* [Add default value of starts selected](https://github.com/shahronak47/shinyRatings/issues/9) | ||
- Add a disabled argument in `shinyRatings` function. | ||
- [Allow possibility of variable number of stars](https://github.com/shahronak47/shinyRatings/issues/9) | ||
- [Add default value of starts selected](https://github.com/shahronak47/shinyRatings/issues/9) | ||
|
||
# shinyRatings 0.0.1 | ||
|
||
* [Fix center alignment of all the elements](https://github.com/shahronak47/shinyRatings/issues/11) | ||
* [Value and stars aligned](https://github.com/shahronak47/shinyRatings/issues/3) | ||
* [Add tests](https://github.com/shahronak47/shinyRatings/issues/5) | ||
* Initial and most basic version of the package | ||
* Added a `NEWS.md` file to track changes to the package. | ||
- [Fix center alignment of all the elements](https://github.com/shahronak47/shinyRatings/issues/11) | ||
- [Value and stars aligned](https://github.com/shahronak47/shinyRatings/issues/3) | ||
- [Add tests](https://github.com/shahronak47/shinyRatings/issues/5) | ||
- Initial and most basic version of the package | ||
- Added a `NEWS.md` file to track changes to the package. |