satori 0.10.7 → 0.10.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -177,7 +177,7 @@ Satori uses the same Flexbox [layout engine](https://yogalayout.com) as React Na
177
177
  <tr><td><code>flexGrow</code></td><td>Supported</td><td></td></tr>
178
178
  <tr><td><code>flexShrink</code></td><td>Supported</td><td></td></tr>
179
179
  <tr><td><code>flexBasis</code></td><td>Supported except for <code>auto</code></td><td></td></tr>
180
- <tr><td><code>alignItems</code></td><td>Supported</td><td></td></tr>
180
+ <tr><td><code>alignItems</code></td><td><code>stretch</code>, <code>center</code>, <code>flex-start</code>, <code>flex-end</code>, <code>baseline</code>, <code>normal</code>, default to <code>stretch</code></td><td></td></tr>
181
181
  <tr><td><code>alignContent</code></td><td>Supported</td><td></td></tr>
182
182
  <tr><td><code>alignSelf</code></td><td>Supported</td><td></td></tr>
183
183
  <tr><td><code>justifyContent</code></td><td>Supported</td><td></td></tr>