NEWS
shinyStorePlus 1.5
Features
- [x] update to the observeOnce function
shinyStorePlus 1.4 (2025-01-14)
Features
- [x] shiny observe event execution ONCE across multiple browser sessions. This can be useful to display a welcome message to users only the first time they visit your app. Or a cookie acceptance panel shown once. The point is that, when the user refreshed the app or returns to the app later, the execution will no longer occur since it had been shown to the user previously.
shinyStorePlus 1.3 (2024-12-06)
Features
- [x] Store app views across all visitors
- [x] Store app likes from visitors
- [x] Store app followers
shinyStorePlus 1.2 (2024-08-17)
Features
- [x] Store dynamically generated inputs, like inputs created from the server function of the shiny app. See examples in the GitHub project link
shinyStorePlus 1.1 (2023-04-05)
Features
- [x] Compatibility for shinyWidgets package
shinyStorePlus 0.9 (2023-02-15)
Features
- [x] Store some outputs automatically
- [x] Updated examples of the package in action, see https://github.com/oobianom/aagarw30_shinyapps_to-shinyStorePlus
shinyStorePlus 0.8 (2022-11-21)
Features
- [x] Convert browser link parameters into Shiny input values e.g Transfer the value of 'name' in http://link.com/?name=obianom to a Shiny input
shinyStorePlus 0.7 (2022-11-03)
Features
- [x] Bug fix on clearStore
shinyStorePlus 0.6 (2022-08-14)
Features
- [x] Store inputs automatically
- [x] Retrieve all stored inputs
- [x] Clear Storage of all inputs
- [x] An example of the package in action