You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the upcoming... 1.2.0?... release as inspiration (https://github.com/usds/us-forms-system/releases/tag/untagged-c1ee5d60f627d4ed1e92), I'm putting together a template for writing release notes. I want us to be concise yet descriptive of the problems and solutions included. This format has worked well in the past in my experience.
You'll note I categorized #195 as a bug fix rather than a feature. Happy to discuss that if there's strong objection.
Here's what I've put together:
1.2.0 Release
Thank you for using the US Forms System library. For questions about this release, open an issue.
CSS styles for fields that are conditionally expanded below other fields using the expandUnder property in the uiSchema object were missing from the US Forms System library. Fixed in Add missing expandable group styles #192.
@bernars-usa this looks good to me! I wonder if we should also specify if the new release includes breaking changes for users using an earlier version. This particular release doesn't include breaking changes.
Also, is the idea to include this new template for the current release we're trying to get out? #216. FYI, this current release is 1.1.0, not 1.2.0.
I wonder if we should also specify if the new release includes breaking changes for users using an earlier version.
Yes, if the release includes breaking changes, we should clearly document that at the top of the RNs. 👍
Also, is the idea to include this new template for the current release we're trying to get out? #216. FYI, this current release is 1.1.0, not 1.2.0.
Yes, sorry, I meant for the current release we're trying to get out. I think I was quickly incrementing up from the release I was looking at, which was actually the draft release.
Using the upcoming... 1.2.0?... release as inspiration (https://github.com/usds/us-forms-system/releases/tag/untagged-c1ee5d60f627d4ed1e92), I'm putting together a template for writing release notes. I want us to be concise yet descriptive of the problems and solutions included. This format has worked well in the past in my experience.
You'll note I categorized #195 as a bug fix rather than a feature. Happy to discuss that if there's strong objection.
Here's what I've put together:
1.2.0 Release
Thank you for using the US Forms System library. For questions about this release, open an issue.
New Features
styles.css
into a separate file. Outlined in Embedded sourcemap in styles.css makes the file big #120, addressed in Move the styles.css sourcemap from inline to an external file #121.FormPage
unit tests. Addressed in Clean up and dry out the FormPage unit tests #202.Resolved Security Issues
node-sass
to a recent version. This satisfied thehoek
vulnerability CVE-2018-3728, reported by GitHub. Fixed in Update node-sass to remove the node-gyp vuln #213.Bug Fixes
transformForSubmit
strips non-emptyshowPagePerItem
pages #140, fixed in Do not filter out properties on inactive pages that also appear on active pages #155.expandUnder
property in theuiSchema
object were missing from the US Forms System library. Fixed in Add missing expandable group styles #192.introduction
page can never go back #177, addressed in Don't show back button on first page #195.cc @usds/forms-system
The text was updated successfully, but these errors were encountered: