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

Releases: apollographql/space-kit

v1.5.1

15 Aug 00:29
Compare
Choose a tag to compare

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

15 Aug 00:19
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

v1.4.0

13 Aug 18:42
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 2

v1.3.1

12 Aug 18:05
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v1.3.0

12 Aug 16:25
Compare
Choose a tag to compare

🚀 Enhancement

  • feat(button): Replace feel="secondary" with color={colors.white} #65 (@justinanastos)

Authors: 1

v1.2.0

12 Aug 15:38
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

v1.1.1

12 Aug 15:04
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v1.1.0

11 Aug 14:42
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

v1.0.6

09 Aug 15:58
Compare
Choose a tag to compare

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

Authors: 1

v1.0.5

08 Aug 20:29
Compare
Choose a tag to compare

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