Commit b36e616
Date Picker x React 17 (#2163)
* LG-3697: Expose value type for useLeafyGreenTable (#2127)
* expose value type for useLeafyGreenTable
* changeset
* Remove unused code
* change header value
* Squashed commit of the following:
commit 5a55659
Merge: 9578ad8 c080ec0
Author: Adam Thompson <2414030+TheSonOfThomp@users.noreply.github.com>
Date: Thu Jan 11 11:12:50 2024 -0500
Merge branch 'main' into adam/React17-renderHook
commit 9578ad8
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Thu Jan 11 10:43:18 2024 -0500
Update hooks.spec.tsx
commit c080ec0
Author: Sean Park <seanpark1107@gmail.com>
Date: Wed Jan 10 23:16:32 2024 -0500
LG-3697: Expose value type for useLeafyGreenTable (#2127)
* expose value type for useLeafyGreenTable
* changeset
* Remove unused code
* change header value
commit 44f32b6
Author: Adam Thompson <2414030+TheSonOfThomp@users.noreply.github.com>
Date: Wed Jan 10 17:14:50 2024 -0500
Update config.ts
commit 030772e
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Wed Jan 10 15:43:51 2024 -0500
adds docs to Exists
commit f7fdbfd
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Wed Jan 10 15:42:57 2024 -0500
moves globToRegex
commit 55c3283
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Wed Jan 10 15:33:41 2024 -0500
adds comment for @ts-expect-error
commit ee41597
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Wed Jan 10 12:32:55 2024 -0500
update testing-lib build script
commit f11ddfe
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Wed Jan 10 12:04:59 2024 -0500
updates externalDependencies
commit 9b6023b
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Wed Jan 10 11:49:18 2024 -0500
updates dependencies
commit f921f8e
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Wed Jan 10 11:30:41 2024 -0500
adds changesets
commit f25d2e8
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Wed Jan 10 11:18:03 2024 -0500
updates hooks & toast tests
commit 232d059
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Wed Jan 10 11:17:52 2024 -0500
Creates `waitForState `
commit 085cad2
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Tue Jan 9 16:00:33 2024 -0500
update types in RTLOverrides
commit 021551d
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Tue Jan 9 15:27:02 2024 -0500
remove `act` warnings
commit 9e6e2a9
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Tue Jan 9 15:21:59 2024 -0500
Updates return value of `useToast.updateToast`
commit 7700735
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Tue Jan 9 15:06:33 2024 -0500
update usage in `hooks`
commit 3ce1187
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Tue Jan 9 14:07:32 2024 -0500
export `act` from @lg-tl
commit 5292c24
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Tue Jan 9 13:53:21 2024 -0500
update usage in toast
commit 488ad00
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Tue Jan 9 13:53:15 2024 -0500
update renderHook imports in basic packages
commit b46ad88
Author: Adam Thompson <adam.thompson@mongodb.com>
Date: Tue Jan 9 13:25:08 2024 -0500
adds renderHook override to testing-lib
* update dp tests
* useControlledValue properly sets isControlled
* Update hooks.spec.tsx
---------
Co-authored-by: Sean Park <seanpark1107@gmail.com>1 parent d548aca commit b36e616
File tree
32 files changed
+314
-141
lines changed- .changeset
- packages
- a11y/src
- hooks/src
- useDynamicRefs
- leafygreen-provider/src/PopoverContext
- table/src/useLeafyGreenTable
- testing-lib
- src
- toast/src/ToastContext
- ToastReducer
- useToast
- tools
- test
- validate/src/dependencies
- utils
32 files changed
+314
-141
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
21 | | - | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
109 | 114 | | |
110 | 115 | | |
111 | 116 | | |
112 | | - | |
| 117 | + | |
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
| |||
144 | 149 | | |
145 | 150 | | |
146 | 151 | | |
147 | | - | |
| 152 | + | |
| 153 | + | |
148 | 154 | | |
| 155 | + | |
149 | 156 | | |
150 | 157 | | |
151 | 158 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments