-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency preact-render-to-string to v5.2.6 #556
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
base: master
Are you sure you want to change the base?
Conversation
0b509dc to
f9e1478
Compare
Codecov Report
@@ Coverage Diff @@
## master #556 +/- ##
=======================================
Coverage 45.05% 45.05%
=======================================
Files 143 143
Lines 4071 4071
Branches 348 348
=======================================
Hits 1834 1834
Misses 2236 2236
Partials 1 1 Continue to review full report at Codecov.
|
93768f2 to
712b06f
Compare
b682f32 to
ffda2d1
Compare
ffda2d1 to
443b76d
Compare
443b76d to
a68117c
Compare
a68117c to
58e6578
Compare
58e6578 to
e118dd4
Compare
52537d7 to
9fedaf9
Compare
9fedaf9 to
bf4741a
Compare
f5a8d53 to
91fff2f
Compare
Codecov ReportBase: 45.05% // Head: 45.05% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #556 +/- ##
=======================================
Coverage 45.05% 45.05%
=======================================
Files 143 143
Lines 4071 4071
Branches 348 348
=======================================
Hits 1834 1834
Misses 2236 2236
Partials 1 1 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
b21265f to
b8123b7
Compare
b8123b7 to
75f5496
Compare
75f5496 to
998938e
Compare
998938e to
45a55fd
Compare
45a55fd to
6840500
Compare
6840500 to
0bbdec4
Compare
This PR contains the following updates:
5.1.10→5.2.6Release Notes
preactjs/preact-render-to-string (preact-render-to-string)
v5.2.6Compare Source
Patch Changes
8b944b2Thanks @marvinhagemeister! - Fixpreact/debugincorrectly throwing errors on text childrenv5.2.5Compare Source
Patch Changes
ad35c4cThanks @developit and @marvinhagemeister! - Fix object and function children being rendered asundefinedaa12b3cThanks @marvinhagemeister! - Fix vnode masks not matching with core due to top level component Fragmentsv5.2.4Compare Source
Patch Changes
bd5e5ebThanks @JoviDeCroock! - correctly unmount vnodesdec7a7aThanks @JoviDeCroock! - add parent and children for useIdv5.2.3Compare Source
Patch Changes
2d5ca74Thanks @JoviDeCroock! - Performance enhancements7cdf4d6Thanks @developit! - Fix the order of invocation for the "before diff" (__b) and "diffed" options hooks.v5.2.2Compare Source
Patch Changes
2f6d6e8Thanks @marvinhagemeister! - Remove duplicate type path inpackage.json. Only one oftypesortypingsis needed.e4fe799Thanks @developit! - Improve string encoding performance by ~50%d83def7Thanks @JoviDeCroock! - Split up hot paths and make separate path for opts.prettyv5.2.1Compare Source
Patch Changes
645f3cbThanks @rschristian! - EnsuresdefaultCheckedis serialized ascheckedattribute31ac323Thanks @JoviDeCroock! - Optimize perf by using smarter string builderv5.2.0Compare Source
Minor Changes
250c15fThanks @developit! - Implement hook state settling. Setting hook state during the execution of a function component (eg: inuseMemo) will now re-render the component and use the final result. Previously, these updates were dropped.v5.1.21Compare Source
Patch Changes
a8672dbThanks @AleksandrHovhannisyan! - Don't add selected attribute to elements if they already contain that attributev5.1.20Compare Source
Patch Changes
298d05eThanks @rschristian! - On empty className w/ compat, class attribute will no longer be duplicated6d47c5aThanks @JoviDeCroock! - Fix serialize defaultValue as value attributev5.1.19: 5.1.19Compare Source
v5.1.18Compare Source
v5.1.17: 5.1.17Compare Source
This release contains a few minor performance improvements.
encodeEntitiesfast path for inputs that don't need anything replaced (#194, thanks @jviide)Fragmentsand improveencodeEntitiesperformance on Intel CPUs (#192, thanks @developit)Maintenance
v5.1.16: 5.1.16Compare Source
Whilst the memoization in #184 does improve runtime scores it has no limit on how much it caches. This could lead to a memory leak for content heavy sites. Let this be a lesson for myself to always put limits on all the things!
Bug Fixes
v5.1.15: 5.1.15Compare Source
Maintenance
v5.1.14: 5.1.4Compare Source
commonjsbehaviour. (#183, thanks @marvinhagemeister)v5.1.13: 5.1.13Compare Source
Maintenance
v5.1.12: 5.1.12Compare Source
options.diffedandoptions._commitnever being called (#175, thanks @marvinhagemeister)dangerouslySetInnerHTMLis set (#174, thanks @clomie)v5.1.11: 5.1.11Compare Source
Bug Fixes
options._diffhook (#172, thanks @sventschui)defaultValueattribute (#163, thanks @sventschui)Maintenance
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.