-
Notifications
You must be signed in to change notification settings - Fork 97
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
shiny.semantic 0.5.1 release #462
Merged
Merged
Conversation
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
Remove whitespace Co-authored-by: Jakub Sobolewski <[email protected]>
Co-authored-by: Jakub Sobolewski <[email protected]>
…th-single-quote' of https://github.com/Appsilon/shiny.semantic into esra-update_multiple_checkbox-not-supporting-choices-with-single-quote
It gives the ability to use all fomanticUI table classes and use the default class without fomanticUI
…t-missing Add a new register input handler for the shiny.vector type
…ing-choices-with-single-quote
…ot-supporting-choices-with-single-quote Fix json conversation of strings with single quote
…lghted Fix DT tables selected row highlight with updating css
Prior to this change the workflow ran on a push to any of the branches within the repo. Now it will run on: - pushes to master - pushes to develop - PRs - manual trigger
fix: updated function that was used in an example
Format PR template and limit workflow runs
Prior to this change only multi-selection dropdown could be cleared. This change makes `update_dropdown_input` behavior analogous to `shiny::updateSelectInput`. Note: this is a breaking change. Prior to this commit updating with `character(0)` or `""` did not have any effect.
Expected `update_dropdown_input` behavior: - choices != NULL and value == NULL changes choices and clears selection - choices != NULL and value != NULL changes choices and sets selection - value == "" and value == character(0) clear the dropdown - Providing a value not present in choices doesn't change the selection The behavior is uniform between a single-selection and a multi-selection variants. Note: - an empty single-selection `dropdown_input` returns "" (no changes) - an empty multi-selection `dropdown_input` returns NULL (no changes)
458 dropdown clear
Pre release changes 0.5.1
Upon removal, an organization-wide template will be used. The template is stored in Appsilon/.github repository.
chore: remove project-specific PR template
TymekDev
approved these changes
Apr 9, 2024
chore: Change version in NEWS.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
shiny.semantic 0.5.1 release
Definition of Done
R CMD check
, linter, unit tests, spelling)..Rd
files withroxygen2::roxygenise()
)