BrightspaceUILabs / file-uploader

Polymer-based web component for D2L file uploader
Apache License 2.0
4 stars 6 forks source link

Use dispatchEvent and prefixed event name #18

Closed dlockhart closed 7 years ago

dlockhart commented 7 years ago

Switch event firing to dispatchEvent, and perhaps rename event. Convention used so far would be to start the even name with d2l-file-uploader-. Perhaps d2l-file-uploader-file-added.

This will require a major version bump.