Uppy v0.0.3 Release Notes

  • ๐Ÿš€ 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)