@viasat/beam-react 2.63.0 → 2.64.0

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/CHANGELOG.md +10 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 2.64.0 (2026-09-01)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **web-components:** real-browser test lane (WTR) + FormField name reflection fix so beam's inputs work with none beam forms ([#1425](https://git.viasat.com/vega/Beam/pull/1425))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Evans, Joel
10
+
1
11
  ## 2.63.0 (2026-09-01)
2
12
 
3
13
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viasat/beam-react",
3
- "version": "2.63.0",
3
+ "version": "2.64.0",
4
4
  "description": "React component library for the Beam design system",
5
5
  "license": "MIT",
6
6
  "author": "Viasat",
@@ -60,12 +60,12 @@
60
60
  "access": "public"
61
61
  },
62
62
  "dependencies": {
63
- "@viasat/beam-fonts": "2.63.0",
64
- "@viasat/beam-shared": "2.63.0",
65
- "@viasat/beam-styles": "2.63.0",
66
- "@viasat/beam-tokens": "2.63.0",
67
- "@viasat/beam-icons": "2.63.0",
68
- "@viasat/beam-react-claude-plugin": "2.63.0",
63
+ "@viasat/beam-fonts": "2.64.0",
64
+ "@viasat/beam-shared": "2.64.0",
65
+ "@viasat/beam-styles": "2.64.0",
66
+ "@viasat/beam-tokens": "2.64.0",
67
+ "@viasat/beam-icons": "2.64.0",
68
+ "@viasat/beam-react-claude-plugin": "2.64.0",
69
69
  "clsx": "^1.2.1",
70
70
  "@floating-ui/react": "^0.26.18",
71
71
  "@stepperize/react": "^5.1.5",