satori 0.7.3 → 0.8.0

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
@@ -139,10 +139,10 @@ Satori uses the same Flexbox [layout engine](https://yogalayout.com) as React Na
139
139
  <tr><td><code>height</code></td><td>Supported</td></tr>
140
140
 
141
141
  <tr><td rowspan="5">Min & max size</td></tr>
142
- <tr><td><code>min-width</code></td><td>Supported</td></tr>
143
- <tr><td><code>min-height</code></td><td>Supported</td></tr>
144
- <tr><td><code>max-width</code></td><td>Supported</td></tr>
145
- <tr><td><code>max-height</code></td><td>Supported</td></tr>
142
+ <tr><td><code>minWidth</code></td><td>Supported</td></tr>
143
+ <tr><td><code>minHeight</code></td><td>Supported</td></tr>
144
+ <tr><td><code>maxWidth</code></td><td>Supported</td></tr>
145
+ <tr><td><code>maxHeight</code></td><td>Supported</td></tr>
146
146
 
147
147
  <tr><td rowspan="5"><code>border</code></td></tr>
148
148
  <tr><td>Width (<code>borderWidth</code>, <code>borderTopWidth</code>, ...)</td><td>Supported</td></tr>
@@ -177,7 +177,8 @@ Satori uses the same Flexbox [layout engine](https://yogalayout.com) as React Na
177
177
  <tr><td><code>fontWeight</code></td><td>Supported</td></tr>
178
178
  <tr><td><code>fontStyle</code></td><td>Supported</td></tr>
179
179
 
180
- <tr><td rowspan="11">Text</td></tr>
180
+ <tr><td rowspan="12">Text</td></tr>
181
+ <tr><td><code>tabSize</code></td><td>Supported</td></tr>
181
182
  <tr><td><code>textAlign</code></td><td><code>start</code>, <code>end</code>, <code>left</code>, <code>right</code>, <code>center</code>, <code>justify</code>, default to <code>start</code></td></tr>
182
183
  <tr><td><code>textTransform</code></td><td><code>none</code>, <code>lowercase</code>, <code>uppercase</code>, <code>capitalize</code>, defaults to <code>none</code></td></tr>
183
184
  <tr><td><code>textOverflow</code></td><td><code>clip</code>, <code>ellipsis</code>, defaults to <code>clip</code></td></tr>
@@ -234,7 +235,7 @@ Satori uses the same Flexbox [layout engine](https://yogalayout.com) as React Na
234
235
  </tr>
235
236
 
236
237
  <tr>
237
- <td colspan="2"><code>clip-path</code></td>
238
+ <td colspan="2"><code>clipPath</code></td>
238
239
  <td>Supported</td>
239
240
  </tr>
240
241