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: kKen94/ngx-progress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Choose a base ref
...
head repository: kKen94/ngx-progress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 14 commits
  • 17 files changed
  • 3 contributors

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    78afa88 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. refactor(whitelist and modules)!: change whitelist declaration

    BREAKING CHANGE: whitelist now must be declared with .forRoot() in module
    BREAKING CHANGES: remove router module for better management
    BREAKING CHANGES: NgxProgressModule is now the old NgxProgressOnlyBarModule
    kKen94 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    8496eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713158f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3752286 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b0a1bd View commit details
    Browse the repository at this point in the history
  5. chore(prettier): major update

    kKen94 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    25f70a7 View commit details
    Browse the repository at this point in the history
  6. chore(ngx-color): update

    kKen94 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c40c98d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8282af3 View commit details
    Browse the repository at this point in the history
  8. fix(promises): handle errors

    kKen94 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    9e6f87a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea9866e View commit details
    Browse the repository at this point in the history
  10. Merge branch 'develop'

    kKen94 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    b390f93 View commit details
    Browse the repository at this point in the history
  11. style(tslint): fix 80 line length

    Nicola Taddei committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    e194765 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'develop'

    kKen94 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    9073683 View commit details
    Browse the repository at this point in the history
  13. chore(release): 2.0.0 [skip ci]

    # [2.0.0](v1.7.1...v2.0.0) (2020-08-18)
    
    ### Bug Fixes
    
    * **bar:** overlay not disappear ([8282af3](8282af3))
    * **promises:** handle errors ([9e6f87a](9e6f87a))
    * **yarn.lock:** correct registry ([0b0a1bd](0b0a1bd))
    
    ### Performance Improvements
    
    * **progress bar:** when progress ended there's a better animation ([713158f](713158f))
    
    * refactor(whitelist and modules)!: change whitelist declaration ([8496eeb](8496eeb))
    
    ### BREAKING CHANGES
    
    * whitelist now must be declared with .forRoot() in module
    BREAKING CHANGES: remove router module for better management
    BREAKING CHANGES: NgxProgressModule is now the old NgxProgressOnlyBarModule
    semantic-release-bot committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    523f754 View commit details
    Browse the repository at this point in the history
Loading