react-components
react-components copied to clipboard
feat: Add ESM support
Done
- Add an ESM submodule in
/distwhich can be used by importing fromimport { Button } from "@canonical/react-components/dist/esm". - Included a copy of the types in
/dist/esmto get the type auto resolution working for the ESM modules.
The issue with Percy and iframe has been fixed (https://github.com/canonical/react-components/pull/1145) so rebasing this branch on main should fix this problem here.
:tada: This PR is included in version 1.7.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: