From 96e2b44e2e4691e51670ec7550c7789fdca112df Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Sat, 23 Dec 2017 16:26:49 -0500 Subject: [PATCH] tiny changelog fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b57f419..f375d3b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,7 +63,7 @@ What we need to do to release Uppy 1.0 - [ ] QA: tests for some plugins - [ ] automatically host releases on edgly and use that as our main CDN - [ ] docs: on using plugins, all options, list of plugins, i18n -- [ ] feature: preset for Transloadit that mimics jQuery SDK +- [ ] feature: preset for Transloadit that mimics jQuery SDK, check https://github.com/transloadit/jquery-sdk docs - [ ] refactoring: possibly add CSS-in-JS - [x] refactoring: possibly switch from Yo-Yo to Preact, because it’s more stable, solves a few issues we are struggling with (onload being weird/hard/modern-browsers-only with bel; no way to pass refs to elements; extra network requests with base64 urls) and mature, “new standard”, larger community - [ ] refactoring: split uppy into small packages, lerna repo?