All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.1.1 (2024-12-20)
1.1.0 (2024-12-12)
- Set default player init time for all elements for greater accuracy. Expose attr+prop for externally defined player init time. (#1034) (61f10d3)
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)
- 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)
- 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)
1.0.0-beta.16 (2024-04-18)
- 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)
1.0.0-beta.14 (2023-12-07)
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)
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)
1.0.0-beta.8 (2023-05-08)
- mux-uploader: Don't reset state when endpoint is changed. (#677) (f2e40ac)
- mux-uploader: modify the layout to fix layering (#684) (9c62cf5)
1.0.0-beta.7 (2023-04-24)
- 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)
- 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)
1.0.0-beta.5 (2023-02-01)
-
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
- 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)
- 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)
0.1.0-beta.7 (2022-08-04)
- mux-uploader: use narrower type def for uploadstart to avoid type mismatches in dist. (a56cc06)
0.1.0-beta.6 (2022-08-03)
- mux-uploader: Upchunk event type defs. (248e0e1)
0.1.0-beta.5 (2022-08-02)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- mux-uploader: Make progress, errors, completion accessible to VoiceOver. (59e115c)
- mux-uploader: Initial implementation of the mux-uploader element. (b30717d)
- mux-uploader: Initial implementation of the mux-uploader element. (b30717d)