Skip to content

Latest commit

 

History

History
356 lines (140 loc) · 17.3 KB

CHANGELOG.md

File metadata and controls

356 lines (140 loc) · 17.3 KB

Change Log

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

1.1.1 (2024-12-20)

Bug Fixes

  • upgrade deps custom-media-element, hls.js, mux-embed, ... (#1052) (dd4264d)

1.1.0 (2024-12-12)

Features

  • Set default player init time for all elements for greater accuracy. Expose attr+prop for externally defined player init time. (#1034) (61f10d3)

Bug Fixes

  • move package exports default condition to be last (#1013) (192aa79)

1.0.2 (2024-09-20)

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

1.0.1 (2024-08-02)

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

1.0.0-beta.19 (2024-07-10)

Bug Fixes

  • mux-uploader, mux-uploader-react: Minor cleanup (#935) (3efe356)

Features

  • clean up type attr. Handle dynamic updates better. (#937) (4f9e4a7)
  • mux uploader large file fallback (#934) (87acf67), closes #892

1.0.0-beta.18 (2024-05-28)

Features

  • mux-uploader, mux-uploader-react: Add pausable functionality and pause button component. (#918) (9198771)
  • mux-uploader: Clean up styling and templating code for mux-uploader for (re)sizing. (#922) (13c7401)

1.0.0-beta.17 (2024-05-03)

Bug Fixes

  • mux-uploader: uploader components state cleanup (#906) (668f35d), closes #874

1.0.0-beta.16 (2024-04-18)

Bug Fixes

  • upgrade media-chrome, upchunk, React types (#904) (1090ad6)
  • upgrade mux-embed v5.2.0 & media-chrome v3.2.0 (#897) (fd91d94)

1.0.0-beta.15 (2024-01-02)

Bug Fixes

  • upgrade external deps, allow patches uniform (#850) (f72acf4)

1.0.0-beta.14 (2023-12-07)

Bug Fixes

Features

  • mux-uploader: Allow audio files to upload (#826) (510d54a)

1.0.0-beta.13 (2023-09-05)

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

1.0.0-beta.12 (2023-08-30)

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

1.0.0-beta.11 (2023-08-15)

Bug Fixes

  • Reverting packages type (defaults to cjs) for accuracy per node … (#745) (9e7a171)

1.0.0-beta.10 (2023-08-14)

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

1.0.0-beta.9 (2023-06-06)

Bug Fixes

  • mux-uploader: Upgrade upchunk. Use static class createUpload met… (#693) (a25c2c7)

Features

1.0.0-beta.8 (2023-05-08)

Bug Fixes

  • mux-uploader: Don't reset state when endpoint is changed. (#677) (f2e40ac)
  • mux-uploader: modify the layout to fix layering (#684) (9c62cf5)

Features

  • mux-uploader: export parts for each default component (#687) (b7e8abf)

1.0.0-beta.7 (2023-04-24)

Bug Fixes

  • mux-uploader: conditionally render mux-uploader-drop (#623) (0d260b5)
  • mux-uploader: fixing dropzone styling regressions (#625) (ab2ae48)
  • update typedefs, disable skipLibChecks in tsconfig (#601) (1664aec)

Features

  • mux-uploader: conditional render based on attributes (#645) (59a0978)
  • mux-uploader: support max file size (#658) fixes #338 (1d79b9e)

1.0.0-beta.6 (2023-02-14)

Bug Fixes

  • mux-uploader: Establish pattern for default slot content (#580) (8cfeec6)

1.0.0-beta.5 (2023-02-01)

Bug Fixes

  • mux-uploader: Bump upchunk for min and max bug that impacts dynamic chunk sizing. (#557) (33a4690)

  • chore(mux-uploader)!: refactor percentage progress into progress component (#555) (5331f61), closes #555

BREAKING CHANGES

  • removes the formatProgress property and status attribute

1.0.0-beta.4 (2023-01-20)

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

1.0.0-beta.3 (2022-12-13)

Features

  • mux-uploader: Upgrade upchunk to take advantage of readable streams. (9a2c1b9)

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)