file-attachment-element

Attach files via drag and drop or file input.

MIT License

Downloads
3.1K
Stars
120
Committers
11

Bot releases are hidden (Show)

file-attachment-element - v3.1.0 Latest Release

Published by jfuchs almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/file-attachment-element/compare/v3.0.1...v3.1.0

file-attachment-element -

Published by dgreif about 3 years ago

  • Fixed a bug where pasting a screenshot would fail

https://github.com/github/file-attachment-element/compare/v3.0.0...v3.0.1

file-attachment-element -

Published by koddsson about 3 years ago

This release adds a new isVideo property that tells you if a filetype matches that of a video. The release also makes sure that the propagation of a drag event for the element is not stopped.

https://github.com/github/file-attachment-element/compare/v2.0.1...v3.0.0

file-attachment-element -

Published by koddsson over 3 years ago

This release includes a fix to the reference to the TypeScript declaration files for the library.

https://github.com/github/file-attachment-element/compare/v2.0.0...v2.0.1

file-attachment-element -

Published by koddsson over 3 years ago

This major release removes the restriction to denote the input element ID with an input attribute on <file-attachement>. Additionally, developer dependencies were updated and the project restructured.

https://github.com/github/file-attachment-element/compare/v1.0.3...v2.0.0

file-attachment-element -

Published by koddsson over 4 years ago

  • Prevent null exception happening in certain browsers (#8)

https://github.com/github/file-attachment-element/compare/v1.0.2...v1.0.3

file-attachment-element - 1.0.2

Published by dgraham over 4 years ago

  • Filter out null file entries #7
file-attachment-element - 1.0.1

Published by dgraham over 4 years ago

  • Register custom element just once #5
file-attachment-element - 1.0.0

Published by dgraham over 4 years ago

No changes since 0.3.0.

file-attachment-element - v0.3.0

Published by muan over 4 years ago

  • Introduce support for <input id="id"> via <file-attachment input="id">. #4
file-attachment-element - 0.2.0

Published by dgraham over 4 years ago

  • Model attachment save process as a state machine #1