-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Description
React 16 offers some updates that we should implement, however, we'll need to drop support for React 15 when doing so. Let's batch these changes into an upcoming major release:
- Update Portal to use ReactDOM.createPortal #2746 Portal to use
ReactDOM.createPortal(https://reactjs.org/docs/portals.html) - Refactor and simplify Accordion to return an array of panels (https://reactjs.org/docs/react-component.html#render)
- Refactor and simplify Breadcrumb to return an array of sections/dividers (https://reactjs.org/docs/react-component.html#render)
- feat(ElementType): new wrapper for all elements #2306 Fix ref issues using
forwardRef(https://reactjs.org/docs/forwarding-refs.html) - feat(Flag|Icon): use PureComponent instead of shallowEqual() #2842 Use
PureComponentforIconandFlag
@Semantic-Org/react-maintainers feel free to add to this list at will...
s-devaney