generated from wayfair-incubator/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VSM Property Wrappers Documentation (#27)
* property wrapper PoC (AutoRendered + ViewState) * Deprecate ViewStateRendering for the ViewState property wrapper * Fixed observe state wrapper issues * Split view state property wrappers * Clarified deprecation warnings * Upgraded debug logging * Migrate demo views to ViewState property wrapper * Missed container removal * Fixed typo in ViewStateRendering docs * Updated documentation to recommend @ViewState * Code file organization * Fixed extra-frame bug * Added a unit test to ensure synchronous main-thread action observation * Changed ViewState wrapper from struct to protocol * Fixed runtime StateObject access warnings * Added UI tests to UIKit scheme * Organized conformances, docs, and fixed async disambiguation bug * Clarified state management property names * Added profile view and tests for debounce field and async actions * Add storyboard view controller and tests for second RenderedViewState PoC * Undo merge fragments * Undo whitespace change * Undo unnecessary ViewState rename * Removed redundant deprecation decorators * File cleanup * Update static debug logging signatures * Binding protocol cleanup and async closure fix * Consolidated State Container code documentation * Update View Definition docs * Property wrapper docs cleanup * Documentation PR feedback * markdown lint fix * Documentation PR feedback * Apply suggestions from code review Co-authored-by: Mark Granoff <[email protected]> --------- Co-authored-by: Mark Granoff <[email protected]>
- Loading branch information
1 parent
43f5975
commit 41113cb
Showing
30 changed files
with
346 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.