@fluentui/react-overflow 9.6.2 → 9.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -1
 - package/package.json +4 -4
 
    
        package/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,9 +1,20 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Change Log - @fluentui/react-overflow
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
     | 
    
         
            -
            This log was last generated on  
     | 
| 
      
 3 
     | 
    
         
            +
            This log was last generated on Fri, 31 Oct 2025 16:17:38 GMT and should not be manually modified.
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
       5 
5 
     | 
    
         
             
            <!-- Start content -->
         
     | 
| 
       6 
6 
     | 
    
         | 
| 
      
 7 
     | 
    
         
            +
            ## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.6.3)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            Fri, 31 Oct 2025 16:17:38 GMT 
         
     | 
| 
      
 10 
     | 
    
         
            +
            [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.6.1..@fluentui/react-overflow_v9.6.3)
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            ### Patches
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            - Bump @fluentui/priority-overflow to v9.2.1 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
         
     | 
| 
      
 15 
     | 
    
         
            +
            - Bump @fluentui/react-context-selector to v9.2.10 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
         
     | 
| 
      
 16 
     | 
    
         
            +
            - Bump @fluentui/react-utilities to v9.25.2 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
       7 
18 
     | 
    
         
             
            ## [9.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.6.1)
         
     | 
| 
       8 
19 
     | 
    
         | 
| 
       9 
20 
     | 
    
         
             
            Wed, 08 Oct 2025 12:04:53 GMT 
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@fluentui/react-overflow",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "9.6. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "9.6.3",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "React bindings for @fluentui/priority-overflow",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "main": "lib-commonjs/index.js",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "module": "lib/index.js",
         
     | 
| 
         @@ -19,10 +19,10 @@ 
     | 
|
| 
       19 
19 
     | 
    
         
             
                "@fluentui/scripts-cypress": "*"
         
     | 
| 
       20 
20 
     | 
    
         
             
              },
         
     | 
| 
       21 
21 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       22 
     | 
    
         
            -
                "@fluentui/priority-overflow": "^9.2. 
     | 
| 
       23 
     | 
    
         
            -
                "@fluentui/react-context-selector": "^9.2. 
     | 
| 
      
 22 
     | 
    
         
            +
                "@fluentui/priority-overflow": "^9.2.1",
         
     | 
| 
      
 23 
     | 
    
         
            +
                "@fluentui/react-context-selector": "^9.2.10",
         
     | 
| 
       24 
24 
     | 
    
         
             
                "@fluentui/react-theme": "^9.2.0",
         
     | 
| 
       25 
     | 
    
         
            -
                "@fluentui/react-utilities": "^9.25. 
     | 
| 
      
 25 
     | 
    
         
            +
                "@fluentui/react-utilities": "^9.25.2",
         
     | 
| 
       26 
26 
     | 
    
         
             
                "@griffel/react": "^1.5.22",
         
     | 
| 
       27 
27 
     | 
    
         
             
                "@swc/helpers": "^0.5.1"
         
     | 
| 
       28 
28 
     | 
    
         
             
              },
         
     |