All Versions
210
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 21

  • v0.10.0 Changes

    πŸš€ Released: Septermber 23, 2016. Releasemaster: Artur. Theme: Getting together.

    • πŸ“œ [x] core: expose some events/APIs/callbacks to the user: onFileUploaded, onFileSelected, onAllUploaded, addFile (or parseFile), open modal... (@arturi, @hedgerh)
    • πŸ’» [x] core: how would Uppy work without the UI, if one wants to Uppy to just add files and upload, while rendering preview and UI by themselves #116 β€” discussion Part 1 (@arturi, @hedgerh)
    • πŸ”¨ [x] core: refactor towards react compatibility as discussed in https://github.com/transloadit/uppy/issues/110 (@hedgerh)
    • πŸ‘€ [x] core: CSS modules? allow bundling of CSS in JS for simple use in NPM? See #120#issuecomment-242455042, try https://github.com/rtsao/csjs β€” verdict: not yet, try again later (@arturi, @hedgerh)
    • πŸ›° [x] core: try Web Workers and FileReaderSync for image resizing again β€” still slow, probably message payload between webworker and regular thread is huge (@arturi)
    • 0️⃣ [x] core: i18n strings should extend default en_US dictionary β€” if a certain string in not available in German, English should be displayed (@arturi)
    • πŸ”¨ [x] dashboard: refactor to smaller components, pass props down (@arturi)
    • [x] dashboard: option to render Dashboard inline instead of a modal dialog (@arturi)
    • [x] dashboard: global circular progress bar, try out different designs for total upload speed and ETA (@arturi)
    • [x] dashboard: show total upload speed and ETA, for all files (@arturi)
    • πŸ’» [x] dashboard: copy link to uploaded file button, cross-browser (@arturi) (http://i.imgur.com/b1Io34n.png) (@arturi)
    • πŸ”¨ [x] dashobard: refreshed design and grand refactor (@arturi)
    • [x] dashboard: improve file paste the best we can http://stackoverflow.com/a/22940020 (@arturi)
    • πŸ”Œ [x] provider: abstract google drive into provider plugin for reuse (@hedgerh)
    • πŸ’» [x] google drive: improve UI (@hedgerh)
    • [x] tus: add resumable capability flag (@arturi)
    • [x] tus: start fixing pause/resume issues and race conditions (@arturi)
    • βœ… [x] test: working Uppy example on Require Bin β€” latest version straight from NPM http://requirebin.com/?gist=54e076cccc929cc567cb0aba38815105 (@arturi @acconut)
    • πŸš€ [x] meta: update readme docs, add unpkg CDN links (https://transloadit.edgly.net/releases/uppy/v0.22.0/dist/uppy.min.css) (@arturi)
    • πŸš€ [x] meta: write 0.10 release blog post (@arturi)
  • v0.9.0 Changes

    πŸš€ Released: August 26, 2016. Releasemaster: Harry.

    Theme: Making Progress, Then Pause & Resume.

    • [x] dashboard: informer interface: message when all uploads are "done" (@arturi)
    • πŸš€ [x] meta: write 0.9 release blog post (@hedgerh)
    • [x] webcam: a barely working webcam record & upload (@hedgerh)
    • πŸ“‡ [x] metadata: Uppy + tus empty metadata value issue in Safari https://github.com/tus/tus-js-client/issues/41 --> tus issue β€” nailed down, passed to @acconut (@arturi, @acconut)
    • [x] core: experiment with switching to virtual-dom in a separate branch; experiment with rollup again (@arturi)
    • [x] core: figure out race conditions (animations not completing because file div gets re-added to the dom each time) with yo-yo/morphdom https://github.com/shama/bel/issues/26#issuecomment-238004130 (@arturi)
    • [x] core: switch to https://github.com/sethvincent/namespace-emitter β€” smaller, allows for on('*') (@arturi)
    • [x] dashboard: add aria-labels and titles everywhere to improve accessibility #114 (@arturi)
    • 🌐 [x] dashboard: file name + extension should fit on two lines, truncate in the middle (maybe https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/measureText) (@arturi)
    • [x] dashboard: implement a circular progress indicator on top of the fileItem with play/pause (@arturi)
    • πŸ”¨ [x] dashboard: refactor to smaller components, as discussed in #110 (@arturi)
    • [x] dashboard: show upload remaining time and speed, option to disable (@arturi)
    • πŸ”¨ [x] google drive: refactor to smaller components, as discussed in #110 (@hedgerh)
    • [x] meta: reach out to choo author (@arturi)
    • πŸš€ [x] meta: write 0.8 release blog post (@arturi)
    • πŸ“‡ [x] metadata: add labels to fields in fileCard (@arturi)
    • πŸ“‡ [x] metadata: the aftermath β€” better UI (@arturi)
    • πŸ‘€ [x] test: Get IE6 on Win XP to run Uppy and see it fall back to regular form upload #108 (@arturi)
    • πŸ”¨ [x] test: refactor tests, add DragDrop back (@arturi)
    • ⚑️ [x] tus: update uppy to [email protected], test on requirebin (@arturi)
    • [x] tus: add ability to pause/resume all uploads at once (@arturi)
    • [x] tus: add ability to pause/resume upload (@arturi)
  • v0.8.0 Changes

    πŸš€ Released: July 29, 2016. Releasemaster: Artur. Theme: The Webcam Edition.

    • [x] core: fix bug: no meta information from uppy-server files (@hedgerh)
    • [x] core: fix bug: uppy-server file is treated as local and directly uploaded (@hedgerh)
    • [x] uppy-server: hammering out websockets/oauth (@hedgerh, @acconut)
    • [x] debugger: introduce MagicLog as a way to debug state changes in Uppy (@arturi)
    • πŸ“‡ [x] modifier: A MetaData plugin to supply meta data (like width, tag, filename, user_id) (@arturi)
    • πŸ“‡ [x] modifier: pass custom metadata with non-tus-upload. Maybe mimic meta behavior of tus here, too (@arturi)
    • πŸ“‡ [x] modifier: pass custom metadata with tus-upload with tus-js-client (@arturi)
    • [x] webcam: initial version: webcam light goes on (@hedgerh)
    • πŸ’… [x] progress: better icons, styles (@arturi)
    • πŸ‘ [x] core: better mime/type detection (via mime + extension) (@arturi)
    • [x] core: add deep-freeze to getState so that we are sure we are not mutating state accidentally (@arturi)
    • πŸš€ [x] meta: release β€œUppy Begins” post (@arturi @kvz)
    • πŸ‘ [x] meta: better readme on GitHub and NPM (@arturi)
    • πŸ‘• [x] test: add pre-commit & lint-staged (@arturi)
    • ⚑️ [x] test: add next-update https://www.npmjs.com/package/next-update to check if packages we use can be safely updated (@arturi)
    • πŸ’… [x] website: blog polish β€” add post authors and their gravatars (@arturi)
    • πŸ’» [x] dashboard: UI revamp, more prototypes, background image, make dashboard nicer (@arturi)
    • [x] dashboard: try a workflow where import from external service slides over and takes up the whole dashboard screen (@arturi)
    • πŸ”€ [x] modal: merge modal and dashboard (@arturi)
  • v0.7.0 Changes

    πŸš€ Released: July 11, 2016. πŸ’» Theme: Remote Uploads, UI Redesign.

    • [x] core: Investigate if there is a way to manage an oauth dialog and not navigate away from Uppy; Put entire(?) state into oauth redirect urls / LocalStorage with an identifier ? (@hedgerh)
    • πŸ’» [x] core: Rethink UI: Part I (interface research for better file selection / progress representation) (@arturi)
    • [x] core: let user cancel uploads in progress (@arturi)
    • 🐎 [x] core: resize image file previews (to 100x100px) for performance (@arturi)
    • [x] server: add tus-js-client when it's node-ready (@hedgerh)
    • πŸ’» [x] server: make uppy-server talk to uppy-client in the browser, use websockets. (@hedgerh)
    • πŸ”Œ [x] dashboard: new β€œworkspace” plugin, main area that allows for drag & drop and shows progress/actions on files, inspired by ProgressDrawer
    • [x] website: add new logos and blog (@arturi)
    • [x] drive: Return cb after writing all files https://github.com/transloadit/uppy-server/commit/4f1795bc55869fd098a5c81a80edac504fa7324a#commitcomment-17385433 (@hedgerh)
    • [x] server: Make Google Drive files to actually upload to the endpoint (@hedgerh)
    • πŸ— [x] build: browsersync does 3 refreshes, can that be one? should be doable via cooldown/debounce? -> get rid of require shortcuts (@arturi)
    • πŸ— [x] build: regular + min + gzipped versions of the bundle (@arturi)
    • πŸ— [x] build: set up a simple and quick dev workflow β€” watch:example (@arturi)
  • v0.6.4 Changes

    πŸš€ Released: June 03, 2016. πŸš€ Theme: The aim low release.

    • πŸ— [x] build: minification of the bundle (@arturi)
    • πŸ— [x] build: revisit sourcemaps for production. can we have them without a mandatory extra request?
    • πŸ— [x] build: supply Uppy es5 and es6 entry points in npm package (@arturi)
    • πŸ— [x] build: switch to https://www.npmjs.com/package/npm-run-all instead of parallelshell (@arturi)
    • [x] drive: Make sure uppy-server does not explode on special file types: https://dl.dropboxusercontent.com/s/d4dbxitjt8clo50/2016-05-06%20at%2022.41.png (@hedgerh)
    • [x] modal: accessibility. focus on the first input field / button in tab panel (@arturi)
    • [x] progressdrawer: figure out crazy rerendering of previews by yoyo/bel: https://github.com/shama/bel/issues/26, https://github.com/shama/bel/issues/27 (@arturi)
    • πŸ”¨ [x] core: substantial refactor of mount & rendering (@arturi)
    • πŸ”Š [x] core: better state change logs for better debugging (@arturi)
    • πŸ’… [x] progressdrawer: improve styles, add preview icons for all (@arturi)
    • [x] server: Start implementing the SERVER-PLAN.md, remote files should be added to state.files and marked as remote (@hedgerh)
    • βœ… [x] test: Add pass/fail Saucelabs flag to acceptance tests (@arturi)
    • πŸ’… [x] website: Polish Saucelabs stats (social badge + stats layout) (@arturi)
    • [x] meta: Create Uppy logos (@markstory)
    • [x] website: fix examples and cleanup (@arturi)
    • [x] website: Add Saucelabs badges to uppy.io (@kvz)
    • [x] website: fix disappearing icons issue, postcss-inline-svg (@arturi)
  • v0.0.5 Changes

    πŸš€ Released: May 07, 2016. πŸ’… Theme: Acceptance tests and Google Drive Polish.

    • πŸ— [x] test: Wire saucelabs and travis togeteher, make saucelabs fail fatal to travis builds
    • βœ… [x] test: Add addFile-hack so we can have acceptance tests on Safari as well as Edge (@arturi)
    • πŸ’… [x] drive: possible UI polish (@hedgerh)
    • [x] drive: write files to filesystem correctly (@hedgerh)
    • βœ… [x] test: Fix 15s timeout image.jpg (@arturi)
    • βœ… [x] test: Sign up for Browserstack.com Live account so we can check ourselves what gives and verify saucelabs isn't to blame (@arturi) <-- Turns out, Saucelabs already does that for us
    • 🐧 [x] test: Get tests to pass Latest version of Internet Explorer (Windows 10), Safari (OSX), Firefox (Linux), Opera (Windows 10) (@arturi) <-- IE 10, Chrome, Firefox on Windows and Linux, but not Safari and Microsoft Edge β€” Selenium issues
    • βœ… [x] test: Get saucelabs to show what gives (errors, screenshots, anything) (@arturi)
    • πŸ— [x] build: sourcemaps for local development (@arturi) <-- Not adding it in production to save the extra request. For local dev, this was added already via Browserify
    • [x] core: Add polyfill for fetch (@hedgerh)
    • πŸ”Œ [x] core: Apply plugins when DOM elements aren't static (#25)
    • [x] core: figure out the shelf thing https://transloadit.slack.com/archives/uppy/p1460054834000504 https://dl.dropboxusercontent.com/s/ypx6a0a82s65o0z/2016-04-08%20at%2010.38.png (@arturi, @hedgerh)
    • ⚑️ [x] core: reduce the monstrous 157.74Kb prebuilt bundle footprint https://dl.dropboxusercontent.com/s/ypx6a0a82s65o0z/2016-04-08%20at%2010.38.png <-- we see no way to optimize at this stage
    • [x] drive: add breadcrumb navigation (@hedgerh)
    • πŸ“„ [x] drive: convert google docs to office format (@hedgerh)
    • πŸ—„ [x] modal: Avoid duplicating event listeners <-- deprecated by yoyo
    • [x] progressbar: make it great again (@arturi)
    • ⚑️ [x] progressdrawer: figure out why the whole list is replaced with every update (dom diff problems) (@arturi)
    • βœ… [x] test: Let Travis use the Remote WebDriver instead of the Firefox WebDriver (https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-Sauce-Labs), so Saucelabs can run our acceptance tests against a bunch of real browsers. Local acceptance tests keep using Firefox <-- need to add command to Travis (@arturi)
    • 🚚 [x] test: Move failing multipart test back from v0.0.5 dir, make it pass (@arturi)
    • πŸ‘ [x] tus: Add support tus 1.0 uploading capabilities (#3) <-- works!
    • [x] website: Make cycling through taglines pretty (in terms of code and a nice animation or sth) (@arturi)
    • 🚚 [x] website: Move the activity feed from http://uppy.io/stats to the Uppy homepage (@arturi)
    • πŸ’… [x] website: Polish http://uppy.io/stats and undo its CSS crimes (@arturi)
  • v0.0.4 Changes

    πŸš€ Released: April 13, 2016.

    • ⬆️ [x] server: Upgrade to 0.0.4 (@kvz)
    • βœ… [x] drive: Add Google Drive plugin unit test (@hedgerh)
    • [x] drive: Add a barely working Google Drive example (without Modal, via e.g. target: "div#on-my-page") (@hedgerh)
    • πŸ‘€ [x] drive: Make sure http://server.uppy.io is targeted on uppy.io; and localhost is targeted elsewhere (also see https://github.com/hughsk/envify) (@kvz)
    • βœ… [x] test: Setup one modal/dragdrop acceptance test (@arturi)
    • πŸ‘€ [x] drive: Make sure http://server.uppy.io is targeted on uppy.io; and localhost is targeted elsewhere (also see https://github.com/hughsk/envify) (@kvz)
    • [x] website: Add a http://uppy.io/stats page that inlines disc.html as well as displays the different bundle sizes, and an activity feed (@kvz)
    • πŸ”¨ [x] dragdrop: refactor & improve (@arturi)
    • [x] website: fix i18n & DragDrop examples (@arturi)
    • [x] website: Provide simple roadmap in examples (#68, @kvz)
    • ⬆️ [x] website: Upgrade Hexo (@kvz)
    • βœ… [x] test: Make failing acceptance tests fatal (@kvz)
    • πŸ”Œ [x] allow for continuous acquiring, even after all plugins have β€œrun” (@arturi, @hedgerh)
    • πŸ— [x] build: clean up package.json. We've accumulated duplication and weirdness by hacking just for our current problem without keeping a wider view of what was already there (@arturi)
    • πŸ— [x] build: fix browsersync & browserify double reloading issue (@arturi)
    • πŸ— [x] build: sourcemaps for examples (@arturi)
    • πŸ”Œ [x] complete: Complete Plugin of type/stage: presenter. "You have successfully uploaded 3 files". Button: Close modal. (@arturi)
    • πŸ”Œ [x] core: allow for continuous acquiring, even after all plugins have β€œrun” (@arturi, @hedgerh)
    • [x] core: come up with a draft standard file format for internal file handling (@arturi)
    • πŸ”Œ [x] core: Pluralize collections (locales, just l like plugins) (@kvz)
    • [x] core: re-think running architecture: allow for acquiring while uploading (@arturi)
    • [x] core: Rename progress to progressindicator (@kvz)
    • [x] core: Rename selecter to acquirer (@kvz)
    • [x] core: Rename view to orchestrator (@kvz)
    • [x] core: start on component & event-based state management with yo-yo (@arturi)
    • ⬆️ [x] core: Upgrade from babel5 -> babel6 (@kvz)
    • [x] dragdrop: Fix 405 Not Allowed, (error) handling when you press Upload with no files (#60, @arturi, thx @hpvd)
    • [x] modal: UppyModal [type=submit] { display: none }, use Modal's own Proceed button to progress to next stage (@arturi)
    • [x] modal: covert to component & event-based state management (@arturi)
    • [x] modal: Make sure modal renders under one dom node β€” should everything else too? (@arturi, @hedgerh)
    • πŸ”¨ [x] modal: refactor and improve (@arturi)
    • [x] progressdrawer: show link to the uploaded file (@arturi)
    • [x] progressdrawer: show file type names/icons for non-image files (@arturi)
    • [x] progressdrawer: show uploaded files, display uploaded/selected count, disable btn when nothing selected (@arturi)
    • [x] progressdrawer: implement basic version, show upload progress for individual files (@arturi)
    • [x] progressdrawer: show previews for images (@arturi)
    • πŸš€ [x] server: Add a deploy target for uppy-server so we can use it in demos (#39, @kvz)
    • 🚚 [x] test: Add a passing dummy i18n acceptance test, move failing multipart test to v0.5.0 dir (@kvz)
    • βœ… [x] test: Add acceptance tests to Travis so they are run on every change (@kvz)
    • πŸ— [x] test: Get Firefox acceptance tests up and running both local and on Travis CI. Currently both failing on StaleElementReferenceError: Element not found in the cache - perhaps the page has changed since it was looked up https://travis-ci.org/transloadit/uppy/builds/121175389#L478
    • βœ… [x] test: Get saucelabs account https://saucelabs.com/beta/signup/OSS/None (@hedgerh)
    • βœ… [x] test: Install chromedriver ()
    • πŸ‘· [x] test: Switch to using Firefox for acceptable tests as Travis CI supports that (https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to-Run-Tests-That-Require-a-GUI) (@kvz)
    • βœ… [x] test: Write one actual test (e.g. Multipart) (#2, #23, @hedgerh)
    • πŸ‘€ [x] tus: Resolve promise when all uploads are done or failed, not earlier (currently you get to see '1 file uploaded' and can close the modal while the upload is in progress) (@arturi)
    • [x] website: Filter taglines (@kvz)
    • πŸ’» [x] website: utilize browserify index exposers to rid ourselves of ../../../.. in examples (@kvz)
  • v0.0.3 Changes

    πŸš€ Released: March 01, 2016.

    • [x] core: push out v0.0.3 (@kvz)
    • πŸš€ [x] build: release-(major|minor|patch): git tag && npm publish (@kvz)
    • πŸ”Œ [x] core: Allow users to set DOM elements or other plugins as targets (@arturi)
    • πŸ”Œ [x] core: Create a progressbar/spinner/etc plugin (#18, @arturi)
    • πŸ’… [x] core: Decide on how we ship default styles: separate css file, inline (@kvz, @hedgerh, @arturi, @tim-kos)
    • πŸ“¦ [x] core: Decide on single-noun terminology (npm, umd, dist, package, cdn, module -> bundler -> bundle), and call it that through-out (@kvz)
    • πŸ”Œ [x] core: throw an error when one Plugin is .used twice. We don't support that now, and will result in very confusing behavior (@kvz)
    • [x] dragdrop: Convert DragDrop to adhere to Dummy's format, so it's compatible with the new Modal (@arturi)
    • [x] drive: Convert GoogleDrive to adhere to Dummy's format, so it's compatible with the new Modal (@hedgerh)
    • πŸ”Œ [x] modal: Add barely working Modal plugin that can be used as a target (#53, #50, @arturi)
    • [x] modal: Improve Modal API (@arturi, @kvz)
    • [x] modal: Make ProgressBar work with the new Modal (@kvz, @arturi)
    • [x] modal: Make Modal prettier and accessible using Artur's research (@arturi)
    • [x] modal: Make the Modal look like Harry's sketchup (@arturi)
    • πŸ—„ [x] modal: Rename FakeModal to Modal, deprecating our old one (@kvz)
    • [x] modal: use classes instead of IDs and buttons instead of links (@arturi)
    • πŸ“¦ [x] server: package.json (@hedgerh)
    • βœ… [x] test: Fix and enable commented out use plugins & other core unit test (@arturi)
  • v0.0.2 Changes

    πŸš€ Released: February 11, 2016.

    • πŸ— [x] build: Use parallelshell and tweak browserify to work with templates (@arturi)
    • πŸ‘ [x] core: Add basic i18n support via core.translate() and locale loading (#47, @arturi)
    • [x] core: implement a non-blocking install method (for Progressbar, for example) (@arturi, @kvz)
    • [x] core: Implement ejs or es6 templating (@arturi, @hedgerh)
    • βœ… [x] core: Improve on _i18n support, add tests (#47, @arturi)
    • πŸ‘• [x] core: Integrate eslint in our build procedure and make Travis fail on errors found in our examples, Core and Plugins, such as > 100 char lines (@kvz)
    • πŸ“š [x] docs: Fix build-documentation.js crashes, add more docs to Utils and Translator (@arturi, @kvz)
    • [x] dragdrop: Use templates, autoProceed setting, show progress (#50, #18, @arturi)
    • βœ… [x] meta: Implement playground to test things in, templates in this case
    • [x] server: Create a (barely) working uppy-server (#39, @hedgerh)
    • πŸš€ [x] website: Fix Uppy deploys (postcss-svg problem) (@arturi, @kvz)
  • v0.0.1 Changes

    πŸš€ Released: December 20, 2015.

    • [x] core: Individual progress (#24)
    • πŸ”Œ [x] core: Setup basic Plugin system (#1, #4, #20)
    • πŸ‘· [x] core: Setup build System (#30, #13, @hedgerh)
    • πŸ”Œ [x] dragdrop: Add basic DragDrop plugin example (#7)
    • πŸ”Œ [x] dropbox: Add basic Dropbox plugin example (#31)
    • [x] website: Add CSS Framework (#14)
    • [x] website: Create Hexo site that also contains our playground (#5, #34, #12 #22, #44, #35, #15, #37, #40, #43)