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

Latest commit

 

History

History
2508 lines (1292 loc) · 72.7 KB

CHANGELOG.md

File metadata and controls

2508 lines (1292 loc) · 72.7 KB

v9.11.0 (Thu Nov 04 2021)

🚀 Enhancement

  • Pass through className on option element as child of select #381 (@mayakoneval)

Authors: 1


v9.10.0 (Mon Oct 25 2021)

🚀 Enhancement

Authors: 1


v9.9.0 (Wed Sep 22 2021)

🚀 Enhancement

  • Update tooltips to support controlled visibility #379 (@Jephuff)

Authors: 1


v9.8.0 (Wed Sep 15 2021)

🚀 Enhancement

Authors: 1


v9.7.0 (Fri Sep 10 2021)

🚀 Enhancement

  • Modal: add xlarge size #376 (@cy)

Authors: 1

  • Christine (@cy)

v9.6.2 (Tue Aug 24 2021)

🐛 Bug Fix

  • modal - should be no title OR description on top margin #374 (@cy)

Authors: 1

  • Christine (@cy)

v9.6.1 (Tue Aug 24 2021)

🐛 Bug Fix

  • Modal: no title, no description dont render extra margin-top #373 (@cy)

Authors: 1

  • Christine (@cy)

v9.6.0 (Mon Aug 16 2021)

🚀 Enhancement

  • Fix border color in dark mode for AlertCard #372 (@daniman)

Authors: 1


v9.5.0 (Fri Aug 13 2021)

🚀 Enhancement

Authors: 1


v9.4.0 (Fri Aug 13 2021)

🚀 Enhancement

  • Add dark theming to Card & Table components #370 (@daniman)

Authors: 1


v9.3.1 (Tue Jun 15 2021)

🐛 Bug Fix

Authors: 1


v9.3.0 (Tue Jun 15 2021)

🚀 Enhancement

Authors: 1


v9.2.0 (Fri Jun 11 2021)

🚀 Enhancement

  • Fix Popover component not being able to render >800 times without taking a dump on the main thread #357 (@brainkim)

Authors: 1


v9.1.0 (Tue Jun 08 2021)

🚀 Enhancement

Authors: 1


v9.0.0 (Wed Jun 02 2021)

💥 Breaking Change

  • Update themed components to respect theme from SpaceKitProvider #352 (@daniman)

Authors: 1


v8.22.0 (Wed Jun 02 2021)

🚀 Enhancement

Authors: 1


v8.21.1 (Wed Jun 02 2021)

🐛 Bug Fix

  • Enable versionBranches, document backport releases #351 (@glasser)

Authors: 1


v8.21.0 (Fri May 21 2021)

🚀 Enhancement

  • Only remove ConfirmationTooltip timeout when unmounting #348 (@jgzuke)

Authors: 1


v8.20.2 (Fri Apr 23 2021)

🐛 Bug Fix

  • Use onMouseDown instead of onClick for auto closing modals #342 (@Jephuff)

Authors: 1


v8.20.1 (Mon Apr 19 2021)

🐛 Bug Fix

Authors: 1


v8.20.0 (Thu Apr 15 2021)

🚀 Enhancement

Authors: 1


v8.19.1 (Tue Mar 23 2021)

🐛 Bug Fix

Authors: 1


v8.19.0 (Wed Mar 17 2021)

🚀 Enhancement

Authors: 1


v8.18.0 (Tue Mar 16 2021)

🚀 Enhancement

Authors: 1


v8.17.4 (Wed Mar 10 2021)

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 string identity and only allow a single instance in the DOM regardless of how many times it's rendered. This requires us to use SpaceKitProvider. Tooltips can be used without SpaceKitProvider and will warn the user in the console.
  • Wrap the two <Global> styles with the SingletonComponent to remove all excess DOM <style />s

📝 Documentation

🐛 Bug Fix

🏠 Internal

Authors: 2


v8.17.3 (Mon Mar 08 2021)

🐛 Bug Fix

Authors: 1


v8.17.2 (Tue Mar 02 2021)

🐛 Bug Fix

Authors: 1


v8.17.1 (Mon Mar 01 2021)

🐛 Bug Fix

Authors: 1


v8.17.0 (Thu Feb 25 2021)

🚀 Enhancement

Authors: 2


v8.16.2 (Thu Feb 25 2021)

📝 Documentation

🐛 Bug Fix

🏠 Internal

Authors: 3


v8.16.1 (Tue Feb 16 2021)

