Skip to content

Commit 90b93f4

Browse files
committed
update changelog
1 parent eaf0d21 commit 90b93f4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.1.1-beta.0
4+
5+
- Fix Random Function
6+
- Fix state issue
7+
38
## 0.1.0-beta.0
49

510
- Bug Fix

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const App = () => {
7575
export default App;
7676
```
7777

78+
7879
#### Generating random shapes
7980

8081
setting the `random` [prop](#props) to true or leaving the `index` or `type` prop empty would replace the shape with a random shape every time it renders.
@@ -184,10 +185,16 @@ There are a total of **115** shapes available in Coolshapes under the following
184185
| `misc` | 11 |
185186
| `number` | 10 |
186187

187-
**Note:** When importing the components the name would be capitalized, but when passing as prop, the name would be lower case
188+
**Note:** When importing the components the name would be capitalized, but when passing as prop, the name would be lower case.
189+
188190

189191
### Others
190192

193+
#### Name & Class
194+
All components have inbuilt name starting 1. But, index starts from 0.
195+
*Example: `<Star index={0} />` when rendered it's component name and class name is `Star1`*
196+
197+
#### umd & es
191198
There are `umd` and `es` included in bundled version of the module,
192199

193200
#### cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "coolshapes-react",
3-
"version": "0.1.0-beta.0",
4-
"description": "A react component library for coolshapes",
3+
"version": "0.1.1-beta.0",
4+
"description": "A react component library for coolshapes with little grainy gradients.",
55
"keywords": [
66
"coolshapes",
77
"shapes",

0 commit comments

Comments
 (0)