Skip to content

Latest commit

 

History

History
1523 lines (1140 loc) · 124 KB

CHANGELOG_2.x.md

File metadata and controls

1523 lines (1140 loc) · 124 KB

Changelog (2.x)

Semantic Versioning (3.x)

After Uppload v2.7.4, we are migrating to Semantic Versioning. v3.0.0 does not contain any breaking changes after v2.7.4, but semantic-release will take over from here. Our CHANGELOG is now available exclusively through GitHub Release Notes.

View v3.x CHANGELOG →

2.7.4 (2020-03-21)

Miscellaneous

  • 📝 Add Daan as contributor [9f1b199]
  • Merge pull request #112 from Zaseth/master [a997b4f]
  • Fix bad Dutch translation [8fb7f33]

2.7.3 (2020-03-21)

Added

  • ✨ Add processing state (fixed #111) [d8d83e7]
  • ✨ Add processing emit to filp, rotate [252942f]
  • ✨ Emit processing on filter effects [7408af9]
  • ✨ Add all examples (fixed #79) [d7875bd]
  • ✨ Add build examples [415166a]
  • ➕ Add extract-zip [653dbfd]
  • ➕ Add download package [b2179bc]

Changed

  • 💄 Add processing loader to theme [79c4d1b]
  • ⬆️ Update dev dependencies [693cb12]

Removed

  • 🔥 Remove examples.md [d1dd9a9]

Fixed

  • 🐛 Move custom class and inline to update [5e2b8df]
  • 🐛 Fix link to example sandbox [c39fe1f]
  • 🐛 Build site after extraction [404ac76]

Miscellaneous

  • 🚀 Publish v2.7.3 [64ed906]
  • 🙈 Remove examples/index.md from .gitignore [37e9d87]
  • 🙈 Add examples repos to .gitignore [879a121]
  • 🙈 Add examples to .gitignore [e5eb1fc]

2.7.2 (2020-03-18)

Changed

  • ⬆️ Update dev dependencies [1499c21]
  • ⬆️ Bump acorn from 5.7.3 to 5.7.4 [071cf39]

Removed

  • 🔥 Remove unnecessary lang [d116ab0]

Fixed

  • 🐛 Fix #77 by preserving file attributes [8e9eb53]

Miscellaneous

  • Merge pull request #109 from elninotech/preserve-file-name [959cd50]
  • Merge pull request #108 from elninotech/dependabot/npm_and_yarn/acorn-5.7.4 [f5e39b0]

2.7.1 (2020-03-16)

Added

  • ✅ Add tests for de, zh i18n [89a999a]
  • ✨ Only compress specific mimes (fixed #103) [a234f09]

Changed

  • ⬆️ Update dev dependencies [3a8602e]
  • ⬆️ Update dev dependencies [036f8d3]

Removed

  • 🔥 Remove merge-pr.yml for now [6b6fdb0]

Fixed

Miscellaneous

  • 🌐 Add German translations [c855c37]
  • 🚀 Deploy v2.7.1 [2f26a48]
  • 🌐 Add i18n: upload, cancel, close (fixed #107) [6bae64c]
  • 🚀 Deploy major version update [0ca0d4b]
  • 📝 Update Gitpod text [65761e9]
  • Merge pull request #105 from elninotech/all-contributors/add-nisarhassan12 [e1bcc37]
  • Merge pull request #104 from nisarhassan12/patch-1 [9cc2228]
  • docs: update .all-contributorsrc [skip ci]c49e3b5]
  • docs: update README.md [skip ci]0e26002]
  • Update the Online one-click setup description to be more precise. [986bc18]

2.6.1 (2020-03-06)

Added

  • 👷‍♂️ Add GitHub Action to merge PRs [3e17e43]

Changed

  • 🔧 add zh-tw language to browser bundle [a8bfb29]
  • 🔧 Update gitpod config [a7893d8]

Fixed

  • 🐛 Add `uppload_zhTW` to browser bundle [05e8875]
  • 🐛 Check uploaded file type (fixed #90) [41d944a]

Miscellaneous

  • add traditional Chinese(zh-TW) language [94ef891]
  • Create zh-TW.ts [83d710a]
  • Merge pull request #101 from orionlu0916/patch-2 [9cf9d63]
  • Merge pull request #99 from orionlu0916/patch-1 [82ec50f]
  • Merge pull request #100 from elninotech/all-contributors/add-orionlu0916 [8ec4f3e]
  • docs: update .all-contributorsrc [skip ci]e67ee17]
  • docs: update README.md [skip ci]08e0477]
  • Merge pull request #97 from squalrus/master [f29ec99]
  • Update merge-pr.yml [0838aa0]
  • Merge pull request #95 from squalrus/master [a97a890]
  • Update merge-pr.yml [d5d6def]
  • Update merge-pr.yml [1b9a109]
  • Merge pull request #94 from nisarhassan12/setup-fix [86f7659]
  • fix the broken gitpod setup. [9b65e32]
  • Merge pull request #92 from nisarhassan12/master [20acfb1]
  • 📝 Remove gitpod note from README [b1d1ca1]
  • 📝 Remove gitpod badge for now [5e6b719]
  • 📝 Update Gitpod note in CONTRIBUTING.md [5921cb8]
  • simplify code contributions by fully automating the setup with gitpod. [8d7138c]
  • 📝 Add API methods (remove, updatePlugin) [daf01e5]

2.6.0 (2020-02-24)

Added

  • ✨ Add option to update plugins (#89) [e77c4ae]
  • ✨ Add remove plugin feature (fixed #89) [9b75e01]

Fixed

  • 🐛 Make sure default/uploading services are always there [2f656c8]
  • 🐛 Prevent multiple plugin installations [bfe7f31]

2.5.0 (2020-02-22)

Changed

  • 🔧 Remove external from gulpfile [0a018ee]
  • ♻️ Use indexOf instead of includes/startsWith [1244bcd]

Removed

  • ➖ Remove promise/fetch polyfills [5f68dbf]

Miscellaneous

2.4.0 (2020-02-20)

Added

  • ✨ Generate file name from context [b9ddf84]

Changed

  • 🔧 Log second attribute of emitter [b082471]
  • 🔧 Add test-typescript script [a1000cd]
  • 🔧 Empty next function [85db998]
  • ♻️ Use let/const instead of var [10b7875]
  • ⬆️ Update dev dependencies [c6e94f9]
  • ♻️ Change "Try Uppload" to "Live demo" [92bf9d7]
  • 🍱 Add Product Hunt icon [449162e]
  • 🍱 Add sketch file (svgo bug) [1fd5729]

Fixed

  • 💚 Fix mocks for file object [9eb3ba5]
  • 🐛 Add file attributes like name (fixed #77) [cb7c108]
  • 🐛 Fix transparent image upload issue #81 [3f2d326]
  • 🐛 Add height/width attr to ph-icon [c9391a8]
  • 💚 Remove Node.js v8.x [d4bec5c]

Miscellaneous

  • 📝 Document transparency check source [da2f373]
  • 📝 Update CHANGELOG [ed09f5b]
  • 🚀 Deploy v2.3.2 [f182e12]
  • Merge pull request #85 from elninotech/all-contributors/add-jeetiss [3b7d2a0]
  • improves russian translations [7c6bbd3]
  • Merge pull request #84 from jeetiss/ru-locale [583e717]
  • docs: update .all-contributorsrc [skip ci]2fc4d2d]
  • docs: update README.md [skip ci]b5dddda]

2.3.1 (2020-02-11)

Changed

  • ⬆️ Update dev dependencies [f0bc896]
  • ♻️ Use npm instead of pnpm [8e9f883]

Fixed

  • 🐛 Add "npm run" to script [c571661]

Miscellaneous

  • Merge pull request #83 from elninotech/all-contributors/add-brianteeman [525c72b]
  • Merge pull request #82 from brianteeman/patch-1 [095a609]
  • docs: update .all-contributorsrc [skip ci]854d601]
  • docs: update README.md [skip ci]27fb5a0]
  • 📝 Add Product Hunt tweet quote [bd78f0d]
  • English grammar [339da4b]
  • 📝 Add Product Hunt badge [3854127]
  • 📝 Add help docs for local service [54e48c3]
  • 📝 Update comparison table [b7ae098]
  • 📝 Add browser usage docs [b936d17]

