Kaynağa Gözat

Update BACKLOG.md

Artur Paikin 3 yıl önce
ebeveyn
işleme
a0d6332465
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      BACKLOG.md

+ 2 - 2
BACKLOG.md

@@ -48,14 +48,14 @@ PRs are welcome! Please do open an issue to discuss first if it's a big feature,
 - [x] core: pass full file object to `onBeforeFileAdded`. Maybe also check restrictions before calling the callbacks: https://github.com/transloadit/uppy/pull/1594 (@arturi)
 - [x] core/dashboard: replace `poweredBy` and `exceedsSize` locale keys by word order aware versions, see PR #2077 (@goto-bus-stop)
 - [x] dashboard: set default `trigger: null`, see https://github.com/transloadit/uppy/pull/2144#issuecomment-600581690 (@arturi)
-- [ ] form: make the `multipleResults` option `true` by default (@arturi)
+- [x] form: make the `multipleResults` option `true` by default (@arturi)
 - [x] locales: Remove the old es_GL name alias for gl_ES. Keep gl_ES only (@arturi)
 - [x] providers: remove `serverHeaders` https://github.com/transloadit/uppy/pull/1861 (@mifi)
 - [x] transloadit: remove `UPPY_SERVER` constant (@mifi)
 - [x] tus: set the `limit` option to a sensible default, like 5 (10?) (@arturi)
 - [x] xhr: set the `limit` option to a sensible default, like 5 (10?) (@arturi)
 - [x] xhr: change default name depending on whether `bundle` is set `files[]` (`true`) vs `file` (default) (#782) (@aduh95)
-- [ ] providers: allow changing provider name title through locale? https://github.com/transloadit/uppy/issues/2279 (@goto-bus-stop)
+- [x] providers: allow changing provider name title through locale https://github.com/transloadit/uppy/issues/2279 (@goto-bus-stop)
 - [x] tus: remove `autoRetry` option (throw error at runtime if it is explicitly given) (@aduh95)
 - [x] dashboard: showing links to files should be turned off by default (it's great for devs, they can opt-in, but for end-user UI it's weird and can even lead to problems) (@arturi)