@uppy/provider-views
Advanced tools
Comparing version 3.12.0 to 3.12.1
# @uppy/provider-views | ||
## 3.12.1 | ||
Released: 2024-06-11 | ||
Included in: Uppy v3.26.1 | ||
- @uppy/provider-views: fix wrong font for files (Merlijn Vos / #5234) | ||
## 3.12.0 | ||
@@ -4,0 +11,0 @@ |
@@ -16,3 +16,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
const packageJson = { | ||
"version": "3.12.0" | ||
"version": "3.12.1" | ||
}; | ||
@@ -19,0 +19,0 @@ function formatBreadcrumbs(breadcrumbs) { |
@@ -13,3 +13,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
const packageJson = { | ||
"version": "3.12.0" | ||
"version": "3.12.1" | ||
}; | ||
@@ -16,0 +16,0 @@ const defaultState = { |
{ | ||
"name": "@uppy/provider-views", | ||
"description": "View library for Uppy remote provider plugins.", | ||
"version": "3.12.0", | ||
"version": "3.12.1", | ||
"license": "MIT", | ||
@@ -30,4 +30,4 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"@uppy/core": "^3.11.0" | ||
"@uppy/core": "^3.12.0" | ||
} | ||
} |
@@ -12,3 +12,4 @@ # @uppy/provider-views | ||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service. | ||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), | ||
a versatile file encoding service. | ||
@@ -22,3 +23,3 @@ ## Example | ||
class GoogleDrive extends UIPlugin { | ||
install () { | ||
install() { | ||
this.view = new ProviderViews(this) | ||
@@ -28,3 +29,3 @@ // snip | ||
onFirstRender () { | ||
onFirstRender() { | ||
return Promise.all([ | ||
@@ -36,3 +37,3 @@ this.provider.fetchPreAuthToken(), | ||
render (state) { | ||
render(state) { | ||
return this.view.render(state) | ||
@@ -45,3 +46,4 @@ } | ||
> Unless you are creating a custom provider plugin, you do not need to install this. | ||
> Unless you are creating a custom provider plugin, you do not need to install | ||
> this. | ||
@@ -48,0 +50,0 @@ ```bash |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
301891
4366
58