Data: Separate data & css/effects camelCase implementations
commit8fae21200e80647fec4389995c4879948d11ad66
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 29 Apr 2019 19:06:53 +0000 (29 21:06 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Apr 2019 19:06:53 +0000 (29 21:06 +0200)
treee54dca524d936d0258aebb22b59a20fc4d982431
parenteb6c0a7c97b1b3cf00144de12d945c9c569f935c
Data: Separate data & css/effects camelCase implementations

The camelCase implementation used by the data module no longer turns `-ms-foo`
into `msFoo` but to `MsFoo` now. This is because `data` is supposed to be
a generic utility not specifically bound to CSS use cases.

Fixes gh-3355
Closes gh-4365
src/core/camelCase.js
src/css.js
src/css/cssCamelCase.js [new file with mode: 0644]
src/deprecated.js
src/effects.js
test/unit/css.js
test/unit/data.js