🐛 Bug Fix

  • Pass disabled prop from options to downshift in Select #315 (@Jephuff)

Authors: 1


v8.16.0 (Mon Feb 15 2021)

🚀 Enhancement

Authors: 1


v8.15.0 (Thu Feb 11 2021)

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

Authors: 2


v8.14.0 (Mon Feb 08 2021)

🚀 Enhancement

Authors: 1


v8.13.2 (Wed Feb 03 2021)

🐛 Bug Fix

Authors: 1


v8.13.1 (Fri Jan 29 2021)

🐛 Bug Fix

  • Add support for custom as components in modals #306 (@Jephuff)

Authors: 1


v8.13.0 (Wed Jan 27 2021)

🚀 Enhancement

🏠 Internal

Authors: 1


v8.12.0 (Tue Jan 26 2021)

🚀 Enhancement

🏠 Internal

Authors: 1


v8.11.1 (Tue Jan 26 2021)

🐛 Bug Fix

🏠 Internal

Authors: 1


v8.11.0 (Mon Jan 11 2021)

🚀 Enhancement

  • Input component forward ref to HTML input element #296 (@Jephuff)

Authors: 1


v8.10.0 (Fri Jan 08 2021)

Release Notes

From #293

  • Add borderless appearance to Select and List with margin="none"

  • Add truncate prop to Select and List

    Defaults to true. Set this to false to enable multi-line items.

  • Add selectionIndicator to Select to show checkmarks for selected items

  • Stop rendering ListHeading in Select optgroup if there is no label


🚀 Enhancement

Authors: 1


v8.9.0 (Fri Jan 08 2021)

🚀 Enhancement

Authors: 2


v8.8.0 (Tue Jan 05 2021)

Release Notes

From #287

FormControl

There is a new component to handle forms; FormControl. It's a layout component that will automatically layout it's children.

New components include: FormLabel, FormDescription, FormInput, FormHelperText, FormStartAdornment, ForEndAdornment, and FormErrorMessage. All of these components can be rendered anywhere on their own; but if they are rendered inside of a FormControl then they will automatically communicate with FormControl to add accessibility props and lay them out correctly.

There is a new hook, useFormControlContext intended to be used by any user-component that needs access to information passed by FormControl. Input and Select both consume useFormControlContext, for example.

Select

  • Backtrack and rename initialValue prop to defaultValue to be inline with React's built-ins
  • Add listAs prop
  • Use FormControlContext to accept error state

Input

New component to apply custom styles to <input />.


🚀 Enhancement

Authors: 1


v8.7.2 (Wed Dec 16 2020)

🐛 Bug Fix

Authors: 1


v8.7.1 (Wed Dec 16 2020)

Release Notes

From #290

  • Select: Replace initialValue with defaultValue
  • Sync input heights for Button, TextField, and Select

🐛 Bug Fix

Authors: 1


v8.7.0 (Thu Dec 10 2020)

🚀 Enhancement

🏠 Internal

Authors: 2


v8.6.1 (Wed Dec 09 2020)

🐛 Bug Fix

  • Dont warn whenever using controlled version of component #284 (@jgzuke)

Authors: 1


v8.6.0 (Tue Dec 08 2020)

🚀 Enhancement

📝 Documentation

Authors: 2


v8.5.0 (Mon Dec 07 2020)

Release Notes

From #279

The Select component needed to be refactored and this will include breaking API changes.

  • Remove label prop from Select

    We had a label prop before to indicate what to populate the select with when there was no content; selects already have this logic by giving an option with an empty value: <option value="">empty text here</option>

  • Rename defaultValue to initialValue to be more inline with other non-controlled React elements

  • Add triggerAs prop and remove passthrough className to remove confusion as to where a top-level className would be used

  • Add labelPropsCallbackRef prop.

    This is the magic of this PR. This will be called with an object of props to be spread onto your <label> component. It is called intelligently as to prevent infinite re-renders.

  • Ensure this behaves correctly with formik by adding initial unit testing to actually use formik. This exposed the issue that we don't provide any onBlur callback, which I added here as well.


🚀 Enhancement

Authors: 1


v8.4.0 (Thu Dec 03 2020)

🚀 Enhancement

🏠 Internal

Authors: 2


v8.3.1 (Tue Nov 24 2020)

🐛 Bug Fix

Authors: 1


v8.3.0 (Mon Nov 16 2020)

🚀 Enhancement

Authors: 1


v8.2.0 (Thu Nov 12 2020)

Release Notes

From #270

