Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

refactor(lib): remove createColorVariants and setColorLightness utils #583

Merged
merged 3 commits into from
Dec 10, 2018

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented Dec 10, 2018

BREAKING CHANGES

This PR removes createColorVariants() and setColorLightness() utils. We didn't mention these utils somewhere in docs, but they were exported.


We decided to remove them because we want to omit the dependency on the color package, refs #570.
We will add a similar functionality to our docs soon.

@@ -91,6 +90,7 @@
"@types/react-is": "^16.5.0",
"@types/react-router": "^4.0.27",
"awesome-typescript-loader": "^5.2.1",
"color": "^3.1.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still use this package in docs so I left it as dev dependency.

@layershifter layershifter merged commit fab64ab into master Dec 10, 2018
@layershifter layershifter deleted the chore/drop-color-dep branch December 10, 2018 10:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants