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: codesandbox/sandpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.19.1
Choose a base ref
...
head repository: codesandbox/sandpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.19.2
Choose a head ref
  • 3 commits
  • 14 files changed
  • 3 contributors

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. fix: accessibility issue in tabs (#1184)

    * fix: accessibility issue in  tabs
    
    * refactor: use css to give outline to the tab when button is focused over js
    
    * chore: remove console.log
    
    * chore: remove unwanted color from FileTab
    
    * add sandpack id
    
    * tweak focus
    
    * feat: add unique id to each tab and tab panel for aria-* attributes
    
    * chore: revert back code editor stories changes
    
    * chore: remove focus-within added in codeEditor/styles
    
    * refactor: make activeFileUniqueId as optional paramater in FileTabs
    
    ---------
    
    Co-authored-by: Danilo Woznica <danilowoz@gmail.com>
    shrilakshmishastry and danilowoz authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    98af978 View commit details
    Browse the repository at this point in the history
  2. chore: [skip ci] bump packages

    codesandbot[bot] committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f7ac596 View commit details
    Browse the repository at this point in the history
Loading