Skip to content

Releases: Patternslib/pat-upload

Release 3.1.1

21 Sep 11:20
Compare
Choose a tag to compare

3.1.1 (2022-09-21)

Bug Fixes

  • Fix brown-bag release (3.0.0). (d7f63e5)

Maintenance

  • Add mode debugging statements. (73fad3e)

  • JS submit event after upload. (53d5af0)After a successful upload, use JS submit event instead of the submit method.
    The submit method does not invoke a submit event and also does not validate the form.

Release 3.1.0

20 Sep 16:44
Compare
Choose a tag to compare

3.1.0 (2022-09-20)

Features

  • Allow to pass additional request headers. (79ab753)

  • Support pat-subform and do a seperate submit on it after a successful upload. (3c6cced)

Maintenance

  • Add bundle-pre step to unlink all linked depenencies before building. (e53c9a6)

  • Documentation and example for form protection with plone.protect style tokens. (d301e61)

  • Fix URL to bundle. (cc21ae0)

  • Update webpack config. (41702c0)

  • Upgrade dependencies. (6e890de)

Release 3.0.0

28 Jun 08:56
Compare
Choose a tag to compare

3.0.0 (2022-06-28)

Maintenance

  • @patternslib/patternslib needs to be installed. Adding to devDependencies to avoid version clashes with other packages depending on it. (f97ed43)

  • Upgrade to @patternslib/dev 2.2.0 and adapt module federation config. (fc0636a)

Release 3.0.0-alpha.0

15 Jun 07:23
Compare
Choose a tag to compare
Release 3.0.0-alpha.0 Pre-release
Pre-release

3.0.0-alpha.0 (2022-06-15)

Features

  • Build: Build module federation enabled bundles. (238851b)

Breaking Changes

  • Depend on @patternslib/dev and extend config from there. (8b09ef9)

  • Extend babel config from @patternslib/dev. (94d3fee)

  • Extend commitlint config from @patternslib/dev. (2cf3415)

  • Extend eslint config from @patternslib/dev. (9f003cb)

  • Extend jest config from @patternslib/dev. (954886a)

  • Extend Makefile from @patternslib/dev. (fbf02a0)

  • Extend prettier config from @patternslib/dev. (5e10973)

  • Extend release-it config from @patternslib/dev. (fede4a3)

  • Extend webpack config from @patternslib/dev. (42cbbbf)

Maintenance

  • build: Add build:dev script to package.json to create a unminified development build. (2e92cd9)

  • Build: @patternslib/patternslib as peerDependency. (08df858)Move @patternslib/patternslib dependency to peerDependencies and set to any version to avoid version conflicts when this package is a dependency of another Patternslib based package.

  • Build: Add @patternslib/patternslib also to devDependencies so that we get it installed. (9ef94fa)

  • Build: Add keyword "patternslib" to package.json. (73b2947)

  • Build: Explicitly add jquery as a dependency. (048d018)

  • Build: Keep yarn.lock in repository. (3875933)

  • Build: Makefile - Allow OTP when publishing to npm, build bundles and publish them on GitHub, add pre-release targets. (1b2b433)

  • Build: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (c770bf9)

  • Build: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (88ee7f0)

  • Build: Update GitHub actions setup. (bd5b539)

  • Build: Upgrade and cleanup dependencies. (3ab50b6)

  • Build: Upgrade underscore. (a50e37f)

Release 2.0.1

24 Mar 17:01
Compare
Choose a tag to compare

2.0.1 (2022-03-24)

Bug Fixes

  • Add missing dependency underscore. (a153ff2)

Maintenance

  • webpack: Configure devServer static directory. (8c9a4fb)

Release 2.0.0

18 Nov 00:54
Compare
Choose a tag to compare

2.0.0 (2021-11-18)

Breaking Changes

Maintenance

  • build: Extend Patternslib release-it config file. (203da44)

  • build: Release on GitHub releases. (b09a639)

  • dependencies: Upgrade Dropzone to 5.9.3. (4de872c)