Skip to content

Commit

Permalink
Sync from master
Browse files Browse the repository at this point in the history
  • Loading branch information
alampros committed Jul 17, 2020
1 parent 25d75da commit 6222add
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 11 deletions.
146 changes: 146 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,149 @@
# [5.1.0](https://github.com/alampros/react-confetti/compare/v5.0.1...v5.1.0) (2020-06-17)


### Features

* initial velocity range options\ ([929bc50](https://github.com/alampros/react-confetti/commit/929bc50a323703f7178e787e4297f04433510412))

## [5.0.1](https://github.com/alampros/react-confetti/compare/v5.0.0...v5.0.1) (2019-10-18)


### Bug Fixes

* use componentDidUpdate instead ([1ad95f9](https://github.com/alampros/react-confetti/commit/1ad95f9c36de70d3149caf11ca8c90cd8491aacc)), closes [#73](https://github.com/alampros/react-confetti/issues/73)
* **types:** make canvasRef optional ([607068a](https://github.com/alampros/react-confetti/commit/607068a1845f4713ef6d5d13e24b8344df11985d)), closes [#72](https://github.com/alampros/react-confetti/issues/72)

# [5.0.0](https://github.com/alampros/react-confetti/compare/v4.0.1...v5.0.0) (2019-10-18)


* Merge pull request #70 from wheeler/mw-r169 ([8e7ec50](https://github.com/alampros/react-confetti/commit/8e7ec50520c2fab4df3d7d5bd5f24d86e5b2f159)), closes [#70](https://github.com/alampros/react-confetti/issues/70)


### Bug Fixes

* **deps:** upgrade deps ([902da73](https://github.com/alampros/react-confetti/commit/902da739e496a2d16fb42f5596674a255d4c8de1))


### BREAKING CHANGES

* Requires at least React version 16.3 - that version adds the new lifecycle method used to replace the unsafe one.

## [4.0.1](https://github.com/alampros/react-confetti/compare/v4.0.0...v4.0.1) (2019-08-09)


### Bug Fixes

* **types:** remove NamedExoticComponent ([b6dec94](https://github.com/alampros/react-confetti/commit/b6dec94)), closes [#65](https://github.com/alampros/react-confetti/issues/65)

# [4.0.0](https://github.com/alampros/react-confetti/compare/v3.1.2...v4.0.0) (2019-08-06)


### Bug Fixes

* disable pointer events again ([a28a426](https://github.com/alampros/react-confetti/commit/a28a426)), closes [#63](https://github.com/alampros/react-confetti/issues/63)
* Export the same class as the default export ([385f981](https://github.com/alampros/react-confetti/commit/385f981))


### BREAKING CHANGES

* changes module exports

## [3.1.2](https://github.com/alampros/react-confetti/compare/v3.1.1...v3.1.2) (2019-07-11)


### Bug Fixes

* **deps:** upgrade deps ([41c7dd0](https://github.com/alampros/react-confetti/commit/41c7dd0))

## [3.1.1](https://github.com/alampros/react-confetti/compare/v3.1.0...v3.1.1) (2019-07-05)


### Bug Fixes

* **deps:** upgrade deps ([34385dc](https://github.com/alampros/react-confetti/commit/34385dc))

# [3.1.0](https://github.com/alampros/react-confetti/compare/v3.0.0...v3.1.0) (2019-04-25)


### Features

* add `initialVelocityX` and `initialVelocityY` props ([bfc2ff5](https://github.com/alampros/react-confetti/commit/bfc2ff5))

# [3.0.0](https://github.com/alampros/react-confetti/compare/v2.8.0...v3.0.0) (2019-04-25)


### Features

* forward ref to inner canvas ([091b055](https://github.com/alampros/react-confetti/commit/091b055))


### BREAKING CHANGES

* wrap default export in forwardRef

# [2.8.0](https://github.com/alampros/react-confetti/compare/v2.7.3...v2.8.0) (2019-04-17)


### Features

* Add onConfettiComplete param ([8af89f2](https://github.com/alampros/react-confetti/commit/8af89f2))

## [2.7.3](https://github.com/alampros/react-confetti/compare/v2.7.2...v2.7.3) (2019-04-03)


### Bug Fixes

* **Performance:** stop raf loop before unmounting ([fc2b48f](https://github.com/alampros/react-confetti/commit/fc2b48f)), closes [#47](https://github.com/alampros/react-confetti/issues/47)

## [2.7.2](https://github.com/alampros/react-confetti/compare/v2.7.1...v2.7.2) (2019-04-02)


### Bug Fixes

* Destroy confetti instance on unmount ([6965e37](https://github.com/alampros/react-confetti/commit/6965e37)), closes [#47](https://github.com/alampros/react-confetti/issues/47)

## [2.7.1](https://github.com/alampros/react-confetti/compare/v2.7.0...v2.7.1) (2019-04-02)


### Bug Fixes

* trigger release to fix typescript typings ([817b7c0](https://github.com/alampros/react-confetti/commit/817b7c0)), closes [#45](https://github.com/alampros/react-confetti/issues/45)

# [2.7.0](https://github.com/alampros/react-confetti/compare/v2.6.1...v2.7.0) (2019-03-18)


### Bug Fixes

* point to entire types dir ([3c3184c](https://github.com/alampros/react-confetti/commit/3c3184c))


### Features

* **build:** storybook ([462f682](https://github.com/alampros/react-confetti/commit/462f682))

## [2.6.1](https://github.com/alampros/react-confetti/compare/v2.6.0...v2.6.1) (2019-03-13)


### Bug Fixes

* add rotation direction to fix jump visible when rendering asymetrical shapes ([ca2b22b](https://github.com/alampros/react-confetti/commit/ca2b22b))

# [2.6.0](https://github.com/alampros/react-confetti/compare/v2.5.0...v2.6.0) (2019-03-10)


### Features

* Add prop to draw custom confetti ([992376b](https://github.com/alampros/react-confetti/commit/992376b))

# [2.5.0](https://github.com/alampros/react-confetti/compare/v2.4.1...v2.5.0) (2019-03-08)


### Features

* **build:** output and add types to package ([1349e1d](https://github.com/alampros/react-confetti/commit/1349e1d))
* **ParticleGenerator:** Bulk particle addition ([3c9e108](https://github.com/alampros/react-confetti/commit/3c9e108))
* use easing function for adding confetti ([829a560](https://github.com/alampros/react-confetti/commit/829a560))

## [2.4.1](https://github.com/alampros/react-confetti/compare/v2.4.0...v2.4.1) (2019-02-28)


Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-confetti",
"version": "2.4.1",
"version": "5.1.0",
"description": "React component to draw confetti for your party.",
"main": "dist/react-confetti.min.js",
"types": "dist/types/ReactConfetti.d.ts",
Expand Down Expand Up @@ -51,12 +51,12 @@
"tween-functions": "^1.2.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.3.3",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
Expand All @@ -82,7 +82,7 @@
"eslint": "^7.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.14.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@babel/cli@^7.5.5":
"@babel/cli@^7.10.5":
version "7.10.5"
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a"
integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA==
Expand Down Expand Up @@ -41,7 +41,7 @@
invariant "^2.2.4"
semver "^5.5.0"

"@babel/core@^7.4.5", "@babel/core@^7.5.5", "@babel/core@^7.7.5":
"@babel/core@^7.10.5", "@babel/core@^7.4.5", "@babel/core@^7.7.5":
version "7.10.5"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
Expand Down Expand Up @@ -305,7 +305,7 @@
"@babel/helper-remap-async-to-generator" "^7.10.4"
"@babel/plugin-syntax-async-generators" "^7.8.0"

"@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.5.5", "@babel/plugin-proposal-class-properties@^7.7.0":
"@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.7.0":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807"
integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==
Expand Down Expand Up @@ -890,7 +890,7 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"

"@babel/preset-react@^7.0.0":
"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.10.4.tgz#92e8a66d816f9911d11d4cc935be67adfc82dbcf"
integrity sha512-BrHp4TgOIy4M19JAfO1LhycVXOPWdDbTRep7eVyatf174Hff+6Uk53sDyajqZPu8W1qXRBiYOfIamek6jA7YVw==
Expand Down Expand Up @@ -5186,7 +5186,7 @@ eslint-plugin-es@^3.0.0:
eslint-utils "^2.0.0"
regexpp "^3.0.0"

eslint-plugin-import@^2.18.2:
eslint-plugin-import@^2.22.0:
version "2.22.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
Expand Down

0 comments on commit 6222add

Please sign in to comment.