Releases: apollographql/space-kit
v1.5.1
Release Notes
From #69
@justinanastos made an update to the TextField logic and didn't update the clean script. This fixes it.
🐛 Bug Fix
- Correct npm script for cleaning TextField, make labels optional #69 (@mayakoneval)
Authors: 1
v1.5.0
v1.4.0
🚀 Enhancement
- AP-544 Implement Text Inputs #45 (@mayakoneval @justinanastos)
Authors: 2
- @mayakoneval
- Justin Anastos (@justinanastos)
v1.3.1
v1.3.0
🚀 Enhancement
- feat(button): Replace feel="secondary" with color={colors.white} #65 (@justinanastos)
Authors: 1
- Justin Anastos (@justinanastos)
v1.2.0
🚀 Enhancement
- Automatically calculate button text color #64 (@justinanastos)
Authors: 1
- Justin Anastos (@justinanastos)
v1.1.1
🐛 Bug Fix
- install emotion dependencies in dependencies #62 (@justinanastos)
- fix(button): center icons #63 (@justinanastos)
Authors: 1
- Justin Anastos (@justinanastos)
v1.1.0
🚀 Enhancement
- AP-700 Export
emotionCacheProviderFactory
so allow consumers to… #46 (@justinanastos)
Authors: 1
- Justin Anastos (@justinanastos)
v1.0.6
Release Notes
From #58
There's no easy way to override the classes that we're putting on our Space Kit components until #46 lands. We can't put default sizes on icons because they can't be overridden yet.
🐛 Bug Fix
- Change
Icon
to havethin
andnormal
weights #59 (@justinanastos) - remove default size on icons #58 (@justinanastos)
Authors: 1
- Justin Anastos (@justinanastos)
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)