@fluentui/react-field 9.4.6 → 9.4.8
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 +24 -2
 - package/package.json +5 -5
 
    
        package/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,12 +1,34 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Change Log - @fluentui/react-field
         
     | 
| 
       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.4.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.4.8)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            Tue, 21 Oct 2025 14:13:12 GMT 
         
     | 
| 
      
 10 
     | 
    
         
            +
            [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.4.7..@fluentui/react-field_v9.4.8)
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            ### Patches
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            - Bump @fluentui/react-jsx-runtime to v9.3.0 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
         
     | 
| 
      
 15 
     | 
    
         
            +
            - Bump @fluentui/react-label to v9.3.8 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            ## [9.4.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.4.7)
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
            Wed, 08 Oct 2025 12:04:53 GMT 
         
     | 
| 
      
 20 
     | 
    
         
            +
            [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.4.6..@fluentui/react-field_v9.4.7)
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
            ### Patches
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
            - Bump @fluentui/react-context-selector to v9.2.9 ([PR #35294](https://github.com/microsoft/fluentui/pull/35294) by beachball)
         
     | 
| 
      
 25 
     | 
    
         
            +
            - Bump @fluentui/react-jsx-runtime to v9.2.2 ([PR #35294](https://github.com/microsoft/fluentui/pull/35294) by beachball)
         
     | 
| 
      
 26 
     | 
    
         
            +
            - Bump @fluentui/react-label to v9.3.7 ([PR #35294](https://github.com/microsoft/fluentui/pull/35294) by beachball)
         
     | 
| 
      
 27 
     | 
    
         
            +
            - Bump @fluentui/react-utilities to v9.25.1 ([PR #35294](https://github.com/microsoft/fluentui/pull/35294) by beachball)
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
       7 
29 
     | 
    
         
             
            ## [9.4.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.4.6)
         
     | 
| 
       8 
30 
     | 
    
         | 
| 
       9 
     | 
    
         
            -
            Thu, 02 Oct 2025 15: 
     | 
| 
      
 31 
     | 
    
         
            +
            Thu, 02 Oct 2025 15:12:21 GMT 
         
     | 
| 
       10 
32 
     | 
    
         
             
            [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.4.5..@fluentui/react-field_v9.4.6)
         
     | 
| 
       11 
33 
     | 
    
         | 
| 
       12 
34 
     | 
    
         
             
            ### Patches
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@fluentui/react-field",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "9.4. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "9.4.8",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Fluent UI Field components",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "main": "lib-commonjs/index.js",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "module": "lib/index.js",
         
     | 
| 
         @@ -19,13 +19,13 @@ 
     | 
|
| 
       19 
19 
     | 
    
         
             
                "@fluentui/scripts-api-extractor": "*"
         
     | 
| 
       20 
20 
     | 
    
         
             
              },
         
     | 
| 
       21 
21 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       22 
     | 
    
         
            -
                "@fluentui/react-context-selector": "^9.2. 
     | 
| 
      
 22 
     | 
    
         
            +
                "@fluentui/react-context-selector": "^9.2.9",
         
     | 
| 
       23 
23 
     | 
    
         
             
                "@fluentui/react-icons": "^2.0.245",
         
     | 
| 
       24 
     | 
    
         
            -
                "@fluentui/react-jsx-runtime": "^9. 
     | 
| 
       25 
     | 
    
         
            -
                "@fluentui/react-label": "^9.3. 
     | 
| 
      
 24 
     | 
    
         
            +
                "@fluentui/react-jsx-runtime": "^9.3.0",
         
     | 
| 
      
 25 
     | 
    
         
            +
                "@fluentui/react-label": "^9.3.8",
         
     | 
| 
       26 
26 
     | 
    
         
             
                "@fluentui/react-shared-contexts": "^9.25.2",
         
     | 
| 
       27 
27 
     | 
    
         
             
                "@fluentui/react-theme": "^9.2.0",
         
     | 
| 
       28 
     | 
    
         
            -
                "@fluentui/react-utilities": "^9.25. 
     | 
| 
      
 28 
     | 
    
         
            +
                "@fluentui/react-utilities": "^9.25.1",
         
     | 
| 
       29 
29 
     | 
    
         
             
                "@griffel/react": "^1.5.22",
         
     | 
| 
       30 
30 
     | 
    
         
             
                "@swc/helpers": "^0.5.1"
         
     | 
| 
       31 
31 
     | 
    
         
             
              },
         
     |