resolve
option behaviour by @kamilic https://github.com/madyankin/postcss-modules/pull/127resolve
option to configure lookup paths for composes/from by @kamilic https://github.com/madyankin/postcss-modules/pull/126localsConvention
option] now supports a custom function (originalClassName: string, generatedClassName: string, inputFile: string) => className: string
by Gregory Waxman (@Akkuma) https://github.com/css-modules/postcss-modules/pull/109exportGlobals
optioncss-modules-loader-core
dependencylocalsConvention
option by Hamza Mihai Daniel (@allocenx) https://github.com/css-modules/postcss-modules/pull/103, https://github.com/css-modules/postcss-modules/issues/93camelCase
camelCase removed, use the localsConvention
option instead.hashPrefix
option by Jesse Thomson (@jessethomson) https://github.com/css-modules/postcss-modules/pull/98root
option to pass the root path by Sharon Rolel (@Mosho1) (https://github.com/css-modules/postcss-modules/pull/55)isValidBehaviour
function (https://github.com/css-modules/postcss-modules/issues/53)getDefaultPluginsList
functiongenerateScopedName
bug with multiple postcss-modules instances (https://github.com/css-modules/postcss-modules/issues/37)globalModulePaths
option (Thanks to @pospi).scopeBehaviour
option (https://github.com/css-modules/postcss-modules/issues/22)generateScopedName
(https://github.com/css-modules/postcss-modules/issues/21)Fixed failing on comments by @dfreeman (https://github.com/outpunk/postcss-modules/pull/14)
Fixed module export for ES5 (https://github.com/outpunk/postcss-modules/issues/9)
Call getExports only for top level css
Initial version