@casl/react
Advanced tools
Comparing version 0.1.0-alpha.ade5be4a to 0.1.1
@@ -6,18 +6,9 @@ # Change Log | ||
<a name="0.1.0-alpha.ade5be4a"></a> | ||
# [0.1.0-alpha.ade5be4a](https://github.com/stalniy/casl/compare/@casl/react@0.1.0-alpha.2...@casl/react@0.1.0-alpha.ade5be4a) (2018-03-18) | ||
<a name="0.1.0"></a> | ||
# 0.1.0 (2018-03-23) | ||
**Note:** Version bump only for package @casl/react | ||
<a name="0.1.0-alpha.2"></a> | ||
# 0.1.0-alpha.2 (2018-03-17) | ||
### Features | ||
* **component:** adds `Can` component | ||
* **integration:** adds `createContextualCan` function which allows to work with new React Context API | ||
* **integration:** adds `createCanBoundTo` function which allows to bind ability to component | ||
* **component:** adds `Can` component, relates to [#23](https://github.com/stalniy/casl/issues/23) | ||
* **integration:** adds `createContextualCan` function which allows to work with new React Context API, relates to [#23](https://github.com/stalniy/casl/issues/23) | ||
* **integration:** adds `createCanBoundTo` function which allows to bind ability to component, relates to [#23](https://github.com/stalniy/casl/issues/23) |
{ | ||
"name": "@casl/react", | ||
"version": "0.1.0-alpha.ade5be4a", | ||
"version": "0.1.1", | ||
"description": "React component for CASL which makes it easy to add permissions in any React application", | ||
@@ -43,3 +43,3 @@ "main": "dist/umd/index.js", | ||
"devDependencies": { | ||
"@casl/ability": "^2.0.0-alpha.ade5be4a", | ||
"@casl/ability": "^2.0.0", | ||
"check-prop-types": "^1.1.2", | ||
@@ -46,0 +46,0 @@ "prop-types": "^15.6.0", |
22244