@hievilmath/browser-formidavim 1.10.3 → 1.10.5
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/README.md +11 -0
- package/index.js +383 -364
- package/index.mjs +13211 -12858
- package/lib/components/DataRenderer.d.ts +1 -1
- package/lib/components/FormWrapper.d.ts +3 -1
- package/lib/components/inputs/Scale.d.ts +1 -1
- package/lib/constants/keys.d.ts +3 -0
- package/lib/utils/redirect.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Quick notes about changes made to this package for each version.
|
|
4
4
|
|
|
5
|
+
## Version 1.10.5
|
|
6
|
+
|
|
7
|
+
- CM-4346 Fix redirect component for individual flows
|
|
8
|
+
|
|
9
|
+
## Version 1.10.4
|
|
10
|
+
|
|
11
|
+
- Pressing Enter on forms should advance the user to the next form given that the form is filled out correctly, mirroring the next button today in prod
|
|
12
|
+
- Scale component → changed underlying structure to use radio instead of buttons
|
|
13
|
+
- Billing page → styling tweak to fix TOC checkbox
|
|
14
|
+
- Radio component → styling tweak to show when tabbed
|
|
15
|
+
|
|
5
16
|
## Version 1.10.3
|
|
6
17
|
|
|
7
18
|
- CM-3992 Fix OpenAPI gen issues
|