React 17's release notes explaining there is a new jsx transform. This causes issues with emotion using it's own custom jsx transform to make the css property work. I was able to get the babel plugin that uses css across the board; but instead opted to make the small change of just opting out of using the new jsx transform. While this seems super easy, it wasn't, because we were using an out-of-the-box setup for both storybook and rollup, both of which had to be customized to opt out of the new jsx transform.

In the end, this should be a transparent change.


🚀 Enhancement

🐛 Bug Fix

🏠 Internal

🔩 Dependency Updates

Authors: 2


v8.1.0 (Fri Nov 06 2020)

🚀 Enhancement

Authors: 1


v8.0.1 (Fri Nov 06 2020)

🐛 Bug Fix

Authors: 1


v8.0.0 (Thu Oct 29 2020)

Release Notes

From #251

  • Move @emotion/core and @emotion/cache to peerDependencies

    This will require that consumers install and maintain upgrades of these packages on their own... until we start using the recently release npm v7 which installed peer deps automatically 🤷‍♂️

  • Update README.md to reflect new peer dependencies

    We already included framer-motion as a peerDependency; now we specify that in the README.md


💥 Breaking Change

🏠 Internal

Authors: 2


v7.21.0 (Thu Oct 29 2020)

🚀 Enhancement

Authors: 1


v7.20.1 (Wed Oct 28 2020)

🐛 Bug Fix

Authors: 1


v7.20.0 (Wed Oct 28 2020)

🚀 Enhancement

🏠 Internal

Authors: 1


v7.19.0 (Fri Oct 23 2020)

Release Notes

From #247

  • Allow trs in the Table component to be customized. You can pass a single trAs prop that accepts keyof JSX.IntrinsicElements, like "tr", or a React.ReactElement that will be cloned with React.cloneElement.

    This configuration accepts a single value that can be applied to both the thead > tr element and to tbody > tr elements. You can also configure them separately with trAs={{ head: ..., body: ... }}, of which both keys are optional (you can exclude either of them and the default of "tr" will be used).

  • Allow each column's td and th to be customized

See the tests and storybook story docs for usage examples.


🚀 Enhancement

Authors: 1


v7.18.0 (Mon Oct 19 2020)

Release Notes

From #244

  • Show focus ring around Button when keyboard focus is received
  • Use @react-aria/utils's mergeProps in Button
  • Add test to Button for className merging

🚀 Enhancement

🔩 Dependency Updates

Authors: 1


v7.17.0 (Thu Oct 01 2020)

🚀 Enhancement

📝 Documentation

Authors: 2


v7.16.0 (Thu Sep 24 2020)

🚀 Enhancement

Authors: 1


v7.15.0 (Mon Sep 21 2020)

Release Notes

From #238

Children sometimes have multiple elements (like <code> and ClickableText) and will look bad because we're using flexbox to align elements to the middle. This will make sure that consumers don't have to wrap their content with a <div />

From #234

We store our icon SVGs in categorized folders that are used in storybook to show categorized lists of icons. When we generate components for those SVGs we strip off -sl, indicating this is a streamline library icon, and we write all the components to a flat directory. This will cause icons to be overwritten if there are two file names that will result in the same component name.

This PR adds an npm script and CI checks to validate there are no duplicates. Since we already have duplicates, this PR also removes them.


🚀 Enhancement

  • AlertBanner: wrap children in customizable childrenContainerAs element #238 (@justinanastos)

📝 Documentation

🏠 Internal

Authors: 1


v7.14.1 (Fri Sep 11 2020)

🐛 Bug Fix

Authors: 1


v7.14.0 (Fri Sep 11 2020)

🚀 Enhancement

  • Add new icons (Clipboard, Codeblock, Sync, Table) #231 (@jglovier)

Authors: 1


v7.13.1 (Thu Sep 10 2020)

🐛 Bug Fix

Authors: 1


v7.13.1 (Thu Sep 10 2020)

🐛 Bug Fix

🐛 Bug Fix

Authors: 1


v7.10.0 (Thu Aug 20 2020)

🚀 Enhancement

⚠️ Pushed to master

Authors: 1


v7.8.0 (Thu Aug 13 2020)

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

Authors: 1


v7.6.0 (Mon Jul 20 2020)

🚀 Enhancement

  • Modal: add verticalScrollMode property to limit overflow to children #206 (@timbotnik)

Authors: 1


v7.5.0 (Fri Jul 17 2020)

🚀 Enhancement

Authors: 1


v7.4.0 (Tue Jul 14 2020)

🚀 Enhancement

Authors: 1


