Skip to content
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

feat: events for dependencies #4864

Merged
merged 2 commits into from
Sep 29, 2023
Merged

feat: events for dependencies #4864

merged 2 commits into from
Sep 29, 2023

Conversation

kwasniew
Copy link
Contributor

@kwasniew kwasniew commented Sep 29, 2023

About the changes

Dependency added, dependency removed and all dependencies removed have corresponding event entries
Screenshot 2023-09-29 at 12 54 43

Also updated node client dependency so that frontend API can support dependent features automatically

Important files

Discussion points

@vercel
Copy link

vercel bot commented Sep 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 29, 2023 11:02am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Sep 29, 2023 11:02am

@@ -161,7 +161,7 @@
"stoppable": "^1.1.0",
"ts-toolbelt": "^9.6.0",
"type-is": "^1.6.18",
"unleash-client": "4.1.1",
"unleash-client": "4.2.0-beta.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

frontend API support for dependent features

@@ -82,6 +82,7 @@ export const useDependentFeaturesApi = (project: string) => {
makeRequest,
setToastData,
formatUnknownError,
project,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we had missing hook dependency

@kwasniew kwasniew merged commit fbc571d into main Sep 29, 2023
15 of 16 checks passed
@kwasniew kwasniew deleted the events-for-dependencies branch September 29, 2023 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants