Skip to content

Rewrite Package in TypeScript

Compare
Choose a tag to compare
@davidhu2000 davidhu2000 released this 19 Aug 01:43
54b2f95

The entire package has been rewritten in TypeScript. The package will now support individual loader imports with types.

Major changes:

  • Add support for types for individual loader imports
  • Add support for using the basic color name as props instead of only color hashes
  • Reduced total package size from around 850kb to 135gb
  • Fix main key value in package.json to point to the correct index.js
  • Removed prop-types and recompose from dependencies
  • Added tests to get to 100% code coverage

Minor changes:

  • Update PacmanLoader css top property to respect sizeUnit prop.
  • Update README to include radius and radiusUnit.
  • Add missing transform key to the RiseLoader animation.
  • Setup tslint and prettier to enforce code consistency.
  • Add missing " to .babelrc in README.