mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 18:29:09 +00:00
fix “compate” link in the examples
This commit is contained in:
parent
b5086f7ea2
commit
90f33b0bdf
2 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue