@availity/element 2.3.3 → 3.0.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,89 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [3.0.1](https://github.com/Availity/element/compare/@availity/element@3.0.0...@availity/element@3.0.1) (2026-06-24)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-controlled-form` updated to version `3.0.0`
10
+ * `mui-feedback` updated to version `3.0.0`
11
+ * `mui-page-header` updated to version `3.0.0`
12
+ ## [3.0.0](https://github.com/Availity/element/compare/@availity/element@2.3.3...@availity/element@3.0.0) (2026-06-16)
13
+
14
+ ### Dependency Updates
15
+
16
+ * `mui-accordion` updated to version `2.3.3`
17
+ * `mui-alert` updated to version `2.3.3`
18
+ * `mui-authorize` updated to version `2.3.3`
19
+ * `mui-autocomplete` updated to version `2.3.3`
20
+ * `mui-avatar` updated to version `2.3.3`
21
+ * `mui-backdrop` updated to version `2.3.3`
22
+ * `mui-badge` updated to version `2.3.3`
23
+ * `mui-block-ui` updated to version `2.3.3`
24
+ * `mui-breadcrumbs` updated to version `2.3.3`
25
+ * `mui-button` updated to version `2.3.3`
26
+ * `mui-card` updated to version `2.3.3`
27
+ * `mui-checkbox` updated to version `2.3.3`
28
+ * `mui-chip` updated to version `2.3.3`
29
+ * `mui-controlled-form` updated to version `2.3.3`
30
+ * `mui-datepicker` updated to version `2.3.3`
31
+ * `mui-dialog` updated to version `2.3.3`
32
+ * `mui-disclaimer` updated to version `2.3.3`
33
+ * `mui-divider` updated to version `2.3.3`
34
+ * `mui-drawer` updated to version `2.3.3`
35
+ * `mui-empty-state` updated to version `2.3.3`
36
+ * `mui-event-tracker` updated to version `2.3.3`
37
+ * `mui-favorites` updated to version `2.3.3`
38
+ * `mui-feedback` updated to version `2.3.3`
39
+ * `mui-file-selector` updated to version `2.3.3`
40
+ * `mui-form-utils` updated to version `2.3.3`
41
+ * `mui-icon` updated to version `2.3.3`
42
+ * `mui-layout` updated to version `2.3.3`
43
+ * `mui-link` updated to version `2.3.3`
44
+ * `mui-list` updated to version `2.3.3`
45
+ * `mui-menu` updated to version `2.3.3`
46
+ * `mui-modal` updated to version `2.3.3`
47
+ * `mui-page-header` updated to version `2.3.3`
48
+ * `mui-pagination` updated to version `2.3.3`
49
+ * `mui-paper` updated to version `2.3.3`
50
+ * `mui-popover` updated to version `2.3.3`
51
+ * `mui-popper` updated to version `2.3.3`
52
+ * `mui-progress` updated to version `2.3.3`
53
+ * `mui-snackbar` updated to version `2.3.3`
54
+ * `mui-spaces` updated to version `2.3.3`
55
+ * `mui-stepper` updated to version `2.3.3`
56
+ * `mui-table` updated to version `2.3.3`
57
+ * `mui-tabs` updated to version `2.3.3`
58
+ * `mui-textfield` updated to version `2.3.3`
59
+ * `mui-toggle-button` updated to version `2.3.3`
60
+ * `mui-tooltip` updated to version `2.3.3`
61
+ * `mui-transitions` updated to version `2.3.3`
62
+ * `mui-tree` updated to version `2.3.3`
63
+ * `mui-typography` updated to version `2.3.3`
64
+ * `mui-utils` updated to version `2.3.3`
65
+ * `theme-provider` updated to version `2.3.3`
66
+
67
+ ### ⚠ BREAKING CHANGES
68
+
69
+ * CJS builds removed, packages are ESM-only.
70
+
71
+ - Convert all packages to ESM (type: module)
72
+ - Replace Jest with Vitest for all test targets
73
+ - Migrate ESLint to v9 flat config (eslint.config.js)
74
+ - Build output ESM-only (removed CJS dist/index.js require path)
75
+ - Upgrade @tanstack/react-query from v4 to v5
76
+ - Upgrade @availity/api-axios to v13
77
+ - Drop Node 20 support (engines: ^22.0.0 || ^24.0.0)
78
+ - Bump React to 19.2.7, MUI to 7.3.11, TypeScript to 5.9.3
79
+ - Simplify CI caching with built-in yarn cache action + Nx cache
80
+ - Modernize nx.json configuration
81
+ - Update husky hooks to use yarn directly
82
+ - Replace lint-staged nx affected with direct eslint
83
+
84
+ ### Features
85
+
86
+ * migrate to ESM, Vitest, and ESLint 9 flat config ([cc22bb4](https://github.com/Availity/element/commit/cc22bb4a230bc1f3b190f187c4e61249d015b25b))
87
+
5
88
  ## [2.3.3](https://github.com/Availity/element/compare/@availity/element@2.3.2...@availity/element@2.3.3) (2026-06-03)
6
89
 
7
90
  ### Dependency Updates