Skip to content

Releases: github/file-attachment-element

v3.1.0

14 Jan 20:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.0

v3.0.1

23 Sep 21:05
Compare
Choose a tag to compare
  • Fixed a bug where pasting a screenshot would fail

v3.0.0...v3.0.1

v3.0.0

03 Sep 11:49
v3.0.0
4f207bf
Compare
Choose a tag to compare

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.

v2.0.1...v3.0.0

v2.0.1

19 May 09:53
v2.0.1
ac7dc52
Compare
Choose a tag to compare

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

v2.0.0...v2.0.1

v2.0.0

18 May 13:22
v2.0.0
ad07bb9
Compare
Choose a tag to compare

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.

v1.0.3...v2.0.0

v1.0.3

07 May 09:48
bc102b6
Compare
Choose a tag to compare
  • Prevent null exception happening in certain browsers (#8)

v1.0.2...v1.0.3

1.0.2

31 Mar 18:13
v1.0.2
Compare
Choose a tag to compare
  • Filter out null file entries #7

1.0.1

13 Mar 20:47
v1.0.1
Compare
Choose a tag to compare
  • Register custom element just once #5

1.0.0

20 Feb 23:54
v1.0.0
Compare
Choose a tag to compare

No changes since 0.3.0.

v0.3.0

10 Feb 17:47
97354d2
Compare
Choose a tag to compare
  • Introduce support for <input id="id"> via <file-attachment input="id">. #4