UNPKG

vue-css-modules

Version:

Seamless mapping of class names to CSS modules inside of Vue components.

47 lines (20 loc) 1.18 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. <a name="1.2.0"></a> # [1.2.0](https://github.com/fjc0k/vue-css-modules/compare/v1.1.0...v1.2.0) (2018-06-29) ### Features * support global installation ([0e6174d](https://github.com/fjc0k/vue-css-modules/commit/0e6174d)) <a name="1.1.0"></a> # [1.1.0](https://github.com/fjc0k/vue-css-modules/compare/v1.0.5...v1.1.0) (2018-05-18) ### Features * extract styles from context ([b846fb8](https://github.com/fjc0k/vue-css-modules/commit/b846fb8)) <a name="1.0.5"></a> ## [1.0.5](https://github.com/fjc0k/vue-css-modules/compare/v1.0.4...v1.0.5) (2018-04-18) <a name="1.0.4"></a> ## [1.0.4](https://github.com/fjc0k/vue-css-modules/compare/v1.0.3...v1.0.4) (2018-04-18) ### Bug Fixes * postbump ([1de199b](https://github.com/fjc0k/vue-css-modules/commit/1de199b)) <a name="1.0.3"></a> ## 1.0.3 (2018-04-18) ### Bug Fixes * prepend the class names to data.staticClass ([277423f](https://github.com/fjc0k/vue-css-modules/commit/277423f))