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
This issue is complete, it will be closed once the final PR, #400 is merged.
As we remove jQuery and SUI JS from these components, we're also updating their legacy component APIs to our v1 API. You can see more of that work in #269.
The CONTRIBUTING.md guide details how to go about designing a component API. The Spec out the API section is of primary importance.
You can reference the Dropdown for a complex jQuery free stateful component. You can reference the Progress (#324) or Accordion for more simple jQuery free stateful components.
Hooray!
This issue is complete, it will be closed once the final PR, #400 is merged.
As we remove jQuery and SUI JS from these components, we're also updating their legacy component APIs to our v1 API. You can see more of that work in #269.
The CONTRIBUTING.md guide details how to go about designing a component API. The Spec out the API section is of primary importance.
You can reference the Dropdown for a complex jQuery free stateful component. You can reference the Progress (#324) or Accordion for more simple jQuery free stateful components.
PRs
Update docs #220 doc site and _meta updatesList item prop renderers #221 List item prop renderersComponent utils #222 component utilsCommon test for events #223 Common testsAutoControlledComponent #224 AutoControlledComponentDropdown without jQuery #226 Dropdown without jQueryAdd Select component #225 Select componentCheckbox without jQuery #260 Checkbox without jQueryfeat(Form): update to v1 API #400 Form without jQueryUpdate Message to v1 API #344 Message without jQueryProgress without jQuery #324 Progress without jQueryfeat(Form): update to v1 API #400 Remove traces of jQuerywebpack configkarma config_default config vendorspackage dependenciesib/jqueryTODOsFollow up issues that sprung from the above PRs:
Remove babel-polyfill #229 remove babel-polyfilRemove keyboard event polyfill #231 remove keyboard event polyfill in favor of util#??? functional domEvent methodsdeeming this not necessary until we get other major priorities doneUse process.env instead of globals #232 useprocess.env.NODE_ENV
instead of__PROD__
#??? event utilsee RFC: Delegate/Pool DOM Event Listeners #284 insteadDebug utility #233 logging utilUser prop spreading util #250 consumer prop spreading utilThe text was updated successfully, but these errors were encountered: