Commit 0e9055c 1 parent e547738 commit 0e9055c Copy full SHA for 0e9055c
File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 21
21
### :house: Internal
22
22
-->
23
23
24
+ ## [ 6.9.9 (2022-04-26)] ( https://github.com/bokuweb/re-resizable/compare/v6.9.9...v6.9.8 )
25
+
26
+ ### :nail_care : Enhancement
27
+
28
+ - use native ` endsWith ` .
29
+ - remove ` fast-memoize ` .
30
+
24
31
## [ 6.9.8 (2022-04-22)] ( https://github.com/bokuweb/re-resizable/compare/v6.9.8...v6.9.6 )
25
32
26
- ### 💅 use ` flushSync ` in mouseMove.
33
+ ### :nail_care : Enhancement
34
+
35
+ - use ` flushSync ` in mouseMove.
27
36
28
37
## [ 6.9.6 (2022-04-22)] ( https://github.com/bokuweb/re-resizable/compare/v6.9.5...v6.9.6 )
29
38
30
- ### 💅 add peerdeps.
39
+ ### :nail_care : Enhancement
40
+
41
+ - add ` react ` and ` react-dom ` to peer deps.
31
42
32
43
## [ 6.9.5 (2022-03-14)] ( https://github.com/bokuweb/re-resizable/compare/v6.9.2...v6.9.3 )
33
44
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " re-resizable" ,
3
- "version" : " 6.9.8 " ,
3
+ "version" : " 6.9.9 " ,
4
4
"description" : " Resizable component for React." ,
5
5
"title" : " re-resizable" ,
6
6
"main" : " ./lib/index.es5.js" ,
101
101
],
102
102
"fixture" : " ./test/fixture.html"
103
103
},
104
- "dependencies" : {
105
- },
104
+ "dependencies" : {},
106
105
"peerDependencies" : {
107
106
"react" : " ^16.13.1 || ^17.0.0 || ^18.0.0" ,
108
107
"react-dom" : " ^16.13.1 || ^17.0.0 || ^18.0.0"
You can’t perform that action at this time.
0 commit comments