Skip to content

Commit 434022c

Browse files
[release]: bump up minor version with new docs changes
1 parent 8917332 commit 434022c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.changeset/old-crabs-applaud.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'classic-react-components': minor
3+
---
4+
5+
- [docs]: update examples and add more descrition of the components
6+
- [refactor]: use normal for loop to iterate over array in Switch component instead of Children.map function

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Intro
44

5-
Rethinking the way you write JSX.
5+
- Simplifying the way you write conditional and loops in JSX.
6+
7+
- Adding `If-Else` like syntax for conditional jsx.
8+
- Adding `For` component to map over the data within jsx.
9+
- Adding `Switch-Case` to your jsx.
610

711

812
<br />

0 commit comments

Comments
 (0)