Kevin Qi
|
48568ff0ee
|
Update changelog
|
2025-02-23 15:27:55 -08:00 |
|
Kevin Qi
|
2805d017f0
|
2.2.0
v2.2.0
|
2025-02-23 15:22:09 -08:00 |
|
Kevin Qi
|
1dce01fb30
|
Be permissive on react versions in peerDependencies
|
2025-02-23 15:19:24 -08:00 |
|
Kevin Qi
|
22efc9da64
|
Remove travis-ci badge
|
2025-02-23 15:13:35 -08:00 |
|
Kevin Qi
|
0f3f53b979
|
Merge pull request #218 from kevinsqi/upgrade-deps
Upgrade demo dependencies (react 18, react-scripts 5)
|
2022-06-26 23:34:56 -07:00 |
|
Kevin Qi
|
99eaf9d387
|
demo: upgrade to react-scripts 5.x
|
2022-06-26 23:34:26 -07:00 |
|
Kevin Qi
|
bf5eb0e246
|
demo: fix typing issue with react 18
|
2022-06-26 23:34:26 -07:00 |
|
Kevin Qi
|
cbe2bd66db
|
demo: upgrade to react 18 and react-dom 18
|
2022-06-26 23:34:26 -07:00 |
|
Kevin Qi
|
67fb00361d
|
demo: run yarn upgrade, and add @babel/helper-regex to fix app startup issue
|
2022-06-26 23:34:26 -07:00 |
|
Kevin Qi
|
c03a58cf63
|
demo: upgrade to react-scripts 3.4.4
|
2022-06-26 23:34:26 -07:00 |
|
Kevin Qi
|
6f8f616edf
|
demo: add @babel/helper-define-map to fix error when starting up demo app
|
2022-06-26 23:34:26 -07:00 |
|
Kevin Qi
|
40950821a6
|
demo: upgrade lodash and also parent lib version
|
2022-06-26 23:34:22 -07:00 |
|
Kevin Qi
|
82841ea8f1
|
Update changelog for react 18
|
2022-06-26 22:39:47 -07:00 |
|
Kevin Qi
|
dc0add254e
|
2.1.0
|
2022-06-26 22:35:23 -07:00 |
|
Kevin Qi
|
30d7167a1a
|
Merge pull request #209 from altanaldeniz/master
Add support to react 18.x
|
2022-06-26 22:33:24 -07:00 |
|
altanaldeniz
|
d0083416f0
|
Add support to react 18.x
|
2022-04-26 06:10:13 +03:00 |
|
Kevin Qi
|
6a2b70a94b
|
update changelog for 2.0.4
|
2021-03-26 13:08:51 -07:00 |
|
Kevin Qi
|
8be1572b2c
|
2.0.4
|
2021-03-26 13:06:47 -07:00 |
|
Kevin Qi
|
09c04c9893
|
demo: upgrade react 17.0.2
|
2021-03-26 13:03:34 -07:00 |
|
Kevin Qi
|
3694795c27
|
Merge pull request #168 from SureShinde/master
Add support to react 17.x
|
2021-03-25 12:42:57 -07:00 |
|
Suresh Shinde
|
375efd3578
|
Add support to react 17.x
|
2021-03-24 14:54:12 +05:30 |
|
Kevin Qi
|
0e83ac8177
|
upgrade jest to 25.5.4
|
2020-05-03 12:21:48 -07:00 |
|
Kevin Qi
|
4a0db72d66
|
upgrade rollup to 1.32.1 (and acorn)
|
2020-05-03 12:10:16 -07:00 |
|
Kevin Qi
|
947e03c220
|
upgrade demo react-scripts to 3.4.1
|
2020-05-03 12:06:23 -07:00 |
|
Kevin Qi
|
0259fd31dd
|
fix issue template link
|
2020-05-03 11:54:44 -07:00 |
|
Kevin Qi
|
d718783bc8
|
update github issue templates
|
2020-05-03 11:53:49 -07:00 |
|
Kevin Qi
|
b658f919f8
|
update README to be clear about sizing container
|
2020-03-31 23:22:36 -07:00 |
|
Kevin Qi
|
3f64e7bdaf
|
upgrade react-scripts to 3.3.0
|
2019-12-30 22:02:19 -08:00 |
|
Kevin Qi
|
a09471dc1d
|
update changelog for 2.0.3
|
2019-10-26 15:15:35 -07:00 |
|
Kevin Qi
|
d758a9c6f0
|
2.0.3
v2.0.3
|
2019-10-26 15:08:16 -07:00 |
|
Kevin Qi
|
3f75ebc1f9
|
Merge pull request #124 from kevinsqi/fix-synthetic-react-imports
Remove other synthetic react imports (i.e. "import React from 'React'")
|
2019-10-26 15:03:31 -07:00 |
|
Kevin Qi
|
5646e735b1
|
remove other synthetic react imports ('import React from React')
|
2019-10-26 14:55:16 -07:00 |
|
Kevin Qi
|
0ba1702423
|
link to codesandbox from demo page
|
2019-10-22 16:12:33 -07:00 |
|
Kevin Qi
|
e6c8593157
|
Regenerate yarn.lock to upgrade dependencies
This upgrades set-value and mixin-deep, which have security warnings.
|
2019-10-22 15:52:04 -07:00 |
|
Kevin Qi
|
d5c48f4a1e
|
add copy of codesandbox base examples https://codesandbox.io/s/vymm4oln6y
|
2019-10-22 15:42:31 -07:00 |
|
Kevin Qi
|
39a9e52e42
|
Merge pull request #121 from kevinsqi/upgrade-demo-deps
Upgrade demo dependencies
|
2019-10-22 14:44:31 -07:00 |
|
Kevin Qi
|
f28ecd443c
|
regenerate demo/yarn.lock, upgrades eslint-utils to fix security warning
|
2019-10-22 14:39:21 -07:00 |
|
Kevin Qi
|
c6fb9f6ba8
|
Merge pull request #113 from kevinsqi/upgrade-demo-react
Upgrade React to 16.9.0 in /demo
|
2019-08-17 14:30:53 -07:00 |
|
Kevin Qi
|
488fce3328
|
upgrade demo react to 16.9.0
|
2019-08-17 14:27:57 -07:00 |
|
Kevin Qi
|
1712b471cd
|
update CHANGELOG for 2.0.2
|
2019-08-10 15:56:36 -07:00 |
|
Kevin Qi
|
0405a68c44
|
upgrade demo to v2.0.2
|
2019-08-10 15:54:09 -07:00 |
|
Kevin Qi
|
82f4fa7b92
|
2.0.2
v2.0.2
|
2019-08-10 15:48:35 -07:00 |
|
Kevin Qi
|
5b4898a750
|
Merge pull request #112 from ethanae/master
Import react with "* as React" to prevent the need to use allowSyntheticDefaultExports/esModuleInterop in consumers (issue #110)
|
2019-08-10 15:47:38 -07:00 |
|
ethan
|
f3eace821a
|
- targets issue #110
- synthetic default imports to es6 imports
|
2019-08-09 10:03:18 +02:00 |
|
Kevin Qi
|
d0619f60de
|
fix linter warnings about unused vars
|
2019-07-25 21:15:21 -07:00 |
|
Kevin Qi
|
1d0f85a87b
|
Merge pull request #107 from kevinsqi/upgrade-lodash
Upgrade lodash and react-scripts
|
2019-07-25 21:14:03 -07:00 |
|
Kevin Qi
|
0f93d7e5aa
|
upgrade react-scripts to 3.0.1
|
2019-07-25 21:11:35 -07:00 |
|
Kevin Qi
|
13fa57601a
|
consolidate lodash dependency
|
2019-07-25 21:07:25 -07:00 |
|
Kevin Qi
|
fa4517b516
|
delete and re-generate yarn.lock, to upgrade lodash deps
|
2019-07-25 21:05:12 -07:00 |
|
Kevin Qi
|
666b520ac5
|
Merge pull request #103 from kevinsqi/upgrade-lodash
Upgrade /demo lodash to v4.17.14 for security fix
|
2019-07-13 14:17:41 -07:00 |
|