@availity/mui-breadcrumbs 1.0.3 → 1.0.4

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 CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.0.4](https://github.com/Availity/element/compare/@availity/mui-breadcrumbs@1.0.3...@availity/mui-breadcrumbs@1.0.4) (2025-04-29)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-link` updated to version `1.0.3`
10
+
11
+ ### Bug Fixes
12
+
13
+ * update unit test ([49f5ade](https://github.com/Availity/element/commit/49f5ade444aa32135019d7703ca2cd1461d7806b))
14
+
5
15
  ## [1.0.3](https://github.com/Availity/element/compare/@availity/mui-breadcrumbs@1.0.2...@availity/mui-breadcrumbs@1.0.3) (2025-04-24)
6
16
 
7
17
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-breadcrumbs",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Availity MUI Breadcrumbs Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -55,6 +55,6 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@availity/mui-icon": "^1.0.2",
58
- "@availity/mui-link": "^1.0.3"
58
+ "@availity/mui-link": "^1.1.0"
59
59
  }
60
60
  }
@@ -130,6 +130,7 @@ describe('Breadcrumbs', () => {
130
130
  { name: 'Grand Parent', url: '/grandparent', target: '_self' },
131
131
  { name: 'Parent', url: '/grandparent/parent' },
132
132
  ]}
133
+ LinkProps={{ loadApp: false }}
133
134
  />
134
135
  );
135
136