From 90f33b0bdf0d271ceea4a85f8b1dac29afdaeefe Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Mon, 5 Aug 2019 17:20:07 +0300 Subject: [PATCH] =?UTF-8?q?fix=20=E2=80=9Ccompate=E2=80=9D=20link=20in=20t?= =?UTF-8?q?he=20examples?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ website/themes/uppy/layout/example.ejs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.