Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.11.0 (2025-07-18)

### Docs

- `all` - add support badges in readmes

### Internal

- `all` - upgrade several dev deps



## 1.10.0 (2025-04-18)

### Features
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ React-Uploady has a small footprint (by design) with very few (tiny) dependencie

| Bundle | Minified size | GZipped size |
|-----------------------------|---------------|--------------|
| core | 19.1KB | 6.91KB |
| core + ui | 27.7KB | 10.09KB |
| core + ui + chunked support | 35.07KB | 12.51KB |
| everything | 75.4KB | 24.08KB |
| core | 29.6KB | 10.61KB |
| core + ui | 37.8KB | 13.54KB |
| core + ui + chunked support | 45.2KB | 15.94KB |
| everything | 73.4KB | 23.65KB |

## Documentation

Expand Down
6 changes: 3 additions & 3 deletions bundle.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
"core": {
pkgs: [PKGS.LIFE_EVENTS, PKGS.SHARED, PKGS.SENDER, PKGS.UPLOADER],
target: PKGS.UPLOADER,
maxSize: 10000,
maxSize: 11000,
dontUsePolyfills: true,
},

Expand All @@ -54,7 +54,7 @@ export default {
config: {
externals: ["react", "react-dom"],
},
maxSize: 12000,
maxSize: 15000,
},

/**
Expand All @@ -66,7 +66,7 @@ export default {
config: {
externals: ["react", "react-dom"],
},
maxSize: 14000,
maxSize: 17000,
},

/**
Expand Down
6 changes: 3 additions & 3 deletions packages/core/abort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/raw-uploader": "^1.10.0",
"@rpldy/shared": "^1.10.0",
"@rpldy/simple-state": "^1.10.0"
"@rpldy/raw-uploader": "workspace:*",
"@rpldy/shared": "workspace:*",
"@rpldy/simple-state": "workspace:*"
},
"devDependencies": {
"flow-bin": "^0.274.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/chunked-sender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"access": "public"
},
"dependencies": {
"@rpldy/sender": "^1.10.0",
"@rpldy/shared": "^1.10.0",
"@rpldy/simple-state": "^1.10.0"
"@rpldy/sender": "workspace:*",
"@rpldy/shared": "workspace:*",
"@rpldy/simple-state": "workspace:*"
},
"devDependencies": {
"@rpldy/life-events": "^1.10.0",
"@rpldy/uploader": "^1.10.0",
"@rpldy/life-events": "workspace:*",
"@rpldy/uploader": "workspace:*",
"flow-bin": "^0.274.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/life-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/shared": "^1.10.0"
"@rpldy/shared": "workspace:*"
},
"devDependencies": {
"flow-bin": "^0.274.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/mock-sender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/shared": "^1.10.0"
"@rpldy/shared": "workspace:*"
},
"devDependencies": {
"@rpldy/sender": "^1.10.0",
"@rpldy/uploader": "^1.10.0",
"@rpldy/sender": "workspace:*",
"@rpldy/uploader": "workspace:*",
"flow-bin": "^0.274.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/raw-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/life-events": "^1.10.0",
"@rpldy/shared": "^1.10.0"
"@rpldy/life-events": "workspace:*",
"@rpldy/shared": "workspace:*"
},
"devDependencies": {
"flow-bin": "^0.274.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/shared": "^1.10.0",
"@rpldy/simple-state": "^1.10.0",
"@rpldy/uploader": "^1.10.0"
"@rpldy/shared": "workspace:*",
"@rpldy/simple-state": "workspace:*",
"@rpldy/uploader": "workspace:*"
},
"devDependencies": {
"flow-bin": "^0.274.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/safe-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/shared": "^1.10.0"
"@rpldy/shared": "workspace:*"
},
"devDependencies": {
"flow-bin": "^0.274.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/sender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/shared": "^1.10.0"
"@rpldy/shared": "workspace:*"
},
"devDependencies": {
"flow-bin": "^0.274.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/simple-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/shared": "^1.10.0"
"@rpldy/shared": "workspace:*"
},
"devDependencies": {
"flow-bin": "^0.274.2"
Expand Down
14 changes: 7 additions & 7 deletions packages/core/tus-sender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"access": "public"
},
"dependencies": {
"@rpldy/chunked-sender": "^1.10.0",
"@rpldy/safe-storage": "^1.10.0",
"@rpldy/sender": "^1.10.0",
"@rpldy/shared": "^1.10.0",
"@rpldy/simple-state": "^1.10.0"
"@rpldy/chunked-sender": "workspace:*",
"@rpldy/safe-storage": "workspace:*",
"@rpldy/sender": "workspace:*",
"@rpldy/shared": "workspace:*",
"@rpldy/simple-state": "workspace:*"
},
"devDependencies": {
"@rpldy/life-events": "^1.10.0",
"@rpldy/uploader": "^1.10.0",
"@rpldy/life-events": "workspace:*",
"@rpldy/uploader": "workspace:*",
"flow-bin": "^0.274.2"
}
}
12 changes: 6 additions & 6 deletions packages/core/uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/abort": "^1.10.0",
"@rpldy/life-events": "^1.10.0",
"@rpldy/raw-uploader": "^1.10.0",
"@rpldy/sender": "^1.10.0",
"@rpldy/shared": "^1.10.0",
"@rpldy/simple-state": "^1.10.0"
"@rpldy/abort": "workspace:*",
"@rpldy/life-events": "workspace:*",
"@rpldy/raw-uploader": "workspace:*",
"@rpldy/sender": "workspace:*",
"@rpldy/shared": "workspace:*",
"@rpldy/simple-state": "workspace:*"
},
"devDependencies": {
"flow-bin": "^0.274.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/native/native-uploady/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/shared-ui": "^1.10.0"
"@rpldy/shared-ui": "workspace:*"
},
"peerDependencies": {
"react": ">=16.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/upload-url-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@rpldy/shared-ui": "workspace:*"
},
"devDependencies": {
"@rpldy/uploady": "^1.10.0",
"@rpldy/uploady": "workspace:*",
"flow-bin": "^0.274.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
Loading