terra-form-fieldset
Advanced tools
Comparing version 2.63.0 to 2.63.1
@@ -5,2 +5,7 @@ # Changelog | ||
## 2.63.1 - (December 14, 2021) | ||
* Changed | ||
* Migrate docs to terra-core-docs. | ||
## 2.63.0 - (September 21, 2021) | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "terra-form-fieldset", | ||
"main": "lib/Fieldset.js", | ||
"version": "2.63.0", | ||
"version": "2.63.1", | ||
"description": "Generic form fieldset component which handles the layout of a standard form fieldset including help text, legend, value and widget placement.", | ||
@@ -31,4 +31,4 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-form-field": "^4.20.0", | ||
"terra-form-input": "^4.17.0", | ||
"terra-form-field": "^4.20.1", | ||
"terra-form-input": "^4.17.1", | ||
"terra-theme-context": "^1.0.0" | ||
@@ -49,3 +49,3 @@ }, | ||
}, | ||
"gitHead": "b63b085b6be99ff184a3c43eab5d24843315942e" | ||
"gitHead": "7e2b4ffb8f4db441bf7489958f1a5a588a727272" | ||
} |
Terra.describeViewports('Fieldset', ['tiny', 'medium'], () => { | ||
it('should display populated Fieldset', () => { | ||
browser.url('/raw/tests/terra-form-fieldset/form-fieldset/populated-fieldset'); | ||
browser.url('/raw/tests/cerner-terra-core-docs/form-fieldset/populated-fieldset'); | ||
@@ -9,3 +9,3 @@ Terra.validates.element('populated'); | ||
it('should display populated Fieldset with hidden legend', () => { | ||
browser.url('/raw/tests/terra-form-fieldset/form-fieldset/fieldset-with-hidden-legend'); | ||
browser.url('/raw/tests/cerner-terra-core-docs/form-fieldset/fieldset-with-hidden-legend'); | ||
@@ -12,0 +12,0 @@ Terra.validates.element('populated Fieldset with hidden legend'); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
36140
15
193
1
Updatedterra-form-field@^4.20.1
Updatedterra-form-input@^4.17.1