@whop/embedded-components-vanilla-js 0.0.13-beta.8 → 1.0.0
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 +17 -0
- package/dist/lib/index.d.ts +726 -230
- package/dist/url.js +6 -3
- package/dist/url.js.map +1 -1
- package/dist/url.mjs +3 -3
- package/dist/url.mjs.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @whop/embedded-components-vanilla-js
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- ea27ce0: New train: apollo
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 15f8c67: standardize embedded components class names for better styling capabilities
|
|
12
|
+
- @whop-core/embeddable-components@0.0.13
|
|
13
|
+
|
|
14
|
+
## 1.0.0-beta.11
|
|
15
|
+
|
|
16
|
+
### Major Changes
|
|
17
|
+
|
|
18
|
+
- ea27ce0: New train: apollo
|
|
19
|
+
|
|
3
20
|
## 0.0.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|