2.3.0 (2020-02-05)

Added

Changed

  • 🔧 Add build-browser to build script [894efca]
  • 🔧 Add basic webpack config [ce1e4ab]

Fixed

  • 💚 Fix Travis by removing NPM deploy [a8740eb]
  • 🐛 Fix #75 by handling image error [690d7f0]

Miscellaneous

  • 🙈 Add webpack.config.js (built) to .gitignore [6696366]
  • 🚧 Add browser support (fixed #78) [967e0a2]
  • 🚀 Deploy v2.2.0 [0f6b2ef]
  • 📝 Change default export docs in language [e49bd15]

2.1.0 (2020-01-25)

Changed

  • ⬆️ Update dev dependencies [f33fd31]
  • ♻️ Use const export (fixed #70) [58f1ee3]
  • ⬆️ Update dev dependencies [b484e0d]
  • ⬆️ Update dev dependencies [fafb13f]
  • ⬆️ Update @staart/site [3e982ce]
  • ⬆️ Update @staart/site [f79cd5c]
  • 🍱 Add blog assets [ea72bd2]
  • 🔧 Add blog to navbar [17e33ba]
  • 🔧 Update site config [d183de8]
  • ⬆️ Update @staart/site, remove !important [855dc28]
  • 🔧 Lint changelog with prettier [a7eaf03]
  • 🔧 Add eslint-config-prettier [890aa27]
  • ⬆️ Update @staart/site to add blog [0480eee]

Removed

  • ➖ removed uppload from dependency [7ea1d83]
  • ➖ removed uppload from dependency [455f18f]

Fixed

  • 💚 Opt-out from config validation [f7a2c95]

Miscellaneous

  • Merge pull request #73 from elninotech/all-contributors/add-zekenie [881945a]
  • Merge pull request #72 from zekenie/patch-1 [7d09fa8]
  • docs: update .all-contributorsrc [skip ci]0b56d82]
  • docs: update README.md [skip ci]aa31ac6]
  • Fixes #71 XHR calls settings function after request open [3adffaa]
  • 📝 Add FOSSA badge [3d3bd06]
  • 🚀 Deploy v2.0.1 [b82b699]
  • Merge pull request #69 from elninotech/all-contributors/add-irohitb [5381b66]
  • docs: update .all-contributorsrc [skip ci]dac6779]
  • docs: update README.md [skip ci]b405653]
  • 📝 Add more links to blog post [4019771]
  • 📝 Add Uppload v2 blog post [b4baf00]
  • 📝 Add code maintainability badge [565822d]
  • 📝 Add author page for Anand [9dfc998]
  • 📝 Add Uppload blog link [fd11936]
  • 📝 Migrate first article to blog [e7d952b]
  • 📝 Use "[" instead of "[" [046d9e1]
  • 📝 Add code quality badge [6bc64da]

