-
Notifications
You must be signed in to change notification settings - Fork 50
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
Refactor existing DSL docs. #288
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #288 +/- ##
=======================================
Coverage 81.87% 81.88%
=======================================
Files 134 134
Lines 4608 4609 +1
Branches 1138 1138
=======================================
+ Hits 3773 3774 +1
Misses 552 552
Partials 283 283 ☔ View full report in Codecov by Sentry. |
options: [true, false], | ||
}, | ||
], | ||
} satisfies Schema.DataType |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OOOO nice satisfies
Co-authored-by: Spencer Hamm <[email protected]>
Expand existing DSL docs
Change Type
patch
minor
major
Release Notes
Update DSL docs
Version
Published prerelease version:
0.7.0-next.1
Changelog
Release Notes
Refactor existing DSL docs. (#288)
Update DSL docs
Remove Applitools (#277)
Enhance
AsyncViewStub.awaitView()
to ensure any childAsyncViewStub
s are resolved as well. This really only affects initial hydration, preventing weird isolated rendering jank by ensuring everything is ready to be shown on screen before actually rendering the top-level asset.🚀 Enhancement
🐛 Bug Fix
📝 Documentation
Authors: 13