I asked around, and the short answer is no. The long answer is:
There was an overall style update to the widgets and SDK which included the removal of some custom styles to default html elements (e.g. fieldset). The border may be removed with CSS:
fieldset {
border: 0
}
We are looking into adding this style change to the release notes.