-
Notifications
You must be signed in to change notification settings - Fork 364
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
Experimental API for forgetting objects/sheet #393
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Published an insiders' release as |
This might interest @tomorrowevening too. |
I'll experiment with this later with my drag and drop prototype, that dynamically adds sheets / objects and would be a good test for this |
Please add some method( |
7dde8ab
to
852f12f
Compare
/release insiders |
🎉 Released an insiders' build to npm. Here is how to upgrade:
--- @theatre/core: "old-version",
+++ @theatre/core: "0.6.1-insiders.72222e5",
--- @theatre/studio: "old-version",
+++ @theatre/studio: "0.6.1-insiders.72222e5",
--- @theatre/dataverse: "old-version",
+++ @theatre/dataverse: "0.6.1-insiders.72222e5",
--- @theatre/react: "old-version",
+++ @theatre/react: "0.6.1-insiders.72222e5",
--- @theatre/browser-bundles: "old-version",
+++ @theatre/browser-bundles: "0.6.1-insiders.72222e5",
--- @theatre/r3f: "old-version",
+++ @theatre/r3f: "0.6.1-insiders.72222e5",
--- theatric: "old-version",
+++ theatric: "0.6.1-insiders.72222e5", All published packages are on npm:
|
852f12f
to
4ba4d2f
Compare
@AD2018 sure, will do |
@AriaMinaei do you have any updates for removing of sheets from project tree? |
@f0nar This was merged in 0.6.1. Upgrade to that version (well, better latest, so 0.7.0) and you'll have the API described in the top comment. |
@AriaMinaei I was asking about functionality like 'detachSheet' |
@f0nar Do you specifically need to detach sheets from a project? |
Yep. I really need it. |
This adds two methods to the
transactionAPI
that would remove an object or sheet's state from the project's state.