2.0.0 (2019-12-30)

Changed

  • ⬆️ Update dependencies [491d82f]
  • ⬆️ Update dev dependencies [eee8129]

Fixed

  • 💚 Fix effect test registered [6fb643a]

Miscellaneous

  • 📝 Change title of treeshaking page [29b08a3]
  • 🚀 Deploy v2 to npm [e056654]

2.0.0-beta.20 (2019-12-23)

Added

  • ✨ Add supports for filter effects [10843ee]

Miscellaneous

  • 📝 Add screenshots to docs [dbd47d7]

2.0.0-beta.19 (2019-12-19)

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 (2019-12-19)

Changed

  • ♻️ Use different promise polyfill [4beab05]

2.0.0-beta.17 (2019-12-18)

Added

Changed

  • 🔧 Add new build system [452f9ac]

Miscellaneous

  • 📝 Add upload to Firebase [9de68a8]

2.0.0-beta.16 (2019-12-11)

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 (2019-12-10)

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 (2019-12-08)

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 (2019-12-04)

Fixed

2.0.0-beta.12 (2019-12-04)

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 (2019-12-03)

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]

2.0.0-beta.10 (2019-11-28)

Added

  • ✨ Add rotate [102a89a]
  • ✨ Add Edge support to toBlob [2c5eb0d]
  • ✨ Add a/an helper [12c02df]
  • 👷‍♂️ Add GitHub Actions [e55c1e5]

Changed

  • ♻️ Add canvasToBlob helper [00a4e33]
  • 🔧 Add string.includes polyfill [94b033d]
  • ♻️ Make i18n slimmer [047f5a2]
  • ♻️ Use errors object [9dcd583]
  • 🔧 Hide camera on mobile [8bf9c35]

Fixed

Miscellaneous

  • 📝 Remove roadmap from README [0ab5473]
  • 🚧 Start writing bundle size [3d6b138]
  • 📝 Update El Niño info in README [5025270]
  • 🌐 Add flip translations [a69fd45]
  • 📝 Add GitHub Actions badge [7a8d700]

2.0.0-beta.9 (2019-11-27)

Added

Changed

  • 🔧 Add Uppload icon changing [c9d8670]
  • 🔧 Remove NPM from navbar [69c580f]

Fixed

  • 🐛 Fix initial crop image return [1a1c97e]

Miscellaneous

  • 📝 Add upload to Firebase [7f88baf]
  • 📝 Add support section [a78372c]

2.0.0-beta.8 (2019-11-24)

Fixed

  • 💚 Use es6-promise polyfill [8fbaad2]

Miscellaneous

2.0.0-beta.7 (2019-11-24)

Changed

  • ♻️ Add native polyfills [1b25508]
  • 🔧 Add Algolia search for docs [6f27557]

Miscellaneous

  • 📝 Update docs [ac43ba7]
  • Merge branch 'typescript' of github.com:elninotech/uppload into typescript [f3acc7f]
  • 📝 Add npm, i18n badges [37030bf]
  • 📝 Add image, edit text for help [fb9c984]
  • 📝 Add search, URL, screenshot usage docs [a8a9e3d]
  • 📝 Fix button spelling [ab1dde9]
  • 📝 Add usage docs for import from service [ec0f043]
  • 📝 Add usage guides [8ac1522]
  • 📝 Add FAQ docs [b26bd5e]

2.0.0-beta.6 (2019-11-22)

