Release v0.2.0
marcdumais-work
released this
04 Mar 16:56
·
130 commits
to master
since this release
(Note: This GitHub release was created after the fact. The original release date is Sep 20, 2021)
Release v0.2.0 with changes since v0.1.0
- v0.2.0 5bb2f86
- Bump lerna from 2.11.0 to 4.0.0 3363469
- Merge pull request #78 from theia-ide/MatthewKhouzam-patch-1 713a09e
- Bump url-parse from 1.5.1 to 1.5.3 1c6b035
- Bump path-parse from 1.0.6 to 1.0.7 b0f66b5
- Center x-axis labels a39cdba
- Fix mouse zooming when mouse released outside time graph 2d3f4d8
- Fix Vertical Scrollbar 8689945
- Fix Mouse zooming overlay 4ef0f9c
- update layers based on themes 20515d9
- Press esc to cancel mouse zooming edf1d44
- Support opacity for states and symbol annotations ee7a95c
- Support zooming of timegraph chart from external libs 9e62be1
- Fix zooming selection height 73b0c4f
- Chart freezes when zooming using right mouse button 53a52f0
- Changes to support tooltip for annotations 031e5b5
- Bump ws from 6.2.1 to 6.2.2 a884737
- Bump dns-packet from 1.3.1 to 1.3.4 0f12953
- Bump hosted-git-info from 2.8.8 to 2.8.9 64d75c2
- Bump lodash from 4.17.20 to 4.17.21 e8edb9d
- Bump url-parse from 1.4.7 to 1.5.1 636103a
- Bump handlebars from 4.7.6 to 4.7.7 a16c32f
- Bump elliptic from 6.5.3 to 6.5.4 1ba2ca6
- Add support for range events bd7f984
- Revert "Add lost event layer to timeline-chart" dab8c9e
- Add lost event layer to timeline-chart ceff78b
- Update time-graph-state.ts e0da58a
- Accelerate label drawing ce74083
- Remove the selected state when state is deselected e0d3e69
- Rename TimeGraphRowElement to TimeGraphStateComponent a3a5a2d
- Bump ssri from 6.0.1 to 6.0.2 5528daf
- Add APIs to clean-up components and to remove event handlers 4b97ae9
- Fix TypeError exception in TimeGraphChart 3246589
- Support horizontal zooming selection with right mouse button 885dec8
- Destroy the PIXI objects to free GPU memory. 7e59702
- Destroy arrows when updating them 40986f2
- Update documentation for keyboard and mouse zooming and navigation 8f77d88
- Use crosshair cursor for time selection cf89086
- Support horizontal panning with middle button or Ctrl+left button 484fbfc
- Bump y18n from 3.2.1 to 3.2.2 5d65cdf
- Use Vertical alignment for annotations b33a5cf
- Fix horizontal zoom step ratio e8f2d34
- Draw initial selection range 65ced9e
- Resolves TypeError: Cannot read property viewRangeLength of undefined Fixes #104 c30a02c
- Fix issues with the time graph navigator 89eecee
- Support triangle and inverted-triangle annotation symbols 2153733
- Make TimeGraphRow background and gridline spawn full chart width 055da10
- Fix overlapping TimeGraphAxisScale labels 8922414
- Make drawing of TimeGraphAxisScale labels optional and fix their y-pos 2da2641
- Don't scroll chart when all rows are visible 2378be1
- Resize background as well when resizing canvas. f3e0d3a
- Fix some typos in the documentation 6e3fcdf
- Provide documentation of the timeline-chart components 868cce0
- Sync event timestamp with timegraph dc7f011
- Set limit on zoom-in factor cd42151
- Fix label overflow 369705f
- Draw plus annotation symbol for unknown symbol styles 39ea33b
- Revert "Bump learna from 2.11 to 3.22.1" 4bab710
- Fix publishing with lerna v3.22.1 5ca5596
- Switch CI/CD to GitHub actions instead of Travis df91952
- Bump learna from 2.11 to 3.22.1 5ff3923
- Bump ini from 1.3.5 to 1.3.7 b47344e
- Create SECURITY.md 38acd00
- add markers as new layer to timeline chart 44d9ded
- Merge pull request #74 from maria-ericsson/space 945960c
- Merge branch 'master' into space c1b0d5d
- modify font type and font size for state label text 7054195
- Reset fetching flag in a try-finally statement 35a92bf
- Revert: Handle onClick event on timegraph row 7bde344
- Adjust State's label Position based on view range 0b5dbb8
- add vertical space in-between for states on adjacent rows 9096238
- Make all opacity levels work with PIXIjs 5.0 b1ef6ce
- Fix label overflow from the state 9da9757
- Add license field in example and timeline-chart package.json 29bb7d9
- Horizontal two-finger swipe moves timegraph chart in horizontal direction 72e88cb
- Improve State Navigation using Right/Left Arrow Buttons 006aac4
- Retain the row and state selection after call to states API a0e2dfb
- Handle onClick event on timegraph row This feature was woking fine with earlier versions of PIXI Current PIXI is not able to handle events for elements with opacity 0. Changed the Opacity as a workaround fix. 9dc78bb
- ctrl+mousewheel and shift+mousewheel should work even when there is no foucs 0559547
- Changed Event listeners from document to canvas 924c35d
- Programmatic switch between canvas renderer and WebGL 412579e
- Set Min Width of Navigator fd01e65
- Allow resizing of timeline chart e3c754b
- Formatted Code Comments 4f6aacf
- Set the minimum width of a state to 1 so that small states with negligible widths are visible in the initial zoom level 3fd9ffb
- Use pixi.js-legacy instead of pixi.js b35da77
- Bump http-proxy from 1.17.0 to 1.18.1 445aa1f
- example: Fix the version requirement of example e6d2f07