@wavelengthusaf/components 4.26.1 → 4.26.3

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.
Files changed (2) hide show
  1. package/README.md +43 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,11 +14,53 @@ npm install @wavelengthusaf/components
14
14
 
15
15
  ## Release Notes
16
16
 
17
- ### 5.0.3
17
+ ### 4.26.8
18
+
19
+ - 6/1/2026
20
+ - Added Jest tests for `wavelength-menu` web component.
21
+
22
+ ### 4.26.7
23
+
24
+ - 5/26/2026
25
+ - Added Jest test file for the `wavelength-slider` web component.
26
+
27
+ ### 4.26.6
28
+
29
+ - 5/26/2026
30
+ - Added Jest tests for the `wavelength-snackbar` web component.
31
+
32
+ ### 4.26.5
33
+
34
+ - 5/28/2026
35
+ - Added a Jest test file for the `wavelength-popup-menu` web component.
36
+
37
+ ### 4.26.4
38
+
39
+ - 5/26/2026
40
+ - Added Jest tests for the `wavelength-tooltip` web component.
41
+
42
+ ### 4.26.3
18
43
 
19
44
  - 5/21/2026
45
+ - Added Jest test for `wavelength-title-bar` web component
46
+
47
+ ### 4.26.2
48
+
49
+ - 5/19/2026
50
+ - Added Jest test for `wavelength-dropdown` web component
51
+
52
+ ## 4.26.1 Rollback
53
+
54
+ ### 5.0.4
55
+
56
+ - 5/19/2026
20
57
  - Added Jest test for `wavelength-checkbox-list` web component
21
58
 
59
+ ### 5.0.3
60
+
61
+ - 5/18/2026
62
+ - Added Jest test for `wavelength-badge` web component
63
+
22
64
  ### 5.0.2
23
65
 
24
66
  - 5/15/2026
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wavelengthusaf/components",
3
3
  "author": "563 EWS - Wavelength",
4
4
  "license": "MIT",
5
- "version": "4.26.1",
5
+ "version": "4.26.3",
6
6
  "description": "Common component library used by Wavelength developers",
7
7
  "main": "/dist/cjs/index.cjs",
8
8
  "module": "/dist/esm/index.js",
@@ -71,7 +71,7 @@
71
71
  "@emotion/styled": "^11.11.0",
72
72
  "@mui/icons-material": "^5.16.5",
73
73
  "@mui/material": "^5.15.7",
74
- "@wavelengthusaf/web-components": "^2.0.3",
74
+ "@wavelengthusaf/web-components": "^2.0.4",
75
75
  "react": "^18.0.0",
76
76
  "styled-components": "^6.1.12",
77
77
  "typescript": "^5.5.2"