v7.3.0 (Tue Jul 14 2020)

🚀 Enhancement

Authors: 1


v7.2.1 (Mon Jul 13 2020)

🐛 Bug Fix

Authors: 1


v7.2.0 (Mon Jul 13 2020)

🚀 Enhancement

Authors: 1


v7.1.0 (Tue Jul 07 2020)

🚀 Enhancement

Authors: 1


v7.0.0 (Fri Jun 26 2020)

💥 Breaking Change

Authors: 1


v6.6.0 (Tue Jun 23 2020)

🚀 Enhancement

Authors: 1


v6.5.0 (Mon Jun 22 2020)

🚀 Enhancement

Authors: 1


v6.4.0 (Mon Jun 22 2020)

🚀 Enhancement

Authors: 1


v6.3.0 (Thu Jun 18 2020)

🚀 Enhancement

  • Update AlertCard dark theme to use midnight tones #192 (@jglovier)

Authors: 1


v6.2.1 (Thu Jun 18 2020)

🐛 Bug Fix

Authors: 1


v6.2.0 (Thu Jun 18 2020)

🚀 Enhancement

Authors: 1


v6.1.3 (Thu Jun 18 2020)

🐛 Bug Fix

Authors: 1


v6.1.2 (Wed Jun 17 2020)

🐛 Bug Fix

Authors: 1


v6.1.1 (Wed Jun 17 2020)

🐛 Bug Fix

Authors: 1


v6.1.0 (Wed Jun 17 2020)

🚀 Enhancement

Authors: 1


v6.0.2 (Wed Jun 17 2020)

🐛 Bug Fix

Authors: 1


v6.0.1 (Tue Jun 16 2020)

🐛 Bug Fix

Authors: 1


v6.0.0 (Tue Jun 16 2020)

Release Notes

From #182

  • Split Menu into Popover and List and rename MenuHeading to ListHeading, MenuDivider to ListDivider, and MenuItem to ListItem
  • Rename color configuration in List (formerly in Menu) to selectedColor
  • Add hoverColor configuration to List
  • Add "large" iconSize to List configuration
  • Add padding to List configuration
  • Add cloneElements helper to make it easy to add as props
  • Add endIconAs and startIconAs props to List and ListItem to allow configuring how they are rendered.
    • This is useful for adding colors and setting manual props on the elements themselves instead of nesting new elements underneath.
    • This will now provide automatic truncation.

💥 Breaking Change

Authors: 1


v5.6.2 (Tue Jun 01 2021)

🚀 Enhancement

  • Backport (for gatsby-theme-apollo-core) of: update peer dependencies versions #340 (@Jephuff)

v5.6.1 (Tue Jun 01 2021)

🚀 Enhancement

Accidentaly release from trying to create 5.6.2.


v5.6.0 (Fri Jun 12 2020)

🚀 Enhancement

Authors: 1


v5.5.0 (Thu Jun 11 2020)

🚀 Enhancement

Authors: 1


v5.4.1 (Wed Jun 10 2020)

🐛 Bug Fix

🏠 Internal

Authors: 2


v5.4.0 (Fri Jun 05 2020)

🚀 Enhancement

Authors: 1


v5.3.0 (Fri Jun 05 2020)

🚀 Enhancement

  • Add history and left/right/down/up double arrow icons #181 (@Jephuff)

Authors: 1


v5.2.0 (Thu Jun 04 2020)

🚀 Enhancement

🏠 Internal

Authors: 1


v5.1.0 (Wed Jun 03 2020)

🚀 Enhancement

  • Apply hover states to MenuItem and Button when aria-expanded="true" #177 (@justinanastos)

🏠 Internal

Authors: 1


v5.0.0 (Fri May 08 2020)

💥 Breaking Change

Authors: 1


v4.2.0 (Wed Apr 22 2020)

🚀 Enhancement

Authors: 1


v4.1.0 (Mon Apr 20 2020)

🚀 Enhancement

Authors: 1


v4.0.0 (Mon Apr 20 2020)

Release Notes

From #166

  • Upgrade @tippyjs/react library to v4

    This includes the new popper v2, greatly simplifying how we modify the default behavior of popups, tooltips, and menus

  • Upgrade Menu flip logic to attempt to flip the menu to somewhere it'll fix on the window, and if it doesn't, to pick the placement to show the maximum amount of content while enabling scrolling

  • Animations can now be disabled out of the box

    Hopefully this will stop our Chromatic story thrashing. We'll see 🤷‍♂️

  • [Breaking change] Remove flip and scrollableContent props, they are always enabled now


