@khanacademy/wonder-blocks-link 4.2.8 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist/components/link-core.d.ts +850 -9
- package/dist/components/link-core.js.flow +2798 -14
- package/dist/components/link.d.ts +137 -16
- package/dist/components/link.js.flow +164 -15
- package/dist/es/index.js +51 -47
- package/dist/index.js +51 -47
- package/package.json +4 -4
- package/src/components/link-core.tsx +29 -18
- package/src/components/link.tsx +46 -42
- package/tsconfig-build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-link
|
|
2
2
|
|
|
3
|
+
## 4.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9f3752d4: Used named functions in componenets with forwarded refs
|
|
8
|
+
- Updated dependencies [9f3752d4]
|
|
9
|
+
- @khanacademy/wonder-blocks-core@5.3.1
|
|
10
|
+
- @khanacademy/wonder-blocks-clickable@3.1.2
|
|
11
|
+
- @khanacademy/wonder-blocks-icon@2.0.15
|
|
12
|
+
|
|
13
|
+
## 4.3.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- c31cdaac: Add ref forwarding to Link
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [c37b99aa]
|
|
22
|
+
- Updated dependencies [c4cef3e6]
|
|
23
|
+
- @khanacademy/wonder-blocks-core@5.3.0
|
|
24
|
+
- @khanacademy/wonder-blocks-clickable@3.1.1
|
|
25
|
+
- @khanacademy/wonder-blocks-icon@2.0.14
|
|
26
|
+
|
|
3
27
|
## 4.2.8
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|