Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

v13.0.0

Choose a tag to compare

@ruggedly ruggedly released this 04 Nov 15:24
· 551 commits to master since this release

13.0.0 (2021-11-04)

Features

  • introduce ES modules + Typescript (3af743b)
  • build-setup: Setup Rollup.js and output both as CJS and ESM (2180c09)

Reverts

  • Revert "chore(dev-dependencies): bump react-scripts to v4 and eslint to v7" (ee462a8)
  • Revert "chore(linting-errors): Get rid of .hasOwnProperty since it causes an eslint error" (e0ed4a9)

BREAKING CHANGES

  • Single entry point. Charts and icons should also just be imported from main. Lib folder no longer exists, deep path imports should no longer be used.