@scaleflex/widget-pixaforge 4.0.2 → 4.0.4
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 +36 -12
- package/README.md +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,22 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [4.0.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* update output filename for Scaleflex widget CSS and adjust CDN links for consistency across various components ([244813e](https://code.scaleflex.cloud/scaleflex/widget/commits/244813e3100c606995ec8988484cf7697398f062))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
|
|
6
|
+
## [4.0.4](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.4) (2025-09-02)
|
|
18
7
|
|
|
19
8
|
|
|
20
9
|
### Bug Fixes
|
|
21
10
|
|
|
11
|
+
* update CodeSandbox links in HTML and README files to point to the new sandbox version for better user access ([cf4f794](https://code.scaleflex.cloud/scaleflex/widget/commits/cf4f7941cc3b79e5bb9ce604ff7a2f25665072a4))
|
|
22
12
|
* update output filename for Scaleflex widget CSS and adjust CDN links for consistency across various components ([244813e](https://code.scaleflex.cloud/scaleflex/widget/commits/244813e3100c606995ec8988484cf7697398f062))
|
|
23
13
|
|
|
24
14
|
|
|
@@ -26,6 +16,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
26
16
|
|
|
27
17
|
|
|
28
18
|
|
|
19
|
+
## [4.0.3](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.3) (2025-08-26)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* update output filename for Scaleflex widget CSS and adjust CDN links for consistency across various components ([244813e](https://code.scaleflex.cloud/scaleflex/widget/commits/244813e3100c606995ec8988484cf7697398f062))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [4.0.2](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.2) (2025-08-26)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* update output filename for Scaleflex widget CSS and adjust CDN links for consistency across various components ([244813e](https://code.scaleflex.cloud/scaleflex/widget/commits/244813e3100c606995ec8988484cf7697398f062))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* update output filename for Scaleflex widget CSS and adjust CDN links for consistency across various components ([244813e](https://code.scaleflex.cloud/scaleflex/widget/commits/244813e3100c606995ec8988484cf7697398f062))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
29
53
|
# [4.0.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.3.0...v4.0.0) (2025-08-26)
|
|
30
54
|
|
|
31
55
|
**Note:** Version bump only for package @scaleflex/widget-pixaforge
|
package/README.md
CHANGED
|
@@ -113,7 +113,7 @@ If used the icons gallery option will be removed from the plugin and only images
|
|
|
113
113
|
[license-url]: https://opensource.org/licenses/MIT
|
|
114
114
|
[sfx-url]: https://www.scaleflex.com/
|
|
115
115
|
[version-url]: https://www.npmjs.com/package/@scaleflex/widget-pixaforge
|
|
116
|
-
[codeSandbox-url]: https://codesandbox.io/
|
|
116
|
+
[codeSandbox-url]: https://codesandbox.io/p/sandbox/scalelfex-widget-v4-sandbox-dtp6l3?file=%2Fsrc%2Findex.js
|
|
117
117
|
|
|
118
118
|
[npm-image]: https://img.shields.io/npm/v/@telus/remark-config.svg?style=for-the-badge&logo=npm
|
|
119
119
|
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleflex/widget-pixaforge",
|
|
3
3
|
"description": "Import free images & icons from Pixaforge that has free gallery for both.",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"types": "types/index.d.ts",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@scaleflex/icons": "^3.0.0-beta.11",
|
|
13
13
|
"@scaleflex/ui": "^3.0.0-beta.11",
|
|
14
|
-
"@scaleflex/widget-common": "^4.0.
|
|
15
|
-
"@scaleflex/widget-companion-client": "^4.0.
|
|
16
|
-
"@scaleflex/widget-icons": "^4.0.
|
|
17
|
-
"@scaleflex/widget-utils": "^4.0.
|
|
14
|
+
"@scaleflex/widget-common": "^4.0.4",
|
|
15
|
+
"@scaleflex/widget-companion-client": "^4.0.4",
|
|
16
|
+
"@scaleflex/widget-icons": "^4.0.4",
|
|
17
|
+
"@scaleflex/widget-utils": "^4.0.4"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"react": "^19.0.0",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"/lib",
|
|
32
32
|
"/types"
|
|
33
33
|
],
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "9acad1431f206dd78802489c05e2c76a3ae30a53"
|
|
35
35
|
}
|