Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alampros/react-confetti
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.1
Choose a base ref
...
head repository: alampros/react-confetti
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.0
Choose a head ref
  • 13 commits
  • 21 files changed
  • 2 contributors

Commits on Mar 1, 2019

  1. chore(deps): upgrade deps

    alampros committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    8f406a1 View commit details
    Browse the repository at this point in the history
  2. typescript basic scaffold

    alampros committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    ff62c7a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. mostly working in typescript

    TODO: Need to update particles when options change.
    alampros committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    157a4e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Finish typescript rewrite

    alampros committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    f040e0e View commit details
    Browse the repository at this point in the history
  2. fix case

    alampros committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    4248f1d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. chore(deps): upgrade deps

    alampros committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    801700f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    1349e1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from alampros/typescript

    Typescript!
    alampros authored Mar 8, 2019
    Configuration menu
    Copy the full SHA
    0dd1959 View commit details
    Browse the repository at this point in the history
  3. feat(ParticleGenerator): Bulk particle addition

    Add more than one particle per RAF.
    TODO: use an easing function instead.
    alampros committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    3c9e108 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    829a560 View commit details
    Browse the repository at this point in the history
  5. fix lint cruft

    alampros committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    72e7473 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #34 from alampros/develop

    Typescript refactor
    alampros authored Mar 8, 2019
    Configuration menu
    Copy the full SHA
    47c906f View commit details
    Browse the repository at this point in the history
  7. chore(release): 2.5.0 [skip ci]

    # [2.5.0](v2.4.1...v2.5.0) (2019-03-08)
    
    ### Features
    
    * **build:** output and add types to package ([1349e1d](1349e1d))
    * **ParticleGenerator:** Bulk particle addition ([3c9e108](3c9e108))
    * use easing function for adding confetti ([829a560](829a560))
    semantic-release-bot committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    a0a8f40 View commit details
    Browse the repository at this point in the history
Loading