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

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    9bf3aac View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    f3f9027 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Update R/checkbox.R

    Remove whitespace
    
    Co-authored-by: Jakub Sobolewski <37193264+jakubsob@users.noreply.github.com>
    esraay and jakubsob committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    15304c9 View commit details
    Browse the repository at this point in the history
  2. Update R/checkbox.R

    Co-authored-by: Jakub Sobolewski <37193264+jakubsob@users.noreply.github.com>
    esraay and jakubsob committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    b29b41d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    578408e View commit details
    Browse the repository at this point in the history
  4. 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
    esraay committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    c570ef5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a60378 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd29dbb View commit details
    Browse the repository at this point in the history
  7. Add class parameter to semantic_DT

    It gives the ability to use all fomanticUI table classes and use the default class without fomanticUI
    esraay committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    8a771dc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    4e82ade View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    f50d503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7ac276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    318495f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e8abd4 View commit details
    Browse the repository at this point in the history
  5. 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
    jakubnowicki committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    1f3e98d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into esra-update_multiple_checkbox-not-support…

    …ing-choices-with-single-quote
    jakubnowicki committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    bd3077b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9055a96 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2d65e2 View commit details
    Browse the repository at this point in the history
  9. 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
    jakubnowicki committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a07cc1c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    5891740 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    bd8349c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    a4b26ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #409 from Appsilon/esra-selected-rows-are-not-high…

    …lghted
    
    Fix DT tables selected row highlight with updating css
    jakubnowicki committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0d923f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    6f2aa5d View commit details
    Browse the repository at this point in the history
  2. 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
    TymekDev committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b700ca0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ddabd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Merge pull request #454 from svalvaro/develop

    fix: updated function that was used in an example
    jakubnowicki committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3bbabdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #457 from Appsilon/pr-template-update

    Format PR template and limit workflow runs
    jakubnowicki committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7155326 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    6532e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e86016 View commit details
    Browse the repository at this point in the history
  3. 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.
    TymekDev committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    44cb306 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0976c23 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. 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)
    TymekDev committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4207467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd0e434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b15888e View commit details
    Browse the repository at this point in the history
  4. chore: update NEWS.md

    TymekDev committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    bf8f611 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request #459 from Appsilon/458-dropdown-clear

    458 dropdown clear
    jakubnowicki committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6fc2ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef44fb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc8b4d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f852789 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request #460 from Appsilon/pre-release-changes-0.5.1

    Pre release changes 0.5.1
    jakubnowicki committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b4619ab View commit details
    Browse the repository at this point in the history
  2. chore: remove project-specific PR template

    Upon removal, an organization-wide template will be used. The template
    is stored in Appsilon/.github repository.
    TymekDev committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    29dc55c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #461 from Appsilon/pr-template-change

    chore: remove project-specific PR template
    TymekDev committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9b78a10 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    97103a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #463 from Appsilon/change-version-in-NEWS

    chore: Change version in NEWS.
    jakubnowicki committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7dbe893 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0eb214 View commit details
    Browse the repository at this point in the history