Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

v1.0.5

Compare
Choose a tag to compare
@justinanastos justinanastos released this 08 Aug 20:29
· 916 commits to main since this release

Release Notes

From #57

  • Refactor icon conversion script to use @babel/types instead of immutability-helper and trying to craft AST by hand. That was too opaque and it wasn't type safe. Now we're safe and it's as concise as it's going to get.

  • Move intermediate icon files to src/icons

    This makes them accessible from anywhere else and gives them access to other modules. We were going to use this for the EmotionProvider, but now we aren't. This is less elegant and clever, but makes more sense and will make our code actually work.


🐛 Bug Fix

Authors: 1