Skip to content

Commit 278eb45

Browse files
chore(release): @casl/[email protected] [skip ci]
1 parent 49027e0 commit 278eb45

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

packages/casl-react/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [@casl/react-v0.8.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2018-09-03)
6+
7+
8+
### Bug Fixes
9+
10+
* **README:** changes links to [@casl](https://github.com/casl)/ability to point to npm package instead to git root [skip ci] ([a74086b](https://github.com/stalniy/casl/commit/a74086b)), closes [#102](https://github.com/stalniy/casl/issues/102)
11+
12+
13+
### Features
14+
15+
* **react:can:** adds `an` alias to `on` prop ([748ea64](https://github.com/stalniy/casl/commit/748ea64))
16+
* **react:can:** adds `passThrough` option ([045318c](https://github.com/stalniy/casl/commit/045318c)), closes [#105](https://github.com/stalniy/casl/issues/105)
17+
* **react:can:** adds support for multiple <Can> children ([c022b32](https://github.com/stalniy/casl/commit/c022b32))
18+
* **react:can:** updates typescript declarations ([70953ed](https://github.com/stalniy/casl/commit/70953ed))
19+
* **react:can:** updates typescript declarations ([213dcde](https://github.com/stalniy/casl/commit/213dcde))
20+
21+
22+
### Performance Improvements
23+
24+
* **react:can:** moves prop type checks undef `if`, so they can be removed for production builds ([4bebf0b](https://github.com/stalniy/casl/commit/4bebf0b))
25+
526
# [@casl/react-v0.7.2](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2018-07-29)
627

728

packages/casl-react/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/casl-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@casl/react",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "React component for CASL which makes it easy to add permissions in any React application",
55
"main": "dist/umd/index.js",
66
"module": "dist/es5m/index.js",

0 commit comments

Comments
 (0)