This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
v1.0.5
Release Notes
From #57
-
Refactor icon conversion script to use
@babel/types
instead ofimmutability-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
- Refactor icon generation #57 (@justinanastos)
Authors: 1
- Justin Anastos (@justinanastos)