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.0.4

08 Aug 14:43
Compare
Choose a tag to compare

🐛 Bug Fix

⚠️ Pushed to master

Authors: 1

v1.0.3

08 Aug 14:11
Compare
Choose a tag to compare

⚠️ Pushed to master

Authors: 1

v1.0.2

08 Aug 14:04
Compare
Choose a tag to compare

⚠️ Pushed to master

Authors: 1

v1.0.0

07 Aug 22:00
Compare
Choose a tag to compare

Release Notes

From #54

We have a CircleCI job that will validate that each pull request has valid labels. This will always fail when the PR is initially created because there are no labels.

This creates a GitHub Action that will re-run the CI step whenever labels are added or removed from a PR.

From #52

Safari doesn't understand using a height of 100% for position: fixed elements. This will use 100vh instead of 100% to match the viewport height.


💥 Breaking Change

🐛 Bug Fix

⚠️ Pushed to master

Authors: 1

v0.8.0

06 Aug 20:09
64f58e7
Compare
Choose a tag to compare

✨ Feature

Authors: 4

v0.7.3

02 Aug 19:38
Compare
Choose a tag to compare
  • Remove .awcache from releases
  • Remove eslint cache and config from releases

v0.7.0

02 Aug 19:31
f3ada88
Compare
Choose a tag to compare
  • Convert all remaining files to TypeScript (#27)
  • Move all src files to live in paths (#31)
  • Fix broken storybook (#39)
  • Remove top level Space Kit namespace in Storybook (#38)
  • Make Icon weight configurable (#33)
  • Edit Modal prop descriptions, fix margin top on children #41
  • Export constant from colors instead of requiring import * as colors (#35)

v0.6.2

26 Jul 18:08
Compare
Choose a tag to compare
  • Remove tsconfig.buildinfo from builds (#30)

v0.6.1

26 Jul 17:58
Compare
Choose a tag to compare
  • Roll back changes for custom css injection point in favor of documentation on how todo it yourself (#xx, AP-543)
  • Move @emotion/core to dependencies so consumers will install it automatically (#xx, AP-543)
  • Refactor Buttons implementation and change external interface (#26, AP-543)
  • Implement Modals (#22, AP-545)
  • Implement Tables (#21, AP-546)