Skip to content

Commit 9f08712

Browse files
Merge pull request #6 from Ashish-simpleCoder/changeset-release/main
New Changes for docs and component refactor [chore]: enable caching for prettier format script in package.json [docs]: update readme doc [refactor]: add prop type validation in For component [test]: add re-render and error handling test case for For component [perf]: create fixed size array and remove useless type conversion fo… [refactor]: update the type definition for data prop in For component [refactor]: update logic for rendering the child of switch component … [chore]: update vitest config for file exntesion to include in test
2 parents 608a852 + 69abb79 commit 9f08712

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/old-crabs-applaud.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# classic-react-components
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 434022c: - [docs]: update examples and add more descrition of the components
8+
- [refactor]: use normal for loop to iterate over array in Switch component instead of Children.map function
9+
310
## 0.2.0
411

512
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "classic-react-components",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A great collection of React utility components",
55
"keywords": [
66
"react utility components",

0 commit comments

Comments
 (0)