socialnetworknews-web.meta

Issues/PRs archive for SocialNetworkNews/SocialNetworkNews-Web
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.meta.git
Log | Files | Refs

37.md (4232B)


      1 # PR #37 Update dependency ng-http-loader to v3 - autoclosed
      2 
      3 - **Status:** closed
      4 - **Author:** @renovate[bot]
      5 - **Created:** 2018-07-12T10:27:35Z
      6 - **Branch:** renovate/ng-http-loader-3.x → master
      7 - **Closed:** 2018-11-24T12:41:33Z
      8 - **Diff:** [37.diff](./37.diff)
      9 
     10 ---
     11 
     12 This PR contains the following updates:
     13 
     14 | Package | Type | Update | Change | References |
     15 |---|---|---|---|---|
     16 | ng-http-loader | dependencies | major | `^2.0.0` -> `^3.0.0` | [source](https://renovatebot.com/gh/mpalourdio/ng-http-loader) |
     17 
     18 ---
     19 
     20 ### Release Notes
     21 
     22 <details>
     23 <summary>mpalourdio/ng-http-loader</summary>
     24 
     25 ### [`v3.2.0`](https://renovatebot.com/gh/mpalourdio/ng-http-loader/blob/master/CHANGELOG.md#v320)
     26 
     27 [Compare Source](https://renovatebot.com/gh/mpalourdio/ng-http-loader/compare/3.1.2...3.2.0)
     28 
     29 `peerDependencies` section now targets `angular 7`. The module is still `angular 6` compatible, so this is not a major release.  
     30 Users are still encouraged to upgrade their applications ASAP.
     31 
     32 ### [`v3.1.2`](https://renovatebot.com/gh/mpalourdio/ng-http-loader/blob/master/CHANGELOG.md#v312)
     33 
     34 [Compare Source](https://renovatebot.com/gh/mpalourdio/ng-http-loader/compare/3.1.1...3.1.2)
     35 
     36 Added [browserslist](https://renovatebot.com/gh/browserslist/browserslist) support.  
     37 Some cleanup has been done in CSS files to let the CSS auto-prefixer do the job automatically regarding supported browsers.  
     38 Spinkit CSS integration has been been replaced by SCSS.
     39 
     40 ### [`v3.1.1`](https://renovatebot.com/gh/mpalourdio/ng-http-loader/blob/master/CHANGELOG.md#v311)
     41 
     42 [Compare Source](https://renovatebot.com/gh/mpalourdio/ng-http-loader/compare/3.1.0...3.1.1)
     43 
     44 The Subscriptions that had been previously moved from constructor to `ngOnInit` are back in constructor. This avoids testing if the subscriptions exist in `ngOnDestroy` before unsubscribing them.
     45 
     46 ### [`v3.1.0`](https://renovatebot.com/gh/mpalourdio/ng-http-loader/blob/master/CHANGELOG.md#v310)
     47 
     48 [Compare Source](https://renovatebot.com/gh/mpalourdio/ng-http-loader/compare/3.0.0...3.1.0)
     49 
     50 Awesome contribution by [gnom7](https://renovatebot.com/gh/gnom7)
     51 
     52 -   Better handling of sequential HTTP requests. Particularly when mixed with the `minDuration` option. See [this issue](https://renovatebot.com/gh/mpalourdio/ng-http-loader/issues/89) for reference.
     53 
     54     Min. duration time: 300ms
     55     ---0ms------------------------------200ms-------280ms----------------400ms|  
     56     ----|---------------------------------------------|-----------------------|  
     57     (req1 starts and spinner shows)  (req1 ends)  (req2 starts)   (req2 ends and spinner hides)
     58 
     59 Before this, `minDuration` would have been applied to both HTTP requests.
     60 
     61 -   Added the `extraDuration` option: 
     62     -   This option make the spinner visible a certain amount of time after the moment when it should have naturally been hidden. This avoids flickering when, for example, multiple HTTP requests are ran sequentially.
     63     -   See [this issue](https://renovatebot.com/gh/mpalourdio/ng-http-loader/issues/90) for reference
     64 
     65     Extra duration time: 60ms
     66     ---0ms----------200ms------260ms---- |  
     67     ----|------------|----------|--------|  
     68     req starts   req ends  spinner hides
     69 
     70 ### [`v3.0.0`](https://renovatebot.com/gh/mpalourdio/ng-http-loader/blob/master/CHANGELOG.md#v300)
     71 
     72 [Compare Source](https://renovatebot.com/gh/mpalourdio/ng-http-loader/compare/2.3.0...3.0.0)
     73 
     74 -   All existing deprecations have been removed.
     75 -   BC breaks => 
     76     -   `SpinnerComponent` has been renamed to `NgHttpLoaderComponent`.
     77     -   The `<spinner>` component-selector has been renamed to `<ng-http-loader>`.
     78 
     79 </details>
     80 
     81 ---
     82 
     83 ### Renovate configuration
     84 
     85 :date: **Schedule**: At any time (no schedule defined).
     86 
     87 :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
     88 
     89 :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".
     90 
     91 :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
     92 
     93 ---
     94 
     95 This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#SocialNetworkNews/SocialNetworkNews-Web).
     96