Releases: aykutkardas/react-icomoon
Releases · aykutkardas/react-icomoon
v2.5.0
Change Log
Remove IconComponent
type
Add IconProps
type
Before:
import IcoMoon, { IconComponent } from "react-icomoon";
const Icon: typeof IconComponent = (props) => (
<IcoMoon iconSet={iconSet} {...props} />
);
Now:
import IcoMoon, { IconProps } from "react-icomoon";
const Icon = (props: IconProps) => <IcoMoon iconSet={iconSet} {...props} />;
v2.4.1
v2.3.0
Added TypeScript Support 🎉
v2.1.5
v2.1.5
v2.1.4
- Readme and .npmignore file update. 01a8391
- yarn.lock file update. dcb44e2
- Merge pull request #11 from aykutkardas/dependabot/npm_and_yarn/lodash-4.17.19 fe3d656
- Bump lodash from 4.17.15 to 4.17.19 266cd44
- 2.1.3 139ebcb
- .npmignore file update. 4cd9612
- 2.1.2 5bb1219
- README update for iconList. 9a1465c
- 2.1.1 68539ec
- iconList bugfix. d8cc4ae
- 2.1.0 61dd98a
- iconList feature added. d9a9db4