Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: r-wasm/shiny
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rstudio/shiny
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 66 files changed
  • 6 contributors

Commits on Aug 14, 2025

  1. fix(scss): Remove updated scss files and restore R sass compilation (r…

    …studio#4272)
    
    * Revert changes in 8861645 from rstudio#4252
    
    We compile from R sass. So we should be partial to R's compiler, no the latest in npm
    
    * Restore original compile script (with message) that built using R-sass, not npm
    
    * Add step in build command to update the sass output
    
    * run new command
    schloerke authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    80a9ff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

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

Commits on Aug 21, 2025

  1. fix: add CSS workaround to hide all but the first selectize remove bu…

    …tton (rstudio#4275)
    
    * fix: add CSS workaround to hide all but the first selectize remove button
    
    * Update news
    
    * Apply suggestions from code review
    cpsievert authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    6d6b0ea View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. feat: add shinyRemoveButton selectize.js option (for py-shiny) (rst…

    …udio#4276)
    
    * fix: supply and retain default selectize.js plugins (for py-shiny)
    
    * `npm run build` (GitHub Actions)
    
    * Move more in a 'remove_button' attribute direction
    
    * `npm run build` (GitHub Actions)
    
    * Move to a JSON-only approach
    
    * `npm run build` (GitHub Actions)
    
    * Drop sticky update logic by always sending 'missing' value and resolving client-side
    
    * Cleanup
    
    * Don't mutate options; better typing pattern
    
    * `npm run build` (GitHub Actions)
    
    ---------
    
    Co-authored-by: cpsievert <[email protected]>
    cpsievert and cpsievert authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    f981ed6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

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

Commits on Sep 9, 2025

  1. Update package.json for publishing (rstudio#4284)

    * Update package.json for publishing
    
    * Use custom readme file for npm
    
    * Update repository URLs
    
    * Script cleanup
    
    * Use name @posit/shiny
    wch authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    b6e9e9d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

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

Commits on Oct 14, 2025

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

Commits on Oct 15, 2025

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

Commits on Oct 22, 2025

  1. feat: Replace client-side markdown rendering with server-side in show…

    …case mode (rstudio#4306)
    
    * feat: Replace client-side markdown rendering with server-side in showcase mode
    
    * `devtools::document()` (GitHub Actions)
    
    * chore: callout rendering differences may happen
    gadenbuie authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    592e825 View commit details
    Browse the repository at this point in the history
Loading