filestack-js 3.26.0 → 3.27.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 +10 -0
- package/build/browser/filestack.esm.js +3 -3
- package/build/browser/filestack.esm.js.map +1 -1
- package/build/browser/filestack.min.js +3 -3
- package/build/browser/filestack.min.js.map +1 -1
- package/build/browser/filestack.umd.js +3 -3
- package/build/browser/filestack.umd.js.map +1 -1
- package/build/browser/manifest.json +2 -2
- package/build/main/config.js +2 -2
- package/build/main/index.d.ts +1 -1
- package/build/main/index.js +2 -2
- package/build/main/lib/request/helpers/data.js +7 -5
- package/build/main/lib/utils/index.browser.js +1 -1
- package/build/main/lib/utils/index.node.js +1 -1
- package/build/main/lib/utils/index.spec.browser.js +1 -1
- package/build/module/config.js +2 -2
- package/build/module/index.d.ts +1 -1
- package/build/module/index.js +2 -2
- package/build/module/lib/request/helpers/data.js +7 -5
- package/build/module/lib/utils/index.browser.js +1 -1
- package/build/module/lib/utils/index.node.js +1 -1
- package/build/module/lib/utils/index.spec.browser.js +1 -1
- package/package.json +2 -2
- package/src/config.ts +1 -1
- package/src/lib/request/helpers/data.ts +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [3.27.0](https://github.com/filestack/filestack-js/compare/v3.26.1...v3.27.0) (2023-08-07)
|
|
6
|
+
|
|
7
|
+
### Fix
|
|
8
|
+
* **fast-xml-parser:** It's a security upgrade based on ([#518](https://github.com/filestack/filestack-js/issues/518)) . Dependabot did the version bump and then fixed the tests([#521](https://github.com/filestack/filestack-js/pull/521)).
|
|
9
|
+
|
|
10
|
+
## [3.26.1](https://github.com/filestack/filestack-js/compare/v3.26.0...v3.26.1) (2023-04-06)
|
|
11
|
+
|
|
12
|
+
### Fix
|
|
13
|
+
* **picker:** Fixed console error during file select and upload
|
|
14
|
+
|
|
5
15
|
## [3.26.0](https://github.com/filestack/filestack-js/compare/v3.25.0...v3.26.0) (2023-03-30)
|
|
6
16
|
### Feature
|
|
7
17
|
* **picker:** Added possibility to predefine the results for the imagesearch in Picker
|