Added

  • ✨ Scroll to active element [03abab5]
  • ✨ Support for file compression [4f6a623]
  • ✨ Support for files (fixed #59) [b4abc2d]
  • ✨ Add built-in polyfills [6d7d733]
  • ✨ Add browser support check [14a6788]

Changed

  • ♻️ Only scroll from default service [d68a88f]
  • ♿ Add focus on update [1a59ee7]
  • 🔧 Update text color in docs site [08d9ab8]
  • 🔧 Migrate website URL to js.org [4e9a53c]
  • 🔧 Update config with analytics [46a412e]
  • 🍱 Add logos [b665f8b]
  • 🔧 Update CNAME for js.org [b639131]
  • ⬆️ Update @staart/site [ccda492]
  • 💄 Add play icon to try button [2771362]
  • ♻️ Use NodeList.forEach [29360ff]
  • 💄 Make modal height responsive [67c3500]
  • ♻️ Remove change camera button for now [fb3de2d]
  • 💄 Responsive modal [256df78]
  • 🍱 Update favicon assets [7cf9239]
  • 🔧 Add Uppload demo CSS/JS [e9c4a12]
  • 🔧 Add demo building script [a869532]
  • 🍱 Add SMO image [42ff7d7]

Removed

  • ➖ Remove unrequired dependencies [5a4b5e0]

Fixed

  • 💚 With test with uploadMultiple [d61062a]
  • 🐛 Fix bug with dark theme color [d3e1815]
  • 🐛 Sanitize logo SVG for README.md [16864f8]
  • 💚 Fix tests with polyfills [5021caa]
  • 🐛 Fix compare table [7572c3b]

Miscellaneous

  • 📝 Add links to features [3a72a22]
  • 🚧 Add compressor function [211b9db]
  • 🚧 Support for multiple files [5c20568]
  • Merge branch 'typescript' of github.com:elninotech/uppload into typescript [c5a10a7]
  • 📝 Add docs about React [4a980c0]
  • 📝 Add logo to README [8e9456f]
  • 📝 Remove border from try button [41dc4be]
  • 🚀 Deploy beta 5 [1462772]
  • 📝 Add SVGs to browser support [680d575]
  • 📝 Add browser support page [6dd7efd]
  • 📝 Add compare article [eecb5c9]
  • 📝 Update intro text [dd3b401]
  • 📝 Make Uppload v2 main README [005f307]
  • 🚧 Add demo build [a9d6e10]

2.0.0-beta.4 (2019-11-21)

Added

  • ✨ Add camera i18n, layouting [e6e11e5]
  • ✨ Support for stopping active service [c45a271]
  • ✨ Add web service URL validation [01e3fde]
  • ✨ Add polyfill for requestAnimationFrame [e15f3bc]
  • ✨ Support for custom class on container [80d00a9]

Changed

  • ♿ Add aria-hidden to SVGs [10e8923]
  • ♻️ Use scopped query selection [5584835]

Fixed

  • 💚 Fix tests with handlers param [e3a20a7]

Miscellaneous

  • 🚀 Deploy beta 4 [3bdaada]
  • 🚧 Add switch button [da78b5c]
  • 🚧 Add camera service [2131478]
  • 🚧 Support for checking browser support [3047dd9]
  • 📝 Add more example projects [7fea818]
  • 📝 Add custom class to docs [a07df8d]

2.0.0-beta.3 (2019-11-20)

Added

  • ✨ Dynamically size effects tab [233c6e4]

Changed

  • ♻️ Use session storage instead of local [6f8d742]
  • ♻️ Add cache TTL to cachedFetch [2a2ef73]

Fixed

  • 🐛 Fix flash of image size using opacity [10b3742]

Miscellaneous

  • 📝 Update roadmap with progress [85716b2]

2.0.0-beta.2 (2019-11-16)

Added

  • ✨ Add build script [99e5485]
  • ✨ Support for inline Uppload [4cbe0cf]
  • ✅ Add mock fetch tests [d3daf97]
  • ✨ Add fetch uploader [3ca79c5]
  • ✨ Add XHR uploader [0fd7618]
  • ✨ Add 6 new microlink services [4576a15]
  • ✅ Add tests for helpers, local [dee723f]
  • ✅ Add tests for search services [ecfb0fc]
  • ✅ Add tests for search base class [51efa8f]
  • ✨ Support for shared codebase in search [fc34763]
  • ✅ Add tests for more services [7f1d4a3]
  • ✨ Support for custom uploader [61d707c]

Changed

  • 🍱 Add service screenshots [9e14f47]
  • ⬆️ Update @staart/site [9d0dece]
  • ⬆️ Update @staart/site [6cc5384]
  • 🔧 Remove coveralls reporting [b2d003e]
  • 🔧 Add serve site script [90439d2]
  • ⬆️ Update dependencies [73f3e8d]
  • 🔧 Add sample progress percent [3af2011]
  • 🔧 Fix package.json config for npm files [48a0871]
  • ♻️ Migrate search services to base class [5acc281]

Removed

  • 🔥 Remove Axios uploader [807ede5]

Fixed

  • 🐛 Update migrating from link [edb0d4a]
  • 💚 Fix test on Circle CI [f8fa7bc]
  • 💚 Fix CI build on Circle CI [50f2881]

Miscellaneous

  • 📝 Start list of examples [5ffab22]
  • 📝 Update backend docs [2a2b3a3]
  • 📝 Update uploader docs [158d879]
  • 📝 Add themes docs [6c9b4a4]
  • 📝 Add code sandbox demo [bcf13c2]
  • 📝 Add config docs [9255d7b]
  • 📝 Add theme to getting started [232ee1b]
  • 📝 Add API docs [a360f49]
  • 📝 Change uploader export name [bc4f892]
  • 📝 Add effects docs [077369c]
  • 📝 Add custom uploader docs [26e3cef]
  • 📝 Add docs for uploaders [5df88e4]
  • 📝 Add XHR demo to README [15a5e89]
  • 🚧 Work on search services with base class [d547419]

2.0.0-beta.1 (2019-11-13)

Added

  • 👷‍♂️ Report test results to Coveralls [2cd4e27]
  • ✅ Add modal effect, service tests [fc78fd8]
  • ✅ Add tests for basic class [6a471a4]
  • ✅ Add helper tests [b96adb4]
  • ➕ Add dependencies for tests [24502b8]
  • ✨ Add invert, sepia, saturate [9f7c08a]
  • ✨ Add contrast, grayscale, hue rotate [87c8885]
  • ✨ Add brightness effect, base class [c71bbd5]
  • ✨ Add single filter base class [2ee3a5b]
  • ✨ Make blurring range work [7612d72]

Changed

  • 🔧 Move jest config to package.json [4a3883d]
  • 🔧 Add test configuration file [67757d7]
  • 💄 Add uploading state [e42285b]
  • 💄 Add service icons [2e10a0e]
  • 💄 Custom input range styling [33b9003]
  • 💄 Drag hover animation [e431dbb]

Fixed

  • 🐛 Fix filter helper update file on change [e3663e0]
  • 🐛 Fix bug with canvas size [52443b4]

Miscellaneous

  • 📝 Add TypeDoc comments [d6cf25c]
  • 🌐 Add i18n for units [83d7c30]
  • 📝 Update progress in README [8fc7545]
  • 🌐 Add i18n for new filters [59fbe24]
  • 📝 Update README with progress [2f5b93d]

2.0.0-beta.0 (2019-11-10)

Added

  • 👷‍♂️ Add Azure Pipelines [59b3da9]
  • ✨ Add placeholder texts [16bb278]
  • ✨ Import from URL service [9e07da4]
  • ✨ Support for Microlink fetching social media [1b49236]
  • ✨ Add Microlink base class [2f7eb04]
  • ✨ Add GIPHY service [6660ae8]
  • ✨ Loader screen when fetching [2993fce]
  • ✨ Add colors to SVGs [59e78cc]
  • ✨ Add basic filters UI [f52a5a8]
  • ✨ Add dark theme [021d60f]
  • ✨ Add captions for icons [ff75c08]
  • ✨ Add effects UI [ac01d26]
  • ✨ Add Uppload effect base class [3b419ac]
  • ✨ Add Unsplash author info [ec8ab3f]
  • ✨ Get blob from image URL [a6537a4]
  • ✨ Handle initial images for Unsplash [31b5e4d]
  • ✨ Lint on commit [2f21bad]
  • ✨ Cached fetch in local storage [7fcac7b]
  • ✨ Check aside [72b2816]
  • ➕ Add Prettier for linting [d556d56]
  • ✨ Use radio for sidebar nav [3488f1d]
  • ✨ Add Instagram help link [5afb933]
  • ✨ Support for image icons [545fc80]
  • 👷‍♂️ Update CI build scripts [ebe499d]
  • ✨ Add basic services [da85ab2]
  • ✨ Fix styling for homescreen [a2a96b9]
  • ✨ Use font awesome for icon [75f2573]
  • ➕ Add Font Awesome [e712d1c]
  • ✨ Add i18n service name [d6cce8a]
  • ✨ Add Instagram service [251892b]
  • ➕ Add mitt, show-hide dependencies [e7d3fee]
  • ✨ Add call elements [fc0bd20]
  • ✨ Add close button [e705531]
  • ✨ Add open/close toggle [ed23134]
  • ✨ Add services styling [5ce61ac]
  • ✨ Add plugin, service, uploader [00555f7]
  • ✨ Add i18n, interfaces [155a5da]
  • ✨ Add Uppload class [0e7396b]
  • ✨ Add styling for demo, Uppload [8134fb9]
  • ✨ Update build scripts [5f198b2]
  • ➕ Add TypeScript to development [6c2b912]
  • ➕ Add Webpack Dev Server [1ef307d]
  • ➕ Add Webpack to development [f483970]
  • ➕ Add @uppload packages in example [e68cf5b]
  • ✨ Emit errors & close plugin [43eaa7f]
  • ✨ Add emit emitting [74f1228]
  • ➕ Use @uppload/plugin for uploader [8a34195]
  • ✨ Add common package [d7c1846]
  • ✨ Build all packages [f52741b]
  • ✨ Use error messages [05e38b2]
  • ✨ Add English i18n package [f29a9a2]
  • ✨ Gracefully handle errors [420fa09]
  • ✨ Support for return data function [f44cd93]
  • ✨ Support for Axios-powered AJAX [e4245fe]
  • ➕ Add Axios [09ff8f0]
  • ➕ Add @staart/site for docs site [007bb47]
  • 👷‍♂️ Add Circle CI [816bfde]
  • 🎉 Initialize static site [28ff8ed]
  • ✨ Add scripts [a1b08aa]
  • ✨ Add Firebase example [7b82bca]
  • ✨ Add Firebase service [53d964d]
  • ✨ Add value binding [8b8d49e]
  • ✨ Add support for uploaders [2a2191a]
  • ✨ Add event handlers [17adabe]
  • ✨ Render basic Uppload [401fd71]
  • ✨ Add example [aecdc8f]
  • ✨ Add service example [2ed5e0e]
  • ✨ Add plugins and services [e90406e]
  • 🎉 Add packages dir structure [7a7c09f]

Changed

  • 🍱 Update image assets [d6842da]
  • 🔧 Update all-contributors configuration [6bf8570]
  • 🔧 Add demo to static site [3b4b18f]
  • 💄 Set height automatically [8d84211]
  • ♻️ Add hue, icon styles bottom nav [c887dac]
  • 💄 Fix SVG sizing [0bccbb5]
  • 🍱 Add SVG icons to services [a2c80ae]
  • 🍱 Update Unsplash image [8d6b435]
  • 🍱 Add WIP 3 image [f5d47b6]
  • ♻️ Use i18n in services [4b231c9]
  • 💄 Better dark theme [2227343]
  • ♻️ Refactor bottom navbar [398d3df]
  • ♻️ Use next() function instead of upload [5e0a79e]
  • ♻️ Use i18n for text [da4a846]
  • 🍱 Add second WIP image [52c1c2e]
  • 💄 Hide radio, add focus ring [16d705d]
  • 🚨 Lint files [1c0a0ab]
  • 🍱 Add WIP graphic [22f33a5]
  • 🚚 Move uploaders -> services [8543dbf]
  • 🔧 Add colors to uploaders [d3fed64]
  • ♻️ Export classes [10aadaf]
  • 💄 Add design for service list [9ace9ed]
  • ♻️ Remove plugin, ad service/uplaoder [4304111]
  • 💄 Add modal scss [39e13f0]
  • ⬆️ Update dependencies [46ffaa8]
  • ♻️ Make demo folder [5e34344]
  • ⬆️ Update @staart/site to v1.5.1 [a48fb8b]
  • 🔧 Set development directory [5025602]
  • ⬆️ Update @staart dependencies [fa31edd]
  • ⬆️ Update @uppload dependencies [f2de976]
  • ♻️ Add class property defaults [c4ccfab]
  • ♻️ Remove scss from TS file [69ca32f]
  • ♻️ Use @uppload/uploader for Axios [39d57d8]
  • ♻️ Use @uppload packages for core [89ee8e1]
  • ♻️ Use @uppload/uploader for Firebase [4971e01]
  • ♻️ Use @uppload packages for Instagram [1f4b2d7]
  • ♻️ Use @uppload/common for HandlerParams [48f484c]
  • 🔧 Fix NPM org URL [3933c1a]
  • 💄 Basic modal styling [0487ce8]
  • ♻️ Use Axios in example [5507201]
  • 🚚 Move assetsto directory [8313ca1]
  • ♻️ Remove firebase dependency from example [ac08df3]
  • ♻️ Remove yarn for pnpm [ba88f05]
  • ♻️ Use Promises [180492a]

Removed

  • ➖ Remove Font Awesome icons [5f43ca2]
  • 🔥 Remove packages directory [33a4a84]
  • 🔥 Remove scripts [4aec4c1]
  • 🔥 Remove development folder [fc677c3]
  • 🔥 Remove extra lockfiles [5102f5b]
  • 🔥 Remove core package [a43f6cd]
  • 🔥 Remove legacy files [073a091]

Fixed

  • 💚 Update Circle CI config [5974aca]
  • 🐛 Set active service on open [b2f6808]
  • 🐛 "Safe" event listening to prevent duplicates [be86fca]
  • 💚 Fix Netlify build [482adbd]
  • 💚 Change Travis CI build script [3b46839]
  • 💚 Remove test from CI [fa70c3e]

Miscellaneous

  • docs: update .all-contributorsrc [0a1d2d2]
  • docs: update README.md [f364506]
  • docs: update .all-contributorsrc [d664a4b]
  • docs: update README.md [51d89c9]
  • docs: update .all-contributorsrc [a40f4fd]
  • docs: update README.md [8214151]
  • docs: update .all-contributorsrc [c0378e3]
  • docs: update README.md [470b72e]
  • docs: update .all-contributorsrc [6936a95]
  • docs: update README.md [98e5fcd]
  • docs: update .all-contributorsrc [a7735d9]
  • docs: update README.md [edf8b53]
  • docs: update .all-contributorsrc [0fd2c06]
  • docs: update README.md [737cff6]
  • docs: update .all-contributorsrc [ebc8246]
  • docs: update README.md [ba0511a]
  • docs: update .all-contributorsrc [ebd842d]
  • docs: update README.md [a902197]
  • docs: update .all-contributorsrc [b4280ee]
  • docs: update README.md [0669b1a]
  • docs: update .all-contributorsrc [9162676]
  • docs: update README.md [5e598e7]
  • docs: update .all-contributorsrc [b5401bd]
  • docs: update README.md [6bc1d29]
  • docs: update .all-contributorsrc [6d4204e]
  • docs: update README.md [bdb7557]
  • docs: create .all-contributorsrc [1b928ec]
  • docs: update README.md [074a55d]
  • Merge pull request #56 from elninotech/all-contributors/add-dingsbams [d0c03af]
  • Merge pull request #55 from elninotech/all-contributors/add-AlexImb [3c7a7c1]
  • Merge pull request #54 from elninotech/all-contributors/add-beeman [8e4f93c]
  • Merge pull request #53 from elninotech/all-contributors/add-jkniest [94e4e2d]
  • Merge pull request #52 from elninotech/all-contributors/add-kevinmarrec [3ac003a]
  • Merge pull request #51 from elninotech/all-contributors/add-plibither8 [d0e27c8]
  • Merge pull request #50 from elninotech/all-contributors/add-robisaks [3cd77c7]
  • Merge pull request #49 from elninotech/all-contributors/add-pegler [d9971e7]
  • Merge pull request #48 from elninotech/all-contributors/add-tomtenvoorde [8426c67]
  • Merge pull request #47 from elninotech/all-contributors/add-Rick053 [dfde530]
  • Merge pull request #46 from elninotech/all-contributors/add-victorlap [f53691c]
  • Merge pull request #45 from elninotech/all-contributors/add-thlassche [dc2663b]
  • Merge pull request #44 from elninotech/all-contributors/add-AnandChowdhary [ab56d71]
  • 📝 Update contributors section [fc17dad]
  • Merge pull request #43 from elninotech/all-contributors/add-elnino-ict [8356a72]
  • 📝 Add status badges to README [e565e47]
  • 📝 Add contact page link to CODE_OF_CONDUCT.md [d5274ae]
  • 📝 Add Uppload 1.x docs to README [5ab14a9]
  • 📝 Update service progress [e9790b7]
  • 🚧 Add Facebook/Instagram classes [116f014]
  • 📝 Add GIPHY update to README [dd69a11]
  • 📝 Add viewbox message to CONTRIBUTING [4b374ff]
  • 📝 Add icon contributing guidelines [6a7286a]
  • 🚧 Add filers page [06ae3df]
  • 📝 Add theme to docs [7d70638]
  • 🚧 Add basic range toolbar [733afa1]
  • 🚧 Add basic confirmation footer [bba4718]
  • 🚧 Add basic effects setup [72906ee]
  • 🚧 Add basic selector for effects [09b01dd]
  • 🚧 Add effects [cb9b1e8]
  • 📝 Add new screenshot [9e1067d]
  • 🚧 Add fetch for Unsplash [65b010f]
  • 📝 Update README roadmap [4a6f001]
  • 📝 Add Instagram usage guidelines [35f5e01]
  • 🚧 Add GIPHY, Unsplash [0290b3e]
  • 🚧 Add screenshot app [9c95d4d]
  • 🚧 Add Facebook [558aa82]
  • Merge pull request #41 from elninotech/typescript-2 [326e596]
  • 🚧 Add local file option [86a20ff]
  • 📝 Add TSDoc comments [24e1e25]
  • 📝 Add PHP backend example [0c639d5]
  • 📝 Add event listening docs [a6bcc3c]
  • 📝 Add header in Axios config [1bce79a]
  • 📝 Add docs [2dfbc26]
  • 🚧 Add Axios package [ebb1b4d]
  • 📄 Update LICENSE year to 2019 [334fba2]
  • 📝 Add Uppload version in bug report [7f54f2b]
  • 📝 Add basic getting started guide [4d6c08e]
  • 📝 Update contributing guide [6fa3981]
  • 🚀 Add Staart Site for docs [c0a060d]
  • 📝 Add content folder [bba67ae]
  • 📝 Add production checklist [fe36ca6]
  • 📝 Add docs site link [40856b2]
  • 🙈 Add public to .gitignore [5b89a86]
  • 🙈 Add locks to .gitignore [1833420]
  • 📝 Add license to README [7673768]
  • 📝 Fix layout for Roadmap [d1a4adc]
  • 📝 Update README [1560e75]
  • Deploy 1.2.1 (fixed #38) [1fe2caf]
  • Merge pull request #39 from elninotech/optional-fontawesome [ca81a34]
  • Fixed #38 [45ee615]
  • Update dependencies to fix lodash vulnerability [e5ac6e6]
  • Release v1.2.0 [8433bf0]

1.2.0 (2019-07-03)

Miscellaneous

  • Merge pull request #34 from pegler/switch-device [df396a7]
  • allow switching devices when available [8741547]
  • Build wrappers [713abbd]

1.1.2 (2019-06-13)

Miscellaneous

  • Bump version [dad6cf0]
  • Add camera support for iOS and Safari [5137755]
  • Ignore PhpStorm dir Update dependencies [a54ab50]
  • Merge pull request #33 from dingsbams/master [56f3e43]
  • german facebook transaltion added [73d2755]
  • Update wrappers [38bd3e5]
  • Update README [cc679bc]

1.1.1 (2019-05-10)

Miscellaneous

1.0.0 (2019-02-20)

Miscellaneous

  • 1.0.0 [9eeadc6]
  • Update index.html [ecc939b]
  • Update README.md [be1067e]
  • Add feature to allow user to choose aspect ratio (#24) [b2e0391]
  • Merge pull request #25 from AlexImb/patch-1 [50c66e5]
  • Typo [792f536]
  • Update README.md [62c74dc]
  • Merge branch 'master' of github.com:elninotech/uppload [8099dbe]
  • Track file uploads anonymously [82ca0a5]
  • Update README.md [669327a]
  • Update package.json [caf7569]
  • Update README.md [574e8f3]
  • Update landing page [f286cc2]
  • Update wrappers to latest Uppload [ae30310]
  • Merge branch 'master' of github.com:elninotech/uppload [49aa64b]
  • Update Facebook text, UTM links [bc2803d]
  • Merge pull request #23 from robisaks/patch-1 [81379a9]
  • Update README.md [2deef3c]
  • Update README.md [4c3d3ac]
  • Update README.md [27196db]
  • Show error on top of image, rather than behind it [e733168]

0.4.0 (2018-12-12)

Miscellaneous

  • Release 0.4.0 (no polyfills by default) [a4e843b]

0.3.7 (2018-12-12)

Miscellaneous

0.3.5 (2018-11-09)

Miscellaneous

0.3.2 (2018-07-08)

Miscellaneous

  • Update backwards incompatible dependencies [15324b1]
  • Remove 2 badges [2de90e0]
  • Update dependencies [5a498ea]

0.3.1 (2018-05-30)

Miscellaneous

0.2.9 (2018-05-29)

Miscellaneous

0.2.8 (2018-05-28)

Miscellaneous

0.2.7 (2018-05-16)

Miscellaneous

0.2.6 (2018-05-16)

Miscellaneous

  • Increment version number [f4ee8cd]
  • Temp: Remove dist from gitignore [ea2f087]
  • Fix favicon sources [f2c38d8]
  • Add favicons and SEO stuff to docs page [d97b8f1]

0.2.5 (2018-05-16)

Miscellaneous

0.2.3 (2018-05-16)

Miscellaneous

  • Fix Turkish translation, courtesy of Ekrem Erdem [9ba1cd0]

0.2.2 (2018-05-16)

Miscellaneous

0.2.1 (2018-05-15)

Miscellaneous

  • New dist files for 0.2.0 [3a29dad]
  • v0.2.0 [bf5219d]
  • Only change position of first child div of the modal [2284c20]

0.1.9 (2018-05-15)

Miscellaneous

  • Set position for div's to the static default value [924ea7d]
  • Change tabs to 4 spaces in code examples for clarity [3923a38]
  • Merge pull request #6 from plibither8/master [fb6446e]
  • Merge pull request #5 from kevinmarrec/master [1643f47]
  • Update README.md (Link alt for licence) [b00a42c]
  • Better docs [b6bc8c3]

0.1.8 (2018-05-11)

Miscellaneous

0.1.7 (2018-05-09)

Miscellaneous

0.1.6 (2018-05-08)

Miscellaneous

0.1.5 (2018-05-07)

Miscellaneous

0.1.4 (2018-05-07)

Miscellaneous

0.1.0 (2018-04-25)

Miscellaneous