@khanacademy/wonder-blocks-link 4.4.0 → 5.0.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 +5 -866
- package/dist/components/link.d.ts +22 -165
- package/package.json +6 -6
- package/src/components/__tests__/link.typestest.tsx +9 -4
- package/src/components/link.tsx +32 -23
- package/tsconfig-build.tsbuildinfo +1 -1
- package/dist/components/link-core.js.flow +0 -2842
- package/dist/components/link.js.flow +0 -376
- package/dist/index.js.flow +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-link
|
|
2
2
|
|
|
3
|
+
## 5.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f230b267]
|
|
8
|
+
- @khanacademy/wonder-blocks-clickable@4.0.1
|
|
9
|
+
|
|
10
|
+
## 5.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- 674a1e5c: Props are using discriminated union types to prevent invalid combinations of props
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 674a1e5c: We're no longer building flow types
|
|
19
|
+
- Updated dependencies [8c77f29d]
|
|
20
|
+
- Updated dependencies [674a1e5c]
|
|
21
|
+
- Updated dependencies [674a1e5c]
|
|
22
|
+
- Updated dependencies [674a1e5c]
|
|
23
|
+
- @khanacademy/wonder-blocks-clickable@4.0.0
|
|
24
|
+
- @khanacademy/wonder-blocks-core@6.0.0
|
|
25
|
+
- @khanacademy/wonder-blocks-icon@2.1.1
|
|
26
|
+
|
|
3
27
|
## 4.4.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|