v0.5.2
Move library architecture to Rollup
This big release updates the entire architecture of the library. From now on, it will be built in several formats: esm, cjs and iife, so Industrial-ui can be installed in any possible way. Also, the build is much much lighter due to the Rollup's tree-shaking and modifications.
Testing checks on any git push are also configured. In future, any pull request will be required to pass all the checks in order to go to the main branch.