@fluentui/react-popover 9.12.8 → 9.12.9
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 +13 -2
 - package/package.json +4 -4
 
    
        package/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,12 +1,23 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Change Log - @fluentui/react-popover
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
     | 
    
         
            -
            This log was last generated on  
     | 
| 
      
 3 
     | 
    
         
            +
            This log was last generated on Tue, 21 Oct 2025 14:13:12 GMT and should not be manually modified.
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
       5 
5 
     | 
    
         
             
            <!-- Start content -->
         
     | 
| 
       6 
6 
     | 
    
         | 
| 
      
 7 
     | 
    
         
            +
            ## [9.12.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.12.9)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            Tue, 21 Oct 2025 14:13:12 GMT 
         
     | 
| 
      
 10 
     | 
    
         
            +
            [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.12.8..@fluentui/react-popover_v9.12.9)
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            ### Patches
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            - Bump @fluentui/react-aria to v9.17.3 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
         
     | 
| 
      
 15 
     | 
    
         
            +
            - Bump @fluentui/react-portal to v9.8.5 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
         
     | 
| 
      
 16 
     | 
    
         
            +
            - Bump @fluentui/react-jsx-runtime to v9.3.0 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
       7 
18 
     | 
    
         
             
            ## [9.12.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.12.8)
         
     | 
| 
       8 
19 
     | 
    
         | 
| 
       9 
     | 
    
         
            -
            Wed, 08 Oct 2025 12: 
     | 
| 
      
 20 
     | 
    
         
            +
            Wed, 08 Oct 2025 12:04:53 GMT 
         
     | 
| 
       10 
21 
     | 
    
         
             
            [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.12.7..@fluentui/react-popover_v9.12.8)
         
     | 
| 
       11 
22 
     | 
    
         | 
| 
       12 
23 
     | 
    
         
             
            ### Patches
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@fluentui/react-popover",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "9.12. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "9.12.9",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Popover component for Fluent UI",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "main": "lib-commonjs/index.js",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "module": "lib/index.js",
         
     | 
| 
         @@ -22,15 +22,15 @@ 
     | 
|
| 
       22 
22 
     | 
    
         
             
              },
         
     | 
| 
       23 
23 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       24 
24 
     | 
    
         
             
                "@fluentui/keyboard-keys": "^9.0.8",
         
     | 
| 
       25 
     | 
    
         
            -
                "@fluentui/react-aria": "^9.17. 
     | 
| 
      
 25 
     | 
    
         
            +
                "@fluentui/react-aria": "^9.17.3",
         
     | 
| 
       26 
26 
     | 
    
         
             
                "@fluentui/react-context-selector": "^9.2.9",
         
     | 
| 
       27 
     | 
    
         
            -
                "@fluentui/react-portal": "^9.8. 
     | 
| 
      
 27 
     | 
    
         
            +
                "@fluentui/react-portal": "^9.8.5",
         
     | 
| 
       28 
28 
     | 
    
         
             
                "@fluentui/react-positioning": "^9.20.7",
         
     | 
| 
       29 
29 
     | 
    
         
             
                "@fluentui/react-shared-contexts": "^9.25.2",
         
     | 
| 
       30 
30 
     | 
    
         
             
                "@fluentui/react-tabster": "^9.26.7",
         
     | 
| 
       31 
31 
     | 
    
         
             
                "@fluentui/react-theme": "^9.2.0",
         
     | 
| 
       32 
32 
     | 
    
         
             
                "@fluentui/react-utilities": "^9.25.1",
         
     | 
| 
       33 
     | 
    
         
            -
                "@fluentui/react-jsx-runtime": "^9. 
     | 
| 
      
 33 
     | 
    
         
            +
                "@fluentui/react-jsx-runtime": "^9.3.0",
         
     | 
| 
       34 
34 
     | 
    
         
             
                "@griffel/react": "^1.5.22",
         
     | 
| 
       35 
35 
     | 
    
         
             
                "@swc/helpers": "^0.5.1"
         
     | 
| 
       36 
36 
     | 
    
         
             
              },
         
     |