💥 Breaking Change

🏠 Internal

Authors: 1


v3.4.0 (Tue Apr 07 2020)

🚀 Enhancement

Authors: 1


v3.3.0 (Sat Apr 04 2020)

🚀 Enhancement

Authors: 1


v3.2.0 (Wed Apr 01 2020)

🚀 Enhancement

Authors: 1


v3.1.2 (Mon Mar 30 2020)

🐛 Bug Fix

Authors: 1


v3.1.1 (Wed Mar 11 2020)

🐛 Bug Fix

Authors: 1


v3.1.0 (Tue Mar 10 2020)

🚀 Enhancement

Authors: 1


v3.0.1 (Fri Feb 14 2020)

🐛 Bug Fix

Authors: 1


v3.0.0 (Thu Feb 13 2020)

Release Notes

From #156

  • Remove instanceRef prop on Menu (💥 breaking change)
  • Replace icon with startIcon in MenuItem (💥 breaking change)
  • Add endIcon to MenuItem
  • Add closeOnMenuItemClick prop, defaulted to true, on Menu

💥 Breaking Change

Authors: 1


v2.25.2 (Tue Feb 11 2020)

🐛 Bug Fix

Authors: 1


v2.25.1 (Fri Feb 07 2020)

🐛 Bug Fix

Authors: 1


v2.25.0 (Tue Feb 04 2020)

Release Notes

From #153

Create new Menu component and supporting components MenuItem, MenuHeader, and MenuDivider.

See https://zpl.io/adX0ELe for the original designs and the storybook docs page for usage instructions and examples.

This does not include any tests because I didn't know what to test. Any tests or ideas for tests would be most welcome!


🚀 Enhancement

Authors: 1


v2.24.0 (Fri Jan 17 2020)

🚀 Enhancement

Authors: 1


v2.23.0 (Tue Jan 14 2020)

🚀 Enhancement

Authors: 1


v2.22.0 (Fri Dec 20 2019)

🚀 Enhancement

🏗 Internal

Authors: 1


v2.21.1 (Thu Dec 05 2019)

🐛 Bug Fix

Authors: 1


v2.21.0 (Wed Dec 04 2019)

🚀 Enhancement

Authors: 2


v2.20.0 (Mon Nov 25 2019)

🚀 Enhancement

Authors: 1


v2.19.0 (Fri Nov 22 2019)

🚀 Enhancement

  • Turn off syncAnimationRestarts for chromatic and buttons #141 (@jgzuke)

Authors: 1


v2.18.0 (Thu Nov 21 2019)

🚀 Enhancement

Authors: 1


v2.17.1 (Thu Nov 21 2019)

🐛 Bug Fix

Authors: 1


v2.17.0 (Tue Nov 19 2019)

🚀 Enhancement

Authors: 1


v2.16.0 (Mon Nov 18 2019)

🚀 Enhancement

Authors: 1


v2.15.0 (Mon Nov 18 2019)

🚀 Enhancement

Authors: 1


v2.14.3 (Mon Nov 18 2019)

🐛 Bug Fix

🏗 Internal

Authors: 2


v2.14.2 (Mon Nov 11 2019)

🏠 Internal

Authors: 1


v2.14.1 (Thu Nov 07 2019)

Release Notes

From #134

We tried setting a default height and width for icons, but this ran into issues with rectangular icons where we were required to set a width and a height. Per @daniman 's suggestion we'll just set the height. I chose to set it to the viewbox height and users can override this if they want to.


🐛 Bug Fix

🏗 Internal

Authors: 1


v2.14.0 (Wed Nov 06 2019)

🚀 Enhancement

📚 Documentation

Authors: 1


v2.13.0 (Thu Oct 03 2019)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


v2.12.0 (Thu Oct 03 2019)

🚀 Enhancement

Authors: 1


v2.11.0 (Wed Oct 02 2019)

🚀 Enhancement

🐛 Bug Fix

Authors: 1


v2.10.0 (Tue Sep 24 2019)

🚀 Enhancement

Authors: 1


v2.9.0 (Wed Sep 18 2019)

🚀 Enhancement

  • Imcrease modal max height and center contents #120 (@jgzuke)

🐛 Bug Fix

Authors: 2


v2.8.1 (Wed Sep 18 2019)

Release Notes

From #106

  • GitHub actions are deprecating HCL syntax on September 30. This ensure that automatic release will continue to work while I'm on vacation.

  • Convert our long-running task that re-runs check-label to "modern" JavaScript implementation with minimal custom logic


