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
<Choice> - usage of the children prop has been deprecated in favor of label, to be consistent with usage inside <ChoiceList>, and with the usage of label with our form input components. (#799)
🛠 Fixed
Added missing Typescript definitions for getMonthNames and unmaskValue (#797) (#800)
Fixed inverse styling for the <Choice> component (#799)
🚀 Added
Added disabled prop to <DateField> to disable all fields (#794)
Added Create React App TypeScript example project (#797)
💅 Changed
<StepList> - Changed SubStep to render a StepLink if the substep is started, rather than only when completed (#790)