diff --git a/CHANGELOG.md b/CHANGELOG.md index 939adc845..642a8c66e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,6 +104,8 @@ PRs are welcome! Please do open an issue to discuss first if it's a big feature, - [ ] companion: reports an error at first sign in. we did a hotfix in https://github.com/transloadit/uppy/pull/1478#issuecomment-485937942 but need a proper fix for that (@ife). Also: what about changing the location of that tooltip? So legit errors also don't block buttons? - [ ] core: consider removing Preact from `Plugin` (maybe have a `(ui)Plugin extends BasePlugin`?) as pointed out on Reddit https://www.reddit.com/r/javascript/comments/bhkx5k/uppy_10_your_best_friend_in_file_uploading/ +# next + ## 1.4 - [ ] dashboard: Add a Load More button so you don't have to TAB endlessly to get to the upload button (https://github.com/transloadit/uppy/issues/1419) diff --git a/website/themes/uppy/layout/example.ejs b/website/themes/uppy/layout/example.ejs index 76f35b0c6..4e68ed96d 100644 --- a/website/themes/uppy/layout/example.ejs +++ b/website/themes/uppy/layout/example.ejs @@ -14,7 +14,7 @@
We're on a monthly release cycle and our latest version is v<%- theme.uppy_version %>, but the example pages reflect the latest work in our master branch. Here's - what changed in master since v<%- theme.uppy_version %> + what changed in master since v<%- theme.uppy_version %> in terms of commits, while the CHANGELOG provides a higher level view of the things planned for our next release.