Skip to content

Commit 04dabca

Browse files
authored
Add minimum version to new camelCase options (#458)
1 parent 76ee8c2 commit 04dabca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ By default, the exported JSON keys mirror the class names. If you want to cameli
404404
|:----:|:--------|
405405
|**`true`**|Class names will be camelized|
406406
|**`'dashes'`**|Only dashes in class names will be camelized|
407-
|**`'only'`** |Class names will be camelized, the original class name will be removed from the locals|
408-
|**`'dashesOnly'`**|Dashes in class names will be camelized, the original class name will be removed from the locals|
407+
|**`'only'`** |Introduced in `0.27.1`. Class names will be camelized, the original class name will be removed from the locals|
408+
|**`'dashesOnly'`**|Introduced in `0.27.1`. Dashes in class names will be camelized, the original class name will be removed from the locals|
409409

410410
**webpack.config.js**
411411
```js

0 commit comments

Comments
 (0)