Skip to content

Releases: elninotech/uppload

2.0.0-beta.20

23 Dec 12:50
3633969
Compare
Choose a tag to compare

Added

  • ✨ Add supports for filter effects [10843ee]

Miscellaneous

  • 📝 Add screenshots to docs [dbd47d7]

2.0.0-beta.19

19 Dec 20:27
465ad22
Compare
Choose a tag to compare

Changed

  • ♻️ Change custom-package -> treeshaking [aae659f]
  • ♻️ Remove circular dependencies [99886ee]
  • 🔧 Add external and globals [bab85a8]

Fixed

  • 🐛 Use es6-promise with require [6821e5e]

2.0.0-beta.18

19 Dec 19:55
e3f4e22
Compare
Choose a tag to compare

Changed

  • ♻️ Use different promise polyfill [4beab05]

2.0.0-beta.17

18 Dec 22:49
14b801b
Compare
Choose a tag to compare

Added

Changed

  • 🔧 Add new build system [452f9ac]

Miscellaneous

  • 📝 Add upload to Firebase [9de68a8]

2.0.0-beta.16

11 Dec 22:57
35b0152
Compare
Choose a tag to compare

Added

  • ✨ Hide help on plugin open [32b7c02]
  • ✨ Add help loading state [fcd7c76]

Changed

  • 🚚 Rename "we-heart-it" to "weheartit" [7880813]
  • ♻️ Hide help on error [115b177]

Miscellaneous

  • 🌐 Add help translations [e000dde]
  • 📝 Update contributing guide, changelog [ef23279]

2.0.0-beta.15

10 Dec 17:50
5a7faa9
Compare
Choose a tag to compare

Added

Changed

  • ⬆️ Update @staart/site to v1.11 [4d64b8c]
  • 💄 Move "?" icon to bottom [11d2967]
  • 💄 Add styling for show/hide help [62ca06e]

Fixed

  • 💚 Add showHelp to tests [5a7faa9]
  • 🐛 Upload file directly when no effect [68239c4]

Miscellaneous

  • 🚀 Deploy beta 15 [f1e8867]
  • 📝 Add GIPHY docs [16a0eba]
  • 🚧 Add help iframe and button [70bd608]
  • 🚧 Add "Need help?" icon [7f33068]
  • 📝 Update image branch URLs [3ae89e9]

2.0.0-beta.14

08 Dec 18:29
e6494af
Compare
Choose a tag to compare

Added

  • ✨ Add focus-trap and make the focus styling prettier [1c0d381]
  • ✅ Add tests for more langs [4f61774]
  • ✨ Support for machine-generated translations [242bb4b]
  • ➕ Add auto-i18n dependency [6b141b2]
  • ✅ Add language key tests [d8bc4d7]

Changed

  • 💄 Remove focus no outline, move to theme [3880112]
  • ♿ Merge pull request #63 from victorlap/add-focustrap [023615f]
  • ♻️ Change branch links to master [cf945ea]

Fixed

  • 🐛 Direct upload without effect [089bd76]

Miscellaneous

  • 📝 Add focus trap to a11y docs [8abd354]
  • 📝 Edit Uppload v1 note [b4f5285]
  • Merge pull request #64 from elninotech/typescript [0470204]
  • Update uppload.ts [bd1f934]
  • 🌐 Add i18n (machine-generated) [8a279ef]
  • 🌐 Add Hindi translation [81f1181]
  • 📝 Add script.module example to docs [fbf56d0]

2.0.0-beta.13

04 Dec 17:06
2d428aa
Compare
Choose a tag to compare

Fixed

2.0.0-beta.12

04 Dec 17:02
6e63e1f
Compare
Choose a tag to compare

Edit: This beta release has a broken index.js because of a Parcel and TypeScript conflict. Please use 2.0.0-beta.13 instead.

Added

  • ✨ Upload directly if no effects [167d80f]
  • ✨ Add max file size config [a310ee4]

Changed

  • ♻️ Use translate param helper in services [2e769b7]
  • ♻️ Use translation param helper in effects [8812ec9]

Fixed

  • 🐛 Use import for polyfill [0a59981]
  • 💚 Fix tests with object argument [a1d87ed]

Miscellaneous

  • 🚀 Deploy beta 12 [6e63e1f]
  • 🌐 Update Dutch translation [bfab108]
  • 📝 Add i18n variables guide [66de216]
  • 📝 Add Gitmoji commit message [a350b27]
  • 📝 Add i18n contributing guide [2aa65ef]
  • 🚧 Add translation (machine-generated) [9261649]
  • 🚧 Add translation (machine-generated)" [b078216]
  • 🚧 Add translation (machine-generated) [2cb8ead]

2.0.0-beta.11

03 Dec 05:46
42d82cb
Compare
Choose a tag to compare

Added

  • ✨ Add escape key to close [79925aa]
  • ✨ Add ILanguage interface [7f73ad7]
  • ✨ Skip home/nav if single service [c61fc5b]
  • ✨ Support for updating settings [a9085a5]
  • ✨ Add cropper options (#17) [c8eae93]
  • ✨ Add uploader [5608b6e]
  • 🎉 Initialize Vue CLI project [4c51d70]

Changed

  • 💄 Add hover color for home button [b36faba]
  • ♻️ Rename interfaces with "I" suffix [4663feb]
  • ♻️ Move interfaces from class file [9aa5035]
  • ♻️ Use object arg for effect template [ada622d]
  • 🚚 Move effects to their own dirs [286267f]
  • 🍱 Update screenshots (transparency) [d3c091d]
  • 🍱 Update screenshots [a6d04b6]
  • 🚚 Move wrapper to examples [7b1fc94]

Removed

  • 🔥 Remove sharpen effect [3eecd2e]

Fixed

  • 💚 Fix default service tests [9bb54d3]
  • 🐛 Fix translation of default heading [7634eeb]
  • 🐛 Fix camera service supports [73d0c0e]
  • 🐛 Fix El Niño accent character [58e25b7]

Miscellaneous

  • 📝 Add a11y docs [ebb0033]
  • 🌐 Add two more i18n keys [3676895]
  • 📝 Add change settings API [d3ae830]
  • 📝 Add docs about changing language [8e83287]
  • 📝 Update camera service icon [ecaf368]
  • 📝 Add Vue.js wrapper [a59a686]
  • Merge pull request #60 from elninotech/vue [395677a]
  • 🚧 Add barebones component [c9f99db]