|
@@ -19,7 +19,7 @@ We also played a bit with CSS Modules and CSJS, generating preview thumbnails in
|
|
|
|
|
|
## Dashboard: refreshed look and new features
|
|
|
|
|
|
-In attempt to be brave and simple we’ve removed the dashed border inside the Dashboard, rewritten its layout with flexbox and tried out a new blend-in-with-the-background-and-blur mode.
|
|
|
+In attempt to be brave and simple we’ve removed the dashed border inside the Dashboard, rewritten its layout with flexbox and tried out a new [blend-in-with-the-background-and-blur](https://cloud.githubusercontent.com/assets/1199054/18763191/35d31ddc-80da-11e6-9a2c-c46388857135.png) mode.
|
|
|
|
|
|
<img alt="Refreshed Dashboard UI" src="/images/blog/dashboard-sep-27-2016.jpg">
|
|
|
|
|
@@ -55,7 +55,7 @@ There is also `core:upload-progress` to track progress and `core:success` for wh
|
|
|
|
|
|
* i18n strings now extend default en_US dictionary: if a certain string in not available in German, English will be displayed.
|
|
|
* Updated readme: improved usage docs and CDN links, checkout [the new usage section](https://github.com/transloadit/uppy#usage) for yourself. Import, require or script tag? In any case, we’ve got your back.
|
|
|
-* Capabilities: if tus resumable uploader is used, `capabilities.resumable === true` is added in state, easy to check for by anyone interested. More to come.
|
|
|
+* Capabilities: if tus resumable uploader is used, `capabilities.resumable === true` is added to the state, easy to check for by any plugin or human interested. More to come.
|
|
|
|
|
|
## Release Notes
|
|
|
|