Skip to content

Commit 847a07b

Browse files
🔖 Release 2.0.0
1 parent 4fc230e commit 847a07b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [2.0.0] - 2025-05-26
6+
7+
### Added
8+
9+
- `opacityDeltaMultiplier` property: New property to control particle opacity fade speed in 'boom' mode
10+
- Added support for custom styling
11+
- `className`: Support for custom CSS classes
12+
- `style`: Support for inline CSS styles
13+
14+
### Fixed
15+
16+
- Fixed particle position calculation logic
17+
- Fixed particle size adjustment issues
18+
- Fixed canvas sizing and positioning issues

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-confetti-boom",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "A customizable React confetti explosion component for celebrations and special events",
55
"author": "almond-bongbong <bal.dongdongdong@gmail.com>",
66
"homepage": "https://github.com/almond-bongbong/react-confetti-boom",

0 commit comments

Comments
 (0)