@fluentui/react-breadcrumb 9.0.43 → 9.0.44
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 +18 -1
- package/README.md +0 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,26 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-breadcrumb
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 06 Dec 2024 12:49:11 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-breadcrumb_v9.0.44)
|
|
8
|
+
|
|
9
|
+
Fri, 06 Dec 2024 12:49:11 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-breadcrumb_v9.0.42..@fluentui/react-breadcrumb_v9.0.44)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Updated README.md ([PR #33385](https://github.com/microsoft/fluentui/pull/33385) by vkozlova@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-aria to v9.13.10 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
|
|
16
|
+
- Bump @fluentui/react-button to v9.3.96 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
|
|
17
|
+
- Bump @fluentui/react-link to v9.3.3 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
|
|
18
|
+
- Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
|
|
19
|
+
- Bump @fluentui/react-tabster to v9.23.1 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
|
|
20
|
+
- Bump @fluentui/react-theme to v9.1.23 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
|
|
21
|
+
- Bump @fluentui/react-utilities to v9.18.18 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
|
|
22
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
|
|
23
|
+
|
|
7
24
|
## [9.0.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-breadcrumb_v9.0.42)
|
|
8
25
|
|
|
9
26
|
Mon, 11 Nov 2024 10:01:06 GMT
|
package/README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
**React Breadcrumb components for [Fluent UI React](https://react.fluentui.dev/)**
|
|
4
4
|
|
|
5
|
-
These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
|
|
6
|
-
|
|
7
5
|
Breadcrumbs should be used as a navigational aid in your app or site. They indicate the current page's location within a hierarchy and help the user understand where they are in relation to the rest of that hierarchy.
|
|
8
6
|
|
|
9
7
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-breadcrumb",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.44",
|
|
4
4
|
"description": "Breadcrumb component for Fluent UI React.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"@fluentui/scripts-cypress": "*"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluentui/react-aria": "^9.13.
|
|
26
|
-
"@fluentui/react-button": "^9.3.
|
|
25
|
+
"@fluentui/react-aria": "^9.13.10",
|
|
26
|
+
"@fluentui/react-button": "^9.3.96",
|
|
27
27
|
"@fluentui/react-icons": "^2.0.245",
|
|
28
|
-
"@fluentui/react-link": "^9.3.
|
|
29
|
-
"@fluentui/react-shared-contexts": "^9.21.
|
|
30
|
-
"@fluentui/react-tabster": "^9.23.
|
|
31
|
-
"@fluentui/react-theme": "^9.1.
|
|
32
|
-
"@fluentui/react-utilities": "^9.18.
|
|
33
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
|
28
|
+
"@fluentui/react-link": "^9.3.3",
|
|
29
|
+
"@fluentui/react-shared-contexts": "^9.21.1",
|
|
30
|
+
"@fluentui/react-tabster": "^9.23.1",
|
|
31
|
+
"@fluentui/react-theme": "^9.1.23",
|
|
32
|
+
"@fluentui/react-utilities": "^9.18.18",
|
|
33
|
+
"@fluentui/react-jsx-runtime": "^9.0.47",
|
|
34
34
|
"@griffel/react": "^1.5.22",
|
|
35
35
|
"@swc/helpers": "^0.5.1"
|
|
36
36
|
},
|