- Moved away from using style-loader to support apps using server-side rendering. CSS files now need to be imported separately.
- TypeScript support
- Started using style-loader so there's no need for importing .css files separately. Styles are now injected into
<head>
when importingreact-activity
.
- Activity indicator color is now set using
currentColor
in css. - The project now consists of two workspaces. This helps with creating a realistic environment to test the package in and makes sure we do not distribute code for the demo as part of the published package.
- Fixed windmill animation jittering.
- Improved how animations work with the
speed
prop.