This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
Upgrade preact-render-to-string: 4.1.0 → 5.0.6 (major) #217
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ preact-render-to-string (4.1.0 → 5.0.6) · Repo
Release Notes
5.0.6
5.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 40 commits:
Release 5.0.6
Join adjacent text nodes (#109)
Fix build tools deprecation warnings (#110)
Fix eslint warning
Fix mocha compilers deprecation warning
Release 5.0.5 (#107)
Merge pull request #106 from preactjs/pretty_render
Fix pretty option doing nothing
Merge pull request #83 from 9renpoto/fix/types
fix(tsconfig) remove unused options
fixed jsxFactory
fix(tsconfig) use react jsx
Added type definition tests
[TS] Make options optional (#101)
Release 5.0.4 (#98)
Fix options.render is private in core (#97)
Wrap arrays in Fragment to allow proper rendering (#96)
Release 5.0.3 (#91)
Switch from mjs -> js (#89)
Support createContext of preact x (#88)
Add test for nested Provider
Support falsy context value
Support createContext of preact x
Allow preact x beta as peer dep (#87)
Merge pull request #85 from developit/fix_select_value
Use loose equality check for select value
Fix select value not passed through components
Pass select value as arg instead of via context
Fix select value not marking option as selected
Release 5.0.2
Add support for Fragments (#79)
Resolve crash when using hooks (#77)
5.0.01
preserve component<->vnode linkage properties when instantiating class components
Fix wrong value for useContext
Add basic support for hooks
Run tests on latest node LTS 10.x (#75)
remove commented out code
5.0.0: move to preact 10
[WIP] Update for Preact 10 (#70)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands