-
Notifications
You must be signed in to change notification settings - Fork 94
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
Release v10 #214
Release v10 #214
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 97b04ae:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit c78dfea:
|
Codecov Report
@@ Coverage Diff @@
## master #214 +/- ##
==========================================
- Coverage 98.72% 98.58% -0.15%
==========================================
Files 8 8
Lines 393 424 +31
Branches 143 148 +5
==========================================
+ Hits 388 418 +30
- Misses 5 6 +1
Continue to review full report at Codecov.
|
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.
This is currently blocked on failing tests for DevTools. For some reason it can't find Another issue is with the react dependency resolution script. At least on my local machine it can't find |
I fixed the |
That sounds like a good idea - would also bring the build time down due to parallelization. |
I think we should move the back/forward tests to GitHub Actions. The rest can stay as it is. |
Fix generix type declaration
This is a major release due to the migration to TypeScript. While technically it shouldn't change anything, it might be a breaking change in certain situations. Theres also a bugfix for
watchFn
and a fix for legacy browsers.Thanks to @Avi98, @FredKSchott and @rokoroku for reviewing and helping out.
I published a pre-release here: v10.0.0-alpha.0