Skip to content

Commit c47c8a0

Browse files
github-actions[bot]puffcocos
authored andcommitted
🦋 Version Packages
1 parent 6c95a8f commit c47c8a0

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

.changeset/initial-release.md

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

packages/canvas-confetti-hook/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
### Minor Changes
66

7+
- 6c95a8f: Initial release of @cocopalm/canvas-confetti-hook - A modern React hook for canvas-confetti
8+
9+
Features:
10+
- Built on canvas-confetti with enhanced TypeScript support
11+
- Custom vendors directory for canvas-confetti (improved bundle control)
12+
- useConfetti hook for easy integration
13+
- Support for custom shapes (SVG, Path)
14+
- Frame-based animation system with fireFrame
15+
- Smart worker mode detection for mixed shape types
16+
- Custom canvas support with setConfettiCanvasRef
17+
18+
## 0.2.0
19+
20+
### Minor Changes
21+
722
- 8c1aff9: Initial release of canvas-confetti-hook - A modern React hook for canvas-confetti
823

924
Features:

packages/canvas-confetti-hook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocopalm/canvas-confetti-hook",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A modern React confetti library built on canvas-confetti",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)