Skip to content

Latest commit

 

History

History
106 lines (61 loc) · 7.48 KB

CHANGELOG.md

File metadata and controls

106 lines (61 loc) · 7.48 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-beta.2 (2022-10-25)

Note: Version bump only for package @mux/mux-uploader

1.0.0-beta.1 (2022-10-05)

Note: Version bump only for package @mux/mux-uploader

1.0.0-beta.0 (2022-09-16)

Note: Version bump only for package @mux/mux-uploader

0.1.0-beta.10 (2022-09-16)

Note: Version bump only for package @mux/mux-uploader

0.1.0-beta.8 (2022-08-31)

Bug Fixes

0.1.0-beta.7 (2022-08-04)

Bug Fixes

  • mux-uploader: use narrower type def for uploadstart to avoid type mismatches in dist. (a56cc06)

0.1.0-beta.6 (2022-08-03)

Features

  • mux-uploader: Upchunk event type defs. (248e0e1)

0.1.0-beta.5 (2022-08-02)

Bug Fixes

  • mux-uploader: Fix attempt and chunkSuccess event details not being passed. Also make the data passed consistent by using event for all params. (09d4cf8)
  • mux-uploader: Update event and event handler typedefs for greater accuracy of types. (92f28a5)

Features

  • mux-uploader: Add CSS variables for button border and padding. (359cd89)
  • mux-uploader: Add custom event for when upload starts. (9fd1efc)
  • mux-uploader: Support Upchunk's attempt and chunkSuccess events. (739a88e)

0.1.0-beta.4 (2022-07-21)

Bug Fixes

  • mux-uploader, mux-uploader-react: Add support for endpoint to react version. Clean up type defs, including css vars (drop component only). Remove unnecessary capture for DandD events. (c12ded5)

Features

  • add defaultMuted, defaultPlaybackRate props (#252) (1a72165)
  • mux-uploader, mux-uploader-react: Reset state to allow users to re-select same file when retrying a failed upload. Add error messaging for when url is unset. (94d000a)
  • mux-uploader: Add endpoint support for promise callback. (fc7b381)
  • mux-uploader: Clean up mux-uploader-drop + overlay and active logic now that we support descendants. (83777d2)
  • mux-uploader: Support endoing. (86ae488)

0.1.0-beta.3 (2022-07-11)

Bug Fixes

  • mux-uploader: Fix default format progress to include percent symbol. Move to module fn. (6f519f7)
  • mux-uploader: Fix syntax in README for components. (affb4ca)
  • mux-uploader: handle slotted/changing buttons. rename slot per informal conventions on other projects (1829fd9)
  • mux-uploader: Polyfill for SSR. (f559f68)
  • mux-uploader: re-add drop import to ensure custom element registration. Start work on overlay css. (1ae4a2e)
  • mux-uploader: Refactor overlay behavior for drop. Remove z-index assumptions from uploader. Rename overlay text attr to overlay-text for clarity. (dcf2c80)
  • mux-uploader: Refactor so that drop can only be done with mux-uploader-drop. (59ddb56)
  • mux-uploader: Simplify drop internal DOM structure to have more predictable layout & styling. (ec108ba)

Features

  • Add formatProgress method for customization. Bugfix for default uploader button. (e7860e9)
  • mux-uploader: Add events that correspond to upchunk events. Early bail when no URL is provided. (740aa96)
  • mux-uploader: move some dom elements around to make eventual overlay (re)styling a bit easier. (919072a)
  • mux-uploader: Simplify mux-uploader-drop styling. Update vanilla uploader example to demo usage with simplified styling. (8029a1d)

0.1.0-beta.2 (2022-07-05)

Bug Fixes

  • mux-uploader: Make progress, errors, completion accessible to VoiceOver. (59e115c)

Features

  • mux-uploader: Initial implementation of the mux-uploader element. (b30717d)

0.1.0-beta.1 (2022-06-23)

Features

  • mux-uploader: Initial implementation of the mux-uploader element. (b30717d)