@availity/mui-autocomplete 1.2.0 → 1.2.1

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,11 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.2.1](https://github.com/Availity/element/compare/@availity/mui-autocomplete@1.2.0...@availity/mui-autocomplete@1.2.1) (2025-05-20)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@availity/mock` updated to version `1.2.0`
5
10
  ## [1.2.0](https://github.com/Availity/element/compare/@availity/mui-autocomplete@1.1.4...@availity/mui-autocomplete@1.2.0) (2025-05-12)
6
11
 
7
12
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-autocomplete",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Availity MUI Autocomplete Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -71,6 +71,9 @@ export const _Multi: StoryObj<typeof Autocomplete> = {
71
71
  },
72
72
  };
73
73
 
74
+ /** Notice the new `read-only` styling. We're moving away from `disabled` in favor of `read-only`.
75
+ * _See the [Disabled Fields Explainer](./?path=/docs/bs4-migration-form-migration--disabled-fields) for more information on when to use each._
76
+ */
74
77
  export const _States: StoryObj<typeof Autocomplete> = {
75
78
  render: (args) => (
76
79
  <Stack direction="row" sx={{ flexWrap: 'wrap' }}>