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

Adds support for persistWhenSkipped in SwiftUI #125

Closed
wants to merge 5 commits into from

Conversation

morganzellers
Copy link
Contributor

Linked Issue: #120

Checklist:


If Applicable:

  • Did you test when the first item is skipped?
  • Did you test when the last item is skipped?
  • Did you test when middle items are skipped?
  • Did you test when incorrect data is passed forward?
  • Did you test proceeding backwards?

If Public API Has Changed:

  • Did you deprecate (rather than remove) any old methods/variables/etc? Our philosophy for deprecation.
  • Have you done the best that you can to make sure that the compiler guides people to changing to the new API? (Example: the renamed attribute)
  • If necessary, have you tested the upgrade path for at least N-1 versions? For example, if data persists between v1 and v2 then that upgrade should be tested and as easy as we can make it.

…ed and nav views. Added functionality for persistWhenSkipped in WorkflowItem - MZ
@morganzellers morganzellers linked an issue Sep 8, 2021 that may be closed by this pull request
@morganzellers morganzellers changed the title persistence-swiftui - Added some tests for persistWhenSkipped and nav views. Added functionality for persistWhenSkipped in WorkflowItem Adds support for persistWhenSkipped in SwiftUI Sep 8, 2021
morganzellers and others added 4 commits September 9, 2021 09:20
…ut - RAG MZ

Co-authored-by: Morgan Zellers <morgan.zellers@gmail.com>
…rder to allow changes to percolate out to all Nodes - mz rag

Co-authored-by: Richard Gist <Richard.Gist@wwt.com>
Co-authored-by: Richard Gist <Richard.Gist@wwt.com>
@Tyler-Keith-Thompson Tyler-Keith-Thompson deleted the persistence-swiftui branch March 17, 2022 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Persistence in SwiftUI
2 participants