This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Releases: apollographql/space-kit
Releases · apollographql/space-kit
v8.20.0
v8.19.1
v8.19.0
v8.18.0
🚀 Enhancement
- AR-2162: Add
as
prop toTable
component #333 (@justinanastos)
Authors: 1
- Justin Anastos (@justinanastos)
v8.17.4
Release Notes
From #330
- Create an internal component called
SingletonComponent
(the name is poor and can be changed whenever we want because it's internal) that will take a stringidentity
and only allow a single instance in the DOM regardless of how many times it's rendered. This requires us to useSpaceKitProvider
. Tooltips can be used withoutSpaceKitProvider
and will warn the user in the console. - Wrap the two
<Global>
styles with theSingletonComponent
to remove all excess DOM<style />
s
📝 Documentation
🐛 Bug Fix
- AR-2148: Fix repeated rendering of global styles for tooltip-like components #330 (@justinanastos)
🏠 Internal
- remove debugging in Button test #329 (@justinanastos)
Authors: 2
- Joel Glovier (@jglovier)
- Justin Anastos (@justinanastos)
v8.17.3
🐛 Bug Fix
- AR-2135: Fix
Select
closing when interactive children receive focus #327 (@justinanastos)
Authors: 1
- Justin Anastos (@justinanastos)
v8.17.2
🐛 Bug Fix
- AR-2129: Allow all form control children to be removed on subsequent renders #325 (@justinanastos)
Authors: 1
- Justin Anastos (@justinanastos)
v8.17.1
🐛 Bug Fix
- AR-2127: fix
FormErrorMessage
not being removed when errors disappear #324 (@justinanastos)
Authors: 1
- Justin Anastos (@justinanastos)
v8.17.0
🚀 Enhancement
- Add missing icons (Person, Team, Error outline version) #319 (@jglovier @caydie-tran)
Authors: 2
- Caydie Tran (@caydie-tran)
- Joel Glovier (@jglovier)
v8.16.2
📝 Documentation
- Remove
publishishOnly
only script and runbuild
inprepare
#314 (@Jephuff @justinanastos) - FeatureIntro: add padding to increase click target #316 (@mayakoneval)
🐛 Bug Fix
- fix docs referencing non-existent
FormElement
#322 (@justinanastos)
🏠 Internal
- AR-2118: add prestorybook script to build all svgs to tsx #320 (@justinanastos)
- add
FeatureIntro*
built folders to.gitignore
#321 (@justinanastos)
Authors: 3
- @mayakoneval
- Jeffrey Burt (@Jephuff)
- Justin Anastos (@justinanastos)