Skip to content

Commit 036b5f1

Browse files
haoqunjiangevilebottnawi
authored andcommitted
docs: fix camelCase reference in 3.0 changelog (#979)
1 parent 926ebbd commit 036b5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ All notable changes to this project will be documented in this file. See [standa
4040
* minimum required nodejs version is 8.9.0
4141
* `@value` at rules now support in `selector`, recommends checking all `@values` at-rule usage (hint: you can add prefix to all `@value` at-rules, for example `@value v-foo: black;` or `@value m-foo: screen and (max-width: 12450px)`, and then do upgrade)
4242
* invert `{Function}` behavior for `url` and `import` options (need return `true` when you want handle `url`/`@import` and return `false` if not)
43-
* `exportLocalsStyle` option was remove in favor `localsConvention` option, also it is accept only `{String}` value (use `camelCase` value if you previously value was `true` and `asIs` if you previously value was `false`)
43+
* `camelCase` option was remove in favor `localsConvention` option, also it is accept only `{String}` value (use `camelCase` value if you previously value was `true` and `asIs` if you previously value was `false`)
4444
* `exportOnlyLocals` option was remove in favor `onlyLocals` option
4545
* `modules` option now can be `{Object}` and allow to setup `CSS Modules` options:
4646
* `localIdentName` option was removed in favor `modules.localIdentName` option

0 commit comments

Comments
 (0)