@scaleflex/widget-pdf-js 4.0.5 → 4.0.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.6](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.6) (2025-09-14)
7
+
8
+
9
+ ### Bug Fixes
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))
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))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [4.0.5](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.5) (2025-09-10)
7
19
 
8
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleflex/widget-pdf-js",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "description": "Pdf-js integration with Scaleflex",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -15,7 +15,7 @@
15
15
  "dependencies": {
16
16
  "@scaleflex/icons": "^3.0.0-beta.11",
17
17
  "@scaleflex/ui": "^3.0.0-beta.11",
18
- "@scaleflex/widget-common": "^4.0.5"
18
+ "@scaleflex/widget-common": "^4.0.6"
19
19
  },
20
20
  "devDependencies": {
21
21
  "react": "^19.0.0",
@@ -27,5 +27,5 @@
27
27
  "react": ">=19.0.0",
28
28
  "react-dom": ">=19.0.0"
29
29
  },
30
- "gitHead": "c95faef749de50d9c458d63a8b01da02efa268e2"
30
+ "gitHead": "17ad9b9abc2add9c8b52ab56e3a72108bee20a7a"
31
31
  }