skyflow-js 2.6.0 → 2.7.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 +19 -0
- package/README.md +2380 -1256
- package/dist/sdkNodeBuild/index.js +1 -1
- package/dist/sdkNodeBuild/index.js.gz +0 -0
- package/package.json +1 -1
- package/types/client/index.d.ts +3 -0
- package/types/core/constants.d.ts +1 -0
- package/types/core/external/collect/collect-container.d.ts +2 -1
- package/types/core/external/collect/compose-collect-container.d.ts +2 -1
- package/types/core/external/reveal/composable-reveal-container.d.ts +2 -1
- package/types/core/external/reveal/reveal-container.d.ts +2 -1
- package/types/core/internal/frame-element-init.d.ts +2 -2
- package/types/core-utils/reveal.d.ts +1 -1
- package/types/index-node.d.ts +1 -1
- package/types/libs/skyflow-error.d.ts +2 -0
- package/types/skyflow.d.ts +2 -1
- package/types/utils/common/index.d.ts +18 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.6.0] - 2025-11-19
|
|
6
|
+
### Added
|
|
7
|
+
- Composable Reveal elements
|
|
8
|
+
- Render and reveal using composable reveal
|
|
9
|
+
- Upload Single and multi files support in composable collect
|
|
10
|
+
- Render Composable reveal and collect elements inside shadow dom
|
|
11
|
+
|
|
12
|
+
## [2.5.0] - 2025-10-30
|
|
13
|
+
### Added
|
|
14
|
+
- Update pure js method
|
|
15
|
+
|
|
16
|
+
## [2.4.4] - 2025-10-20
|
|
17
|
+
### Fixed
|
|
18
|
+
- Fix Typescript gaps
|
|
19
|
+
|
|
20
|
+
## [2.4.3] - 2025-08-01
|
|
21
|
+
### Fixed
|
|
22
|
+
- Fix BIN Lookup for Card Numbers with Formats Other Than Spaces
|
|
23
|
+
|
|
5
24
|
## [2.4.2] - 2025-07-24
|
|
6
25
|
### Fixed
|
|
7
26
|
- Element state in event listeners for collect elements in `PROD` env.
|