Skip to content

Commit 964f2f0

Browse files
Merge pull request #178 from skyflowapi/SK-2006-update-changelog
SK-2006 update changelog
2 parents ba65e7a + 0e271d9 commit 964f2f0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.3.1] - 2025-04-21
6+
### Added
7+
- Validation check for blocking 0 byte size files
8+
9+
## [2.3.0] - 2025-04-15
10+
### Added
11+
- Masking support for collect elements.
12+
13+
## [2.2.1-beta.1] - 2025-04-10
14+
### Added
15+
- Iframe refactoring
16+
517
## [2.2.1] - 2025-04-08
618
### Added
719
- Flexibility to display the desired card brand scheme for card brand choice.

samples/SkyflowElements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"dependencies": {
2525
"react": "^19.0.0",
2626
"react-dom": "^19.0.0",
27-
"skyflow-react-js": "^2.3.0"
27+
"skyflow-react-js": "^2.3.2"
2828
}
2929
}

samples/SkyflowElements/src/components/CollectElements/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ const CollectElements = () => {
3030
};
3131

3232
const options = {
33-
allowedFileType: ["<allowedFileType1>","<allowedFileType2>"]
33+
allowedFileType: ["<allowedFileType1>","<allowedFileType2>"],
34+
blockEmptyFiles: true, // default is false, if set to true, it will block empty files
3435
};
3536

3637
const handleFile = () => {

0 commit comments

Comments
 (0)