Open greenkeeper[bot] opened 6 years ago
Update to this version instead π
.includes
by .indexOf
(IE11 fix) (#906) (87ad586)The new version differs by 23 commits.
10a320c
chore(release): 4.0.1
b3a7b54
chore: remove prelease flag
32b7fff
Merge pull request #921 from gaearon/upgrade-pkg
cf6d26e
chore: upgrade deps
bcbf10d
chore: completely remove opencollective pkg
f8532df
fix: double proxy registration (#915)
b9f801e
chore: move opencollective to dev deps (#916)
8c09378
docs(readme): better typescript playbooks
d3b91de
better typescript playbooks. #884 #909
c420fee
Merge pull request #906 from nulltoken/patch-1
ef42058
Merge pull request #889 from gaearon/break-recursion-render
87ad586
Make IE11 consumers life (a little bit) easier
33f2376
break render recursion, fix #882
b639bc6
Merge pull request #888 from sarathms/fix-typo-in-error-message
68e1e40
Fix typo in error message
There are 23 commits in total.
See the full diff
Update to this version instead π
_this3
(#928)The new version differs by 20 commits.
1ec9ec2
4.1.0
db640f6
typescript w/o babel example
e8f8935
prettier
86f785f
Merge pull request #937 from gaearon/this3
8a6f69d
adding _this3 to handle babel edge cases. fixes #928
948138a
Merge pull request #927 from gaearon/react-16-strict
4f17b94
code coverage for SFC assembling #873
1581cc5
fix SFC props assembling
4218e41
fix React 15 Stateless components
c6cfac7
Merge pull request #931 from MatthewRamsey/update-readme
4120083
update readme
fa22392
Merge pull request #929 from weihong1028/patch-1
22a1e09
Update Troubleshooting.md
85118dc
add react-lifecycles-compat
a5a7c93
remove componentWillReceiveProps from proxies #918
There are 20 commits in total.
See the full diff
Update to this version instead π
The new version differs by 16 commits.
323389a
chore(release): 4.1.3
b92fbbf
chore: upgrade deps
1f8adb9
fix: props merge order. #967 (#968)
b22f37e
Merge pull request #963 from gaearon/impove-async-loader-readme
df8ddae
Merge pull request #958 from gaearon/typescript-ignore
646438c
docs: fix up some grammar in troubleshooting (#965)
ac53309
doc: more clear statement about code splitting
806d526
TS config with awesome-typescript-loader
f3e1208
Merge pull request #961 from danielbayerlein/bugfix/readme
c3b783d
Fix headline size
e540fb4
feat. Better typescript with babel 7. implements #884
0ebb809
Merge pull request #950 from gaearon/always-update
cb01e78
Merge pull request #957 from gaearon/single-fragment
7e80881
fix: Fragment with a single element. fixes #956
7819c71
fix: always update bound functions. #949
There are 16 commits in total.
See the full diff
Update to this version instead π
The new version differs by 26 commits.
74d4d4c
4.2.0
769eb72
Merge pull request #977 from gaearon/update-related-issues
56fdd05
Support React.Context, impliments #979
acea0de
Merge remote-tracking branch 'origin/master' into update-related-issues
9ebf0af
add tests for Fragments inside div
0584e27
Merge pull request #976 from gaearon/more-examples
c81ca5c
secure context render
cbc98ea
React.Context and Fragment related changes
b37bf12
disable pureSFC
c1ab695
add examples
a352cbb
Merge pull request #975 from gaearon/react-lifecycles-compact
23f3660
react-lifecycles-compat fixes, related to #951
d81aa67
Revert "react-lifecycles-compat fixes, related to #951"
b0f0712
react-lifecycles-compat fixes, related to #951
854fd36
review styled example
There are 26 commits in total.
See the full diff
Update to this version instead π
The new version differs by 36 commits.
9adfb9b
chore(release): 4.3.0
78d2dc5
Merge pull request #1005 from gaearon/pre-release-fixes
586dd78
cold/parcel prerelease fixes
a9aa07e
Merge pull request #1006 from timm-aym/ship-parcel-example
09d6d44
Fix hot reloading for parcel
example
4e39a68
Merge pull request #994 from s-h-a-d-o-w/patch-1
047fa0f
Merge branch 'master' into patch-1
1be2966
Merge pull request #1003 from gaearon/webpack4-babel-cycle
c864343
Merge pull request #1002 from gaearon/revert-function-apply
5bfd8cf
Dont reload function properties, revert #949, fixes #995, #978, #969, #984
e7d7577
Merge pull request #992 from gaearon/not-hot
e90a25c
fix: RHL babel plugin will ignore react and react-hot-loader, fixes #900
f5600e2
cold should return type
819490f
refactor cold components
8a3dc62
add cold example
There are 36 commits in total.
See the full diff
Update to this version instead π
The new version differs by 10 commits.
d77a729
chore(release): 4.3.1
1454853
Merge pull request #1015 from gaearon/preact-render-method
605da10
fix: preact could pass arguments to the render, fix #1013
bb47ca4
fix: support _this10 and over
8189dd4
Merge pull request #1014 from taion/relay-indet-static-props
ba10324
Fix test on React 15
933b577
Add tests
93e9750
Handle lazy indeterminate static properties
c8a36e7
Merge pull request #1012 from s-h-a-d-o-w/patch-2
df88b01
Typo in README
See the full diff
Update to this version instead π
The new version differs by 11 commits.
960fd35
chore(release): 4.3.4
d8e2457
Merge pull request #1033 from gaearon/fix-clones
6af3883
fix: element could be double-proxied
4d0f8c5
Merge pull request #1031 from gaearon/fix-class-detection
ec8083c
Merge remote-tracking branch 'origin/master' into fix-class-detection
3e07c06
Merge pull request #1029 from gaearon/react-loadable-mock
c32438b
refactor React Component type detection
12a8a4e
Merge pull request #1030 from mkg0/master
ff94e68
set exact version
d001059
upgrade webpack
fac1d29
add code-splitting example
See the full diff
Update to this version instead π
The new version differs by 13 commits.
151e4e4
chore(release): 4.3.5
f67d5b9
fix: use the same conditions for index and patch
6d3a30e
Merge pull request #1028 from Akuukis/master
f6f67a3
Merge pull request #1052 from gaearon/remove-false-updates
cf165a6
fix: dont hot-swap registered components, #1050
ca3efeb
Merge pull request #1037 from gaearon/mobx-example
a91a7c7
add mobx example
7f60ce5
Merge pull request #1035 from rrousselGit/master
890129d
Update package.json
9c9699e
add mobx example
4a0830c
Note that TS example uses beta Babel
12574c6
Typescript example for Webpack 4
0a88e21
simplify typescript setup and update example code
See the full diff
dependency
react-hot-loader was updated from 3.1.3
to 4.3.7
.Update to this version instead π
The new version differs by 10 commits.
98fa7f5
chore(release): 4.3.7
d6e86a5
Merge pull request #1063 from gaearon/babel-7
acad937
fix: babel 7 compatibility. #1043
d6853b7
chore(readme): fix #1060, fix #1044
6b80a47
Merge pull request #1058 from Laassari/patch-1
2545905
Merge pull request #1062 from gaearon/fix-red-master
a30db75
Merge pull request #1059 from mshatikhin/master
ba46aba
chore(build): fix react 16.4, #1061
80fb994
Typo in README
b9b185c
change App's path in create-react-app
See the full diff
dependency
react-hot-loader was updated from 3.1.3
to 4.3.8
.dependency
react-hot-loader was updated from 3.1.3
to 4.3.10
.dependency
react-hot-loader was updated from 3.1.3
to 4.3.11
.Update to this version instead π
dependency
react-hot-loader was updated from 3.1.3
to 4.3.12
.Update to this version instead π
The new version differs by 14 commits.
8d8763d
chore(release): 4.3.12
a6e97c8
Merge pull request #1081 from smelukov/drop-hot-for-prod
847b5cd
Merge pull request #1091 from bradennapier/remove-generational-methods
08f7457
remove all removed methods from proxy prototype
2a6a8bb
change to use property check in jest
5b5ef8a
add test case
db48995
remove certain members if removed from prototype
21cfe37
Merge pull request #1086 from andfelzapata/Fix_Grammar_Mistake_OpenedModules_Console_Warning_Comment
00e5aed
Fix grammar mistake in commment
f7b922c
support all import cases
308f35e
drop hot
calls for prod mode
696da9b
Merge pull request #1065 from PavelGavlik/patch-1
972d1eb
chore(examples): add example with uglifyjs, #1074
e08f95b
Remove link that leads to 404
See the full diff
dependency
react-hot-loader was updated from 3.1.3
to 4.6.0
.Update to this version instead π
The new version differs by 93 commits.
3bbc997
chore(release): 4.6.0
f15b108
Merge pull request #1122 from gaearon/red-box
ca92718
add more auto-options
8affde9
fix tests
81853c3
change react-dom DI
5ea96cc
update README
946b432
better configuration for Error Overlay
924cd98
improve examples
649a227
extract comparison logic
5d715a7
Merge pull request #1124 from keqingrong/patch-1
e97e3c5
Fix a clerical error
089991a
flaky test
1846019
feat: impliment flexible error boundaries
bdd2659
restore react 15 compact
af1aa39
display reloading error in the terminal
There are 93 commits in total.
See the full diff
dependency
react-hot-loader was updated from 3.1.3
to 4.6.1
.Update to this version instead π
The new version differs by 12 commits.
e00bc6f
chore(release): 4.6.1
4906e99
Merge pull request #1133 from gaearon/hot-fixes
b8c7d6f
linting
10ec938
document RHL limitations
a62bacd
fix: secure wrapped/uwrapped comparison
da7b662
add hook example to all-containers
8a66401
fix: webpack plugin outputs es2015 code
615790f
fix: display hmr errors as hmr errors, #1131
02b5737
better document check
9d3a2c0
fix: hmr error detection is flaky
40e3ff2
fix: error overlay is not server side friendly, #1126
65d70a8
update readme
See the full diff
dependency
react-hot-loader was updated from 3.1.3
to 4.6.2
.dependency
react-hot-loader was updated from 3.1.3
to 4.6.3
.Update to this version instead π
The new version differs by 9 commits.
17a68ae
chore(release): 4.6.3
67c7032
Merge pull request #1136 from gaearon/4.6.3
275ea30
ask to dump hot-loader/react-dom
826a57c
fix: update memo updater and comparator. fix #1135
17d25c5
update SC example
100fc9c
fix: context information is not always properly emulated in hot-render, fixes #1094
5d4f226
fix: RHL could update non-relative components
a045f57
Merge pull request #1134 from zeachco/patch-2
09e40f8
Update README.md
See the full diff
dependency
react-hot-loader was updated from 3.1.3
to 4.7.0
.Update to this version instead π
The new version differs by 43 commits.
7089062
chore(release): 4.7.0
4b36cc8
safe cleanup after hot render
5e6cc4b
Merge pull request #1170 from gaearon/fixes-february
e23eea8
fix gramma
02d1725
React 15 tests
4e971b5
feat: activate pureRender by default
f52d59c
stable
b6c1d9b
(non pure render) Throw if render method does not exists, fixes #1177
3d021ca
stabilize error boundaries
f6472dc
stabilize for the pureRender option
b7e8f5e
feat: implement flexible hot injections
9967fde
feat: make errors retryable to mitigate hooks update
e2c34f8
update styled example
3ef584c
fix tests
76a2776
reword hook injection
There are 43 commits in total.
See the full diff
dependency
react-hot-loader was updated from 3.1.3
to 4.7.1
.Update to this version instead π
The new version differs by 5 commits.
b1a9bd7
chore(release): 4.7.1
262a9ba
concrete in tests proper error behavior
9f6ab6e
fix: do not poison memoized props
8befa5a
fix: rethrow an error is hot comparison is not open
8240111
fix: destructed Context.Provider breaking registrations. fixes #1184
See the full diff
dependency
react-hot-loader was updated from 3.1.3
to 4.7.2
.Update to this version instead π
The new version differs by 11 commits.
94d1379
chore(release): 4.7.2
b12b430
fix: suppress error message on a server side, fixes #1188
e28c750
Merge pull request #1195 from kontrollanten/update-lodash
781557a
chore(deps): update lodash
03829b1
Merge pull request #1190 from gaearon/fix-context-consumer
608c5da
Merge pull request #1193 from eps1lon/chore/package/hnrs3
e3399dc
chore(package): Bump hoist-non-react-statics major
7942d26
fix: safer reads from context consumer
d6bffda
Merge pull request #1187 from kengreeff/update-install-docs
1ad57dc
Add heading to separate old API from installation steps
115edd8
Update README.md
See the full diff
dependency
react-hot-loader was updated from 3.1.3
to 4.8.0
.dependency
react-hot-loader was updated from 3.1.3
to 4.8.1
.Update to this version instead π
The new version differs by 6 commits.
94af013
chore(release): 4.8.1
95207a8
Merge pull request #1216 from gaearon/fix-parcel-root
a16679b
fix: root hot for parcel bundler, fixes #1082
dd3e5d9
Merge pull request #1214 from aberezkin/consuming-defined-values
d29ba0b
Add some test cases for context
0752b74
Pass defined falsy values in consumers' children in replacement render
See the full diff
dependency
react-hot-loader was updated from 3.1.3
to 4.8.2
.dependency
react-hot-loader was updated from 3.1.3
to 4.8.3
.Update to this version instead π
The new version differs by 7 commits.
2167f9f
chore(release): 4.8.3
cd9a760
Merge pull request #1221 from eps1lon/fix/lazy-ref
1351f2d
fix: invariant violation react 15
798e37f
fix: Allow refs on lazy components
d842b20
test: Add failing test for refs on lazy components
df8eb13
Merge pull request #1220 from anthony-langford/patch-1
8818008
Update Troubleshooting.md
See the full diff
dependency
react-hot-loader was updated from 3.1.3
to 4.8.4
.dependency
react-hot-loader was updated from 3.1.3
to 4.8.5
.dependency
react-hot-loader was updated from 3.1.3
to 4.8.6
.dependency
react-hot-loader was updated from 3.1.3
to 4.8.7
.dependency
react-hot-loader was updated from 3.1.3
to 4.8.8
.dependency
react-hot-loader was updated from 3.1.3
to 4.9.0
.dependency
react-hot-loader was updated from 3.1.3
to 4.11.0
.dependency
react-hot-loader was updated from 3.1.3
to 4.11.1
.dependency
react-hot-loader was updated from 3.1.3
to 4.11.2
.dependency
react-hot-loader was updated from 3.1.3
to 4.12.0
.dependency
react-hot-loader was updated from 3.1.3
to 4.12.1
.dependency
react-hot-loader was updated from 3.1.3
to 4.12.2
.dependency
react-hot-loader was updated from 3.1.3
to 4.12.3
.dependency
react-hot-loader was updated from 3.1.3
to 4.12.4
.dependency
react-hot-loader was updated from 3.1.3
to 4.12.5
.dependency
react-hot-loader was updated from 3.1.3
to 4.12.7
.dependency
react-hot-loader was updated from 3.1.3
to 4.12.8
.dependency
react-hot-loader was updated from 3.1.3
to 4.12.9
.dependency
react-hot-loader was updated from 3.1.3
to 4.12.10
.dependency
react-hot-loader was updated from 3.1.3
to 4.12.11
.dependency
react-hot-loader was updated from 3.1.3
to 4.12.12
.
βοΈ Greenkeeperβs updated Terms of Service will come into effect on April 6th, 2018.
Version 4.0.0 of react-hot-loader was just published.
The version 4.0.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of react-hot-loader.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v4.0.0Bug Fixes
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: