Skip to content

Commit f9b4a60

Browse files
committed
Added Changelog.md
1 parent 9f1e800 commit f9b4a60

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Changelog
2+
3+
## 0.0.5-alpha.1
4+
- Add more shapes. Total count 105
5+
- Fix noise toggle
6+
7+
## 0.0.5-alpha.0
8+
- Change name to `coolshapes-react@0.0.5-alpha.0`
9+
- Fix rendering bugs
10+
- Added all remaining shapes
11+
12+
13+
## 0.0.4-alpha.0
14+
- Changed versioning to alpha `react-coolshapes@0.0.4-alpha.0`
15+
- Added 90+ shapes from different categories
16+
`Coolshape`, `Ellipse`, `Flower`, `Misc`, `Moon`, `Polygon`, `Rectangle`, `Star`, `Triangle`
17+
18+
## 0.0.3
19+
20+
- `react-coolshapes@0.0.3`
21+
- Changed render type of shapes and added dynamic support
22+
23+
```jsx
24+
<Coolshape type="star" noise="true">
25+
```
26+
27+
## 0.0.2
28+
29+
- Published - `react-coolshapes@0.0.2`
30+
- Minor fixes
31+
32+
33+
## 0.0.1 First Publish
34+
35+
- NPM package published - `react-coolshapes`
36+
37+
- Added these 4 shapes and publish to test on [coolshap.es](https://coolshapes)
38+
```jsx
39+
"star-1": ShapeType;
40+
"star-2": ShapeType;
41+
"circle-1": ShapeType;
42+
"circle-2": ShapeType;
43+
```

0 commit comments

Comments
 (0)