| 2019-08-31 | 
                Fix InteractionManager's stopPropagation (#6043)
                
                 
                  
                    Nils Kuhnhenn
                    authored 
  
    
      on 31 Aug 2019
    
  
                    
                  
                  Matt Karl
                  committed 
  
    
      on 31 Aug 2019
    
  
                  
                 | 
|---|---|
| 2019-08-23 | 
                v5.1.2
                
                 
                  
                  Matt Karl
                  committed 
  
    
      on 23 Aug 2019
    
  
                  
                 | 
| 
                Merge branch 'dev' into events
                
                 
                  
                    Matt Karl
                    authored 
  
    
      on 23 Aug 2019
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 23 Aug 2019
    
  
                  
                 | |
| 2019-08-16 | 
                Interaction: rename 'noDelayed' to 'skipDelayed' and save delayed events as objects
                
                 
                  
                  Nils Kuhnhenn
                  committed 
  
    
      on 16 Aug 2019
    
  
                  
                 | 
| 
                Interaction: Add tests for dispatching 'mouse/pointer-over' after 'mouse/pointer-out'
                
                 
                  
                  Nils Kuhnhenn
                  committed 
  
    
      on 16 Aug 2019
    
  
                  
                 | |
| 2019-08-02 | 
                v5.1.1
                
                 
                  
                  Matt Karl
                  committed 
  
    
      on 2 Aug 2019
    
  
                  
                 | 
| 
                Interaction: dispatch 'mouse/pointer-over' after 'mouse/pointer-out'
                
                 
                  
                  Nils Kuhnhenn
                  committed 
  
    
      on 2 Aug 2019
    
  
                  
                 | |
| 2019-07-19 | 
                v5.1.0
                
                 
                  
                  Matt Karl
                  committed 
  
    
      on 19 Jul 2019
    
  
                  
                 | 
| 2019-07-05 | 
                Update `InteractionManager.setTargetElement` typings to `HTMLElement` (#5886)
                
                 
                  
                    徐宇楠
                    authored 
  
    
      on 5 Jul 2019
    
  
                    
                  
                  Matt Karl
                  committed 
  
    
      on 5 Jul 2019
    
  
                  
                 | 
| 2019-07-03 | 
                Fixes touchmoves will now have the 'target' property set (#5695)
                
                 
                  
                    Dave Moore
                    authored 
  
    
      on 3 Jul 2019
    
  
                    
                  
                  Matt Karl
                  committed 
  
    
      on 3 Jul 2019
    
  
                  
                 | 
| 2019-06-26 | 
                Change DisplayObject#hitArea type declaration to support more hit-area classes (#5827)
                
                 
                  
                    Mofnire
                    authored 
  
    
      on 26 Jun 2019
    
  
                    
                  
                  Matt Karl
                  committed 
  
    
      on 26 Jun 2019
    
  
                  
                 | 
| 2019-06-21 | 
                Bump floss for 3.0 & codecov integration (#5792)
                
                 
                  
                    Yevhenii Huselietov
                    authored 
  
    
      on 21 Jun 2019
    
  
                    
                  
                  Matt Karl
                  committed 
  
    
      on 21 Jun 2019
    
  
                  
                 | 
| 2019-06-07 | 
                v5.0.4
                
                 
                  
                  Matt Karl
                  committed 
  
    
      on 7 Jun 2019
    
  
                  
                 | 
| 2019-05-19 | 
                v5.0.3
                
                 
                  
                  Matt Karl
                  committed 
  
    
      on 19 May 2019
    
  
                  
                 | 
| 2019-05-07 | 
                v5.0.2
                
                 
                  
                  Matt Karl
                  committed 
  
    
      on 7 May 2019
    
  
                  
                 | 
| 2019-05-05 | 
                v5.0.1
                
                 
                  
                  Matt Karl
                  committed 
  
    
      on 5 May 2019
    
  
                  
                 | 
| 2019-04-29 | 
                v5.0.0
                
                 
                  
                  Matt Karl
                  committed 
  
    
      on 29 Apr 2019
    
  
                  
                 | 
| 2019-04-21 | 
                Ensure that a mouseout is fired with masked containers (#5606)
                
                  ...
                
                 
                  
                    Dave Moore
                    authored 
  
    
      on 21 Apr 2019
    
  
                    
                  
                  Matt Karl
                  committed 
  
    
      on 21 Apr 2019
    
  
                  
                 | 
| 2019-03-22 | 
                v5.0.0-rc.3
                
                 
                  
                  Matt Karl
                  committed 
  
    
      on 22 Mar 2019
    
  
                  
                 | 
| 
                Bumped all dependencies (#5535)
                
                 
                  
                    Matt Karl
                    authored 
  
    
      on 22 Mar 2019
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 22 Mar 2019
    
  
                  
                 | |
| 2019-03-20 | 
                Adds browser bundles for individual packages (#5528)
                
                 
                  
                    Matt Karl
                    authored 
  
    
      on 20 Mar 2019
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 20 Mar 2019
    
  
                  
                 | 
| 2019-03-19 | 
                Mixin utils are no longer needed (#5529)
                
                 
                  
                    Matt Karl
                    authored 
  
    
      on 19 Mar 2019
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 19 Mar 2019
    
  
                  
                 | 
| 2019-03-17 | 
                Only call preventDefault on normalized events if the browser allows it. (#5521)
                
                 
                  
                    Dave Moore
                    authored 
  
    
      on 17 Mar 2019
    
  
                    
                  
                  Matt Karl
                  committed 
  
    
      on 17 Mar 2019
    
  
                  
                 | 
| 2019-02-24 | 
                Updates to EventEmitter3 latest release (#5473)
                
                 
                  
                    Matt Karl
                    authored 
  
    
      on 24 Feb 2019
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 24 Feb 2019
    
  
                  
                 | 
| 2019-02-18 | 
                v5.0.0-rc.2
                
                 
                  
                  Matt Karl
                  committed 
  
    
      on 18 Feb 2019
    
  
                  
                 | 
| 2019-02-04 | 
                Removes support for CocoonJS (#5409)
                
                 
                  
                    Matt Karl
                    authored 
  
    
      on 4 Feb 2019
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 4 Feb 2019
    
  
                  
                 | 
| 2019-01-31 | 
                v5.0.0-rc
                
                 
                  
                  Matt Karl
                  committed 
  
    
      on 31 Jan 2019
    
  
                  
                 | 
| 2019-01-17 | 
                Adds a system ticker to sit alongside the shared ticker (#5369)
                
                 
                  
                    Dave Moore
                    authored 
  
    
      on 17 Jan 2019
    
  
                    
                  
                  Matt Karl
                  committed 
  
    
      on 17 Jan 2019
    
  
                  
                 | 
| 2019-01-15 | 
                Documentation updates (#5366)
                
                 
                  
                    Dave Moore
                    authored 
  
    
      on 15 Jan 2019
    
  
                    
                  
                  Matt Karl
                  committed 
  
    
      on 15 Jan 2019
    
  
                  
                 | 
| 2019-01-14 | 
                Updating package.json descriptions (#5362)
                
                 
                  
                    Dave Moore
                    authored 
  
    
      on 14 Jan 2019
    
  
                    
                  
                  Matt Karl
                  committed 
  
    
      on 14 Jan 2019
    
  
                  
                 |