Skip to content

Commit 662456c

Browse files
committed
Release new version.
1 parent 56fbd9f commit 662456c

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33

44

5+
## [3.1.0](https://github.com/patternslib/pat-upload/compare/3.0.0...3.1.0) (2022-09-20)
6+
7+
8+
### Features
9+
10+
11+
* Allow to pass additional request headers. ([79ab753](https://github.com/patternslib/pat-upload/commit/79ab75337109d45cffc00770a868002b1593265f))
12+
13+
* Support pat-subform and do a seperate submit on it after a successful upload. ([3c6cced](https://github.com/patternslib/pat-upload/commit/3c6cced414c9018ac366c8fcce6d04186646418e))
14+
15+
16+
### Maintenance
17+
18+
19+
* Add bundle-pre step to unlink all linked depenencies before building. ([e53c9a6](https://github.com/patternslib/pat-upload/commit/e53c9a6805a58a579f62739007d9c366e8a4186f))
20+
21+
* Documentation and example for form protection with plone.protect style tokens. ([d301e61](https://github.com/patternslib/pat-upload/commit/d301e618b26dea219b62443f67f6e6b9b6a92832))
22+
23+
* Fix URL to bundle. ([cc21ae0](https://github.com/patternslib/pat-upload/commit/cc21ae09836c54e7fa612a5baeaa58901a9c1ff6))
24+
25+
* Update webpack config. ([41702c0](https://github.com/patternslib/pat-upload/commit/41702c034e600655a045bb27cac77072d4e2a143))
26+
27+
* Upgrade dependencies. ([6e890de](https://github.com/patternslib/pat-upload/commit/6e890de6a3f68ee2ba38b711934fd1af6ea7306b))
28+
29+
530
## [3.0.0](https://github.com/patternslib/pat-upload/compare/3.0.0-alpha.0...3.0.0) (2022-06-28)
631

732

@@ -151,4 +176,4 @@
151176

152177
- Upgrade to ES6.
153178
- Implenent lazy loading for external libraries via dynamic imports.
154-
- Depend on latest Dropzone 5.7.2.
179+
- Depend on latest Dropzone 5.7.2.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/pat-upload",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A pattern for drag & drop file upload",
55
"license": "MIT",
66
"main": "./src/pat-upload.js",

0 commit comments

Comments
 (0)