Release v1.2.0
New/Improved
- Added support for React 18 π
Reach UI
removed, now usingHeadless UI
- Peer dependencies are now dependencies (except React)
- Renamed
tsconfig.esm.json
totsconfig.json
to be the default (e.g. for IDEs)
Breaking
- There is one minor breaking change: The
Dialog
props no longer extend theReach UI
Dialog
props. The most important props have been retained. TheonDimiss
prop no longer has anevent
as a parameter.
Notes
- Since
Reach UI
has been dropped, you can now drop theReach Dialog
and theReach Menu
from your project's dependencies, as well as theReach UI
CSS imports if you don't need them elsewhere in your project. - The following dependencies are no longer peer dependencies (but normal dependencies), and can be removed from
package.json
if they are not used elsewhere in the project:axios
classnames
@aboutbits/react-material-icons
@aboutbits/react-pagination
@aboutbits/react-toolbox
@aboutbits/pagination
react-hook-form
Full Changelog: v1.1.2...v1.2.0