-
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
Commits on Apr 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9bf3aac - Browse repository at this point
Copy the full SHA 9bf3aacView commit details
Commits on May 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f3f9027 - Browse repository at this point
Copy the full SHA f3f9027View commit details
Commits on Oct 23, 2022
-
Remove whitespace Co-authored-by: Jakub Sobolewski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15304c9 - Browse repository at this point
Copy the full SHA 15304c9View commit details -
Co-authored-by: Jakub Sobolewski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b29b41d - Browse repository at this point
Copy the full SHA b29b41dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 578408e - Browse repository at this point
Copy the full SHA 578408eView commit details -
Merge branch 'esra-update_multiple_checkbox-not-supporting-choices-wi…
…th-single-quote' of https://github.com/Appsilon/shiny.semantic into esra-update_multiple_checkbox-not-supporting-choices-with-single-quote
Configuration menu - View commit details
-
Copy full SHA for c570ef5 - Browse repository at this point
Copy the full SHA c570ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a60378 - Browse repository at this point
Copy the full SHA 0a60378View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd29dbb - Browse repository at this point
Copy the full SHA fd29dbbView commit details -
Add class parameter to semantic_DT
It gives the ability to use all fomanticUI table classes and use the default class without fomanticUI
Configuration menu - View commit details
-
Copy full SHA for 8a771dc - Browse repository at this point
Copy the full SHA 8a771dcView commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e82ade - Browse repository at this point
Copy the full SHA 4e82adeView commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f50d503 - Browse repository at this point
Copy the full SHA f50d503View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ac276 - Browse repository at this point
Copy the full SHA f7ac276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 318495f - Browse repository at this point
Copy the full SHA 318495fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8abd4 - Browse repository at this point
Copy the full SHA 3e8abd4View commit details -
Merge pull request #425 from Appsilon/esra-upper-value-for-range_inpu…
…t-missing Add a new register input handler for the shiny.vector type
Configuration menu - View commit details
-
Copy full SHA for 1f3e98d - Browse repository at this point
Copy the full SHA 1f3e98dView commit details -
Merge branch 'develop' into esra-update_multiple_checkbox-not-support…
…ing-choices-with-single-quote
Configuration menu - View commit details
-
Copy full SHA for bd3077b - Browse repository at this point
Copy the full SHA bd3077bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9055a96 - Browse repository at this point
Copy the full SHA 9055a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d65e2 - Browse repository at this point
Copy the full SHA a2d65e2View commit details -
Merge pull request #412 from Appsilon/esra-update_multiple_checkbox-n…
…ot-supporting-choices-with-single-quote Fix json conversation of strings with single quote
Configuration menu - View commit details
-
Copy full SHA for a07cc1c - Browse repository at this point
Copy the full SHA a07cc1cView commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5891740 - Browse repository at this point
Copy the full SHA 5891740View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd8349c - Browse repository at this point
Copy the full SHA bd8349cView commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4b26ae - Browse repository at this point
Copy the full SHA a4b26aeView commit details -
Merge pull request #409 from Appsilon/esra-selected-rows-are-not-high…
…lghted Fix DT tables selected row highlight with updating css
Configuration menu - View commit details
-
Copy full SHA for 0d923f9 - Browse repository at this point
Copy the full SHA 0d923f9View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f2aa5d - Browse repository at this point
Copy the full SHA 6f2aa5dView commit details -
ci: limit number of workflow runs
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
Configuration menu - View commit details
-
Copy full SHA for b700ca0 - Browse repository at this point
Copy the full SHA b700ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ddabd2 - Browse repository at this point
Copy the full SHA 8ddabd2View commit details
Commits on Mar 22, 2024
-
Merge pull request #454 from svalvaro/develop
fix: updated function that was used in an example
Configuration menu - View commit details
-
Copy full SHA for 3bbabdb - Browse repository at this point
Copy the full SHA 3bbabdbView commit details -
Merge pull request #457 from Appsilon/pr-template-update
Format PR template and limit workflow runs
Configuration menu - View commit details
-
Copy full SHA for 7155326 - Browse repository at this point
Copy the full SHA 7155326View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6532e8e - Browse repository at this point
Copy the full SHA 6532e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e86016 - Browse repository at this point
Copy the full SHA 3e86016View commit details -
fix!: clear single-selection dropdown on
character(0)
and""
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.
Configuration menu - View commit details
-
Copy full SHA for 44cb306 - Browse repository at this point
Copy the full SHA 44cb306View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0976c23 - Browse repository at this point
Copy the full SHA 0976c23View commit details
Commits on Mar 26, 2024
-
test: define update_dropdown_input behavior
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)
Configuration menu - View commit details
-
Copy full SHA for 4207467 - Browse repository at this point
Copy the full SHA 4207467View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd0e434 - Browse repository at this point
Copy the full SHA dd0e434View commit details -
Configuration menu - View commit details
-
Copy full SHA for b15888e - Browse repository at this point
Copy the full SHA b15888eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8f611 - Browse repository at this point
Copy the full SHA bf8f611View commit details
Commits on Apr 4, 2024
-
Merge pull request #459 from Appsilon/458-dropdown-clear
458 dropdown clear
Configuration menu - View commit details
-
Copy full SHA for 6fc2ab5 - Browse repository at this point
Copy the full SHA 6fc2ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef44fb9 - Browse repository at this point
Copy the full SHA ef44fb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8b4d6 - Browse repository at this point
Copy the full SHA cc8b4d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f852789 - Browse repository at this point
Copy the full SHA f852789View commit details
Commits on Apr 5, 2024
-
Merge pull request #460 from Appsilon/pre-release-changes-0.5.1
Pre release changes 0.5.1
Configuration menu - View commit details
-
Copy full SHA for b4619ab - Browse repository at this point
Copy the full SHA b4619abView commit details -
chore: remove project-specific PR template
Upon removal, an organization-wide template will be used. The template is stored in Appsilon/.github repository.
Configuration menu - View commit details
-
Copy full SHA for 29dc55c - Browse repository at this point
Copy the full SHA 29dc55cView commit details -
Merge pull request #461 from Appsilon/pr-template-change
chore: remove project-specific PR template
Configuration menu - View commit details
-
Copy full SHA for 9b78a10 - Browse repository at this point
Copy the full SHA 9b78a10View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97103a9 - Browse repository at this point
Copy the full SHA 97103a9View commit details -
Merge pull request #463 from Appsilon/change-version-in-NEWS
chore: Change version in NEWS.
Configuration menu - View commit details
-
Copy full SHA for 7dbe893 - Browse repository at this point
Copy the full SHA 7dbe893View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0eb214 - Browse repository at this point
Copy the full SHA a0eb214View commit details