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

Update API to provide image creation and state apply #1410

Closed
ivmartel opened this issue Jun 19, 2023 · 1 comment
Closed

Update API to provide image creation and state apply #1410

ivmartel opened this issue Jun 19, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@ivmartel
Copy link
Owner

The code of v0.31 allowed for the creation of an Image or View using factories that are not exported in v0.32. This must be solved by adding create functions for these classes (and not exporting factories).
The previous code also allowed to create State objects, since most of the time it was to pass to the app, an app.applyJsonState method should be enough.

@ivmartel ivmartel added the enhancement New feature or request label Jun 19, 2023
@ivmartel ivmartel added this to the 0.32.1 milestone Jun 19, 2023
@ivmartel
Copy link
Owner Author

Solved in 5c5c85b (create functions) and f71aeb6 (state apply)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant