The version 3.17.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of preact-compat.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes3.17.0
Add context for callback function in renderSubtreeIntoContainer() to match React (#399, @lsroman)
Make Children.toArray() always return a new array (#395, @ustccjw)
bugfix: array data children were converted to an object (#384, @luolonghao)
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).
Version 3.17.0 of preact-compat just got published.
The version 3.17.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of preact-compat. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
3.17.0renderSubtreeIntoContainer()
to match React (#399, @lsroman)Children.toArray()
always return a new array (#395, @ustccjw)props.className
is now an alias ofprops.class
(#412)vectorEffect
to the list of camel case properties (#409, @icewind1991)React.__spread
export since it's already available (#407, @gnarf)Commits
The new version differs by 10 commits.
e25d060
3.17.0
5dd83b3
Intelligently make
className
enumerable only if it was already defined when installing the proxy6727f0b
Add __spread in case we care to do this (#407)
fb56741
Add vectorEffect to the list of camel case properties (#409)
3d0f2c2
props.className as an alias of props.class (#412)
f972b66
checking children before attempting to get first child of a parent (#387)
ea1d3d3
bugfix: array[object] data children going to be an object (#384)
01fada6
toArray return new array (#395)
c43b93d
Add context for callback function in "renderSubtreeIntoContainer" because behavior in the ReactJS (#399)
78027b2
add CDNJS version badge in README.md (#375)
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: