aesthetic-adapter-css-modules
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -1,17 +0,26 @@ | ||
# 1.5.0 | ||
# 1.6.0 - 9/27/17 | ||
#### 🚀 New | ||
* Added support for `react` 16.0. | ||
* Updated `prop-types` to 15.6. | ||
#### 🛠 Internal | ||
* Updated cross package imports to use CommonJS paths. | ||
* Improved the build process. | ||
# 1.5.0 - 7/28/17 | ||
* Updated Flow definitions. | ||
* Wrapped errors in `__DEV__` environment checks. | ||
# 1.4.2 | ||
* Fixed an issue with the lerna package. | ||
# 1.4.2 - 6/19/17 | ||
* Fixed an issue with the Lerna package. | ||
# 1.4.1 | ||
# 1.4.1 - 6/19/17 | ||
* Updated `react` to 15.6. | ||
* Updated `prop-types` to 15.5.10. | ||
# 1.4.0 | ||
# 1.4.0 - 5/11/17 | ||
* Updated IE requirement to 11+. | ||
* Updated to include src/ files in the published package. | ||
# 1.3.0 | ||
# 1.3.0 - 4/24/17 | ||
* Updated to support React 15.5 and the new `prop-types` package. |
@@ -31,6 +31,4 @@ 'use strict'; | ||
var _Adapter2 = require('aesthetic/lib/Adapter'); | ||
var _aesthetic = require('aesthetic'); | ||
var _Adapter3 = _interopRequireDefault(_Adapter2); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -65,8 +63,8 @@ | ||
return CSSModulesAdapter; | ||
}(_Adapter3.default); /** | ||
* @copyright 2017, Miles Johnson | ||
* @license https://opensource.org/licenses/MIT | ||
* | ||
*/ | ||
}(_aesthetic.Adapter); /** | ||
* @copyright 2017, Miles Johnson | ||
* @license https://opensource.org/licenses/MIT | ||
* | ||
*/ | ||
exports.default = CSSModulesAdapter; |
{ | ||
"name": "aesthetic-adapter-css-modules", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "CSS modules support for Aesthetic.", | ||
@@ -13,12 +13,16 @@ "keywords": [ | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "build-lib ./src -d ./lib" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.25.0", | ||
"prop-types": "^15.5.10" | ||
"babel-runtime": "^6.26.0", | ||
"prop-types": "^15.6.0" | ||
}, | ||
"peerDependencies": { | ||
"aesthetic": "^1.5.0" | ||
"aesthetic": "^1.6.0" | ||
}, | ||
"devDependencies": { | ||
"aesthetic": "^1.5.0" | ||
"@milesj/build-tool-config": "^0.30.2", | ||
"aesthetic": "^1.6.0" | ||
} | ||
} |
@@ -7,3 +7,3 @@ /** | ||
import Adapter from '../../aesthetic/src/Adapter'; | ||
import { Adapter } from 'aesthetic'; | ||
@@ -10,0 +10,0 @@ import type { StyleDeclarationMap, TransformedStylesMap } from '../../types'; |
Sorry, the diff of this file is not supported yet
11482
2
72
Updatedbabel-runtime@^6.26.0
Updatedprop-types@^15.6.0