astrosat / astrosat-ui

MIT License
0 stars 0 forks source link

Typing file generation #95

Closed Reignable closed 4 years ago

Reignable commented 4 years ago

I've added a step in the build process which auto-generates typescript declaration files and includes them in the dist. This means we get code completion and type checking when using the library in applications. I also tidied the build process as there was a lot going on which doesn't appear to be necessary. Have tested it against orbis locally and everything still works.

I also went through the components which have been converted to material ui and added or updated typings. Don't care about the old components as they're going away.

Reignable commented 3 years ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: