Skip to content
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 46 commits into from Apr 9, 2024
Merged

shiny.semantic 0.5.1 release #462

merged 46 commits into from Apr 9, 2024

Conversation

jakubnowicki
Copy link
Member

Description

shiny.semantic 0.5.1 release

Definition of Done

  • The change is thoroughly documented.
  • The CI passes (R CMD check, linter, unit tests, spelling).
  • Any generated files have been updated (e.g. .Rd files with roxygen2::roxygenise())

esray1 and others added 30 commits April 29, 2022 12:02
Remove whitespace

Co-authored-by: Jakub Sobolewski <37193264+jakubsob@users.noreply.github.com>
Co-authored-by: Jakub Sobolewski <37193264+jakubsob@users.noreply.github.com>
…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
…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
TymekDev and others added 13 commits March 25, 2024 21:37
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)
Upon removal, an organization-wide template will be used. The template
is stored in Appsilon/.github repository.
chore: remove project-specific PR template
@jakubnowicki jakubnowicki merged commit 1d0903a into master Apr 9, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants