Skip to content

Commit

Permalink
fix #14 #15
Browse files Browse the repository at this point in the history
  • Loading branch information
shahronak47 committed Jul 3, 2023
1 parent 31403e0 commit d297e2e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
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
Expand Down
20 changes: 12 additions & 8 deletions NEWS.md
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.

0 comments on commit d297e2e

Please sign in to comment.