🐛 Bug Fix

⬆ Renovate Dependency Upgrade

Authors: 2


v2.8.0 (Thu Sep 12 2019)

🚀 Enhancement

Authors: 1


v2.7.0 (Wed Sep 11 2019)

🚀 Enhancement

Authors: 1


v2.6.1 (Mon Sep 09 2019)

🐛 Bug Fix

  • AP-801 Show appropriate cursor for Button's loading and `disa… #97 (@justinanastos)

Authors: 1


v2.6.0 (Sun Sep 08 2019)

🚀 Enhancement

Authors: 1


v2.5.1 (Sat Sep 07 2019)

🐛 Bug Fix

Authors: 1


v2.5.0 (Fri Sep 06 2019)

🚀 Enhancement

  • AP-808: passthrough autoFocus prop to underlying input in `Te… #95 (@justinanastos)

Authors: 1


v2.4.0 (Fri Sep 06 2019)

Release Notes

From #92

  • Add loading prop to Button
  • Add theme="grayscale" option to LoadingSpinner
  • Make LoadingSpinner motion linear
  • Write preliminary docs page for LoadingSpinner

Contributes to issue https://apollographql.atlassian.net/browse/AP-809


🚀 Enhancement

Authors: 1


v2.3.0 (Wed Sep 04 2019)

🚀 Enhancement

Authors: 1


v2.2.1 (Fri Aug 30 2019)

🐛 Bug Fix

Authors: 1


v2.2.0 (Wed Aug 28 2019)

🚀 Enhancement

Authors: 1


v2.1.2 (Wed Aug 28 2019)

🐛 Bug Fix

Authors: 1


v2.1.1 (Wed Aug 28 2019)

🐛 Bug Fix

  • Button: add 12px padding and expanded content example #79 (@evans)

Authors: 1


v2.1.0 (Tue Aug 27 2019)

🚀 Enhancement

  • Add onFocus prop to TextField type #84 (@jgzuke)

Authors: 1


v2.0.3 (Mon Aug 26 2019)

🐛 Bug Fix

Authors: 1


v2.0.1 (Fri Aug 23 2019)

🐛 Bug Fix

Authors: 1


v2.0.0 (Fri Aug 23 2019)

💥 Breaking Change

Authors: 1


v1.8.0 (Fri Aug 23 2019)

🚀 Enhancement

Authors: 1


v1.7.2 (Thu Aug 22 2019)

🐛 Bug Fix

Authors: 1


v1.7.0 (Thu Aug 22 2019)

🚀 Enhancement

  • Add inputAs prop to TextField to customize how the underlying… #72 (@justinanastos)

⚠️ Pushed to master

Authors: 1

v1.6.0 (Tue Aug 20 2019)

🚀 Enhancement

🐛 Bug Fix

  • fix(button): fix disabled button style #70 (@justinanastos)
  • build: update ssh fingerprint to release through apollo-bot2 #74 (@justinanastos)

Authors: 1

v1.5.1 (Thu Aug 15 2019)

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 (Thu Aug 15 2019)

🚀 Enhancement

Authors: 1


v1.4.0 (Tue Aug 13 2019)

🚀 Enhancement

Authors: 2


v1.3.1 (Mon Aug 12 2019)

🐛 Bug Fix

Authors: 1


v1.3.0 (Mon Aug 12 2019)

🚀 Enhancement

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

Authors: 1


v1.2.0 (Mon Aug 12 2019)

🚀 Enhancement

Authors: 1


v1.1.1 (Mon Aug 12 2019)

🐛 Bug Fix

Authors: 1


v1.1.0 (Sun Aug 11 2019)

🚀 Enhancement

  • AP-700 Export emotionCacheProviderFactory so allow consumers to… #46 (@justinanastos)

Authors: 1


v1.0.6 (Fri Aug 09 2019)

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 (Thu Aug 08 2019)

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


v1.0.4 (Thu Aug 08 2019)

🐛 Bug Fix

⚠️ Pushed to master

Authors: 1


Changelog

Upcoming

  • Added colProps property to the table columns #32
  • Remove .awcache from releases
  • Remove eslint cache and config from releases
  • 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)
  • Add Card component (#34)
  • Text Inputs and Steppers (#45)
  • Remove tsconfig.buildinfo from builds (#30)
  • 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)
  • Allow custom emotion css injection point (#23, AP-543)
  • Add buttons implementation (#10, AP-543)
  • Add initial typography implementation (#8, AP-542)