-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Framer and deprecate EuiNavDrawer family of components #3487
Conversation
@@ -7,6 +7,6 @@ types | |||
eui.d.ts | |||
**/*.snap.js | |||
**/assets/**/*.js | |||
package.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chandlerprall Need to figure out the a better way to ignore the license header for this file, but keep the rest of the linting intact.
**Notes** | ||
|
||
- Removed `src-framer` files from the repository ([#3487](https://github.com/elastic/eui/pull/3487)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really a breaking change, but not a deprecation. Felt this needed to be marked if one day we want to revisit.
Preview documentation changes for this PR: https://eui.elastic.co/pr_3487/ |
Checked with @thompsongl and @cchaos. Gonna merge this one on green. |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3487/ |
Summary
Removes our Framer files, which are way out of date and currently unusable in Framer (and have been for nearly a year). Also adds a deprecation warning in
EuiNavDrawer
.Checklist
[ ] Check against all themes for compatibility in both light and dark modes[ ] Checked in mobile[ ] Checked in IE11 and Firefox[ ] Props have proper autodocs[ ] Added or updated jest tests[ ] Checked for breaking changes and labeled appropriately[ ] Checked for accessibility including keyboard-only and screenreader modes