Kevin van Zonneveld 7 роки тому
батько
коміт
ada07ca471
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      website/src/_posts/2017-12-0.22.md

+ 2 - 1
website/src/_posts/2017-12-0.22.md

@@ -130,7 +130,7 @@ Thanks to this approach a number of hidden bugs have already been identified and
 
 <div id="changelog" style="display: none;" markdown="1">
 Here is the full list of changes for version `0.22.0` (and patch `0.21.1`):
-
+ 
 - **⚠️ Breaking** core: rendering engine switched from `Yo-Yo` to `Preact`, and all views from `html` hyperx template strings to `JSX` (#451 / @arturi)
 - **⚠️ Breaking** core: large refactor of Core and Plugins: `setFileState`, merge `MetaData` plugin into `Dashboard`, prefix "private" core methods with underscores (@arturi / #438) 
 - **⚠️ Breaking** core: renamed `core` to `uppy` in plugins and what not. So instead of `this.core.state` we now use `this.uppy.state` (#438 / @arturi) 
@@ -163,6 +163,7 @@ Here is the full list of changes for version `0.22.0` (and patch `0.21.1`):
 - transloadit: Port old tests from tape (#428 / @goto-bus-stop)
 - tus: Restore correctly from paused state (#443 / @goto-bus-stop)
 - uppy-server: use typescript to compile code for a type safe servers (@ifedapoolarewaju)
+
 </div>
 
 The Uppy Team