fix “compate” link in the examples

This commit is contained in:
Artur Paikin 2019-08-05 17:20:07 +03:00
parent b5086f7ea2
commit 90f33b0bdf
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -14,7 +14,7 @@
<p>We're on a monthly release cycle and our latest version is
<a href="https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#<%- theme.uppy_version_anchor %>">v<%- theme.uppy_version %></a>,
but the example pages reflect the latest work in our master branch. Here's
<a href="https://github.com/transloadit/uppy/compare/v<%- theme.uppy_version %>...master">what changed in master since v<%- theme.uppy_version %></a>
<a href="https://github.com/transloadit/uppy/compare/uppy@<%- theme.uppy_version %>...master">what changed in master since v<%- theme.uppy_version %></a>
in terms of commits, while the CHANGELOG
provides a higher level view of the things planned for our
<a href="https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#next">next release</a>.</p>