Skip to content

v0.0.192

Compare
Choose a tag to compare
@hshoff hshoff released this 03 Oct 22:57
· 1781 commits to master since this release

See #484 for details.

πŸ’₯ Breaking Changes

  • [breaking] Deprecate build/ and dist/, use lib/ and esm/ instead
  • [breaking] Deprecate umd builds

🏠 Internal

  • use babel not rollup
  • use yarn not npm
    • this will enable workspaces so that we can push all config to the root instead of duplicating across every package as is the case now
  • Stricter linting rules (e.g., .jsx required for React files)