Skip to content

Tags: gajus/react-css-modules

Tags

v4.7.11

fix: update GitSpo badge URL

v4.7.10

fix: correct GitSpo badge markdown

v4.7.9

fix: unfreeze nested children array before passing it to linkArray (#293

)

v4.7.8

chore: add .editorconfig

v4.7.7

fix: assign a generated className to elements inside nested arrays (#292

)

v4.7.6

fix: #285 react-css-modules causes modifying key property of the comp…

…onent children (#286)

v4.7.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add DEPRECATION NOTICE

v4.7.4

fix: use latest node to run tests

v4.7.3

fix: Flow "Cannot resolve module" errors on Windows (#280)

Flow on Windows seems to be unable to correctly resolve imports from `react-css-modules` package, because its `main` entry in `package.json` points to a directory, instead of directly pointing to the script `dist/index.js`. 

Fixing it here seems to be easier than looking for a platform specific issue in Flow.

v4.7.2

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: React 16 issues (fixes #269, #200, #259)

* Check if both element and props are frozen or not extensible (#200)

Fixes #200

* Only check extensiblity of props

Also run preventExtensions on it after modifications

* Check if just the props are frozen (#266)

* Recursively map element arrays

Fixes #259

* Add tests

For element arrays and frozen elements/props