Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(g-mobile): [BREAKING_CHANGE] add g-mobile package to support mobile devices && mini-programs #766

Merged
merged 617 commits into from
May 17, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 24, 2020

  1. Merge pull request #420 from antvis/fix-issue-417

    fix(g-base): bbox calculation should be correct for container,  close #417 and #407
    dengfuping authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    42b6233 View commit details
    Browse the repository at this point in the history
  2. Publish

     - @antv/g-base@0.3.22
     - @antv/g-canvas@0.3.23
     - @antv/g-svg@0.3.24
    dengfuping committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f546713 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    6893fec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #421 from antvis/fix-issue-382

    fix(g-canvas): matrix of element should affect its clip
    dengfuping authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    0905250 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @antv/g-canvas@0.3.24
    dengfuping committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    f8e51fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6193a76 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #423 from antvis/fix-issue-422

    fix(g-canvas): should render when localRefresh change from false to true
    dengfuping authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    581a001 View commit details
    Browse the repository at this point in the history
  6. Publish

     - @antv/g-canvas@0.3.25
    dengfuping committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    14fa0c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1de1afa View commit details
    Browse the repository at this point in the history
  8. Merge pull request #424 from antvis/zhuyue-dev

    fix(g-base): delay and repeat should work in toAttrs for animate method
    dengfuping authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    156eef7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Publish

     - @antv/g-base@0.3.23
     - @antv/g-canvas@0.3.26
     - @antv/g-svg@0.3.25
    dengfuping committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    d0f7a58 View commit details
    Browse the repository at this point in the history
  2. fix(bbox): path bbox lineWidth

    dxq613 committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    a07dd67 View commit details
    Browse the repository at this point in the history
  3. feat(version): update version

    dxq613 committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    4ae1bfb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #425 from antvis/path_bbox

    Path bbox
    dengfuping authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    f5ec42b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9914df4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #427 from antvis/fix-pr-424

    fix(g-base): delay should not work in toAttrs
    dengfuping authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    a47eff5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    475afbb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #430 from antvis/fix-issue-428

    fix(g-svg): event should work when matrix is applied
    dengfuping authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    ad642e4 View commit details
    Browse the repository at this point in the history
  9. Publish

     - @antv/g-base@0.3.26
     - @antv/g-canvas@0.3.27
     - @antv/g-svg@0.3.26
    dengfuping committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    dfdbb32 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. feat(bbox): shadow refresh

    dxq613 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    4e20c4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    747df0b View commit details
    Browse the repository at this point in the history
  3. chore(vesion): update version

    dxq613 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    dd05ddf View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Merge pull request #434 from antvis/shadow_bbox

    feat(bbox): shadow refresh
    dengfuping authored Feb 29, 2020
    Configuration menu
    Copy the full SHA
    ae7b64f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Publish

     - @antv/g-base@0.3.28
     - @antv/g-canvas@0.3.28
     - @antv/g-svg@0.3.27
    dengfuping committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    076bc14 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    6fda5bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #437 from antvis/fix-issue-436

    fix(g-base): should consider precision of angle calculation for Path
    dengfuping authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    ea6cff1 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @antv/g-base@0.3.29
     - @antv/g-canvas@0.3.29
     - @antv/g-svg@0.3.28
    dengfuping committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    3ba3be0 View commit details
    Browse the repository at this point in the history
  4. fix(g-canvas): g-canvas@0.3.29 is not compatible with @antv/path-util…

    …@2.0.4
    
    no path-2-segments.js in @antv/path-util@2.0.4
    budlion committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    0e2a199 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

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

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    51fa512 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #440 from antvis/shapeAttrs

    feat(g-base): 补充 ShapeAttrs 类型定义
    dengfuping authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    7b5875d View commit details
    Browse the repository at this point in the history
  3. fix: conflicts

    dengfuping committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    1ba95ec View commit details
    Browse the repository at this point in the history
  4. fix: ci failed

    dengfuping committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    eefb46a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Merge pull request #443 from antvis/fix-issue-432

    feat(g-canvas): arrow support bbox calculation and hit
    dxq613 authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    c6d7c78 View commit details
    Browse the repository at this point in the history
  2. Publish

     - @antv/g-base@0.4.0
     - @antv/g-canvas@0.4.0
     - @antv/g-svg@0.4.0
    dengfuping committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    5f1407c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. fix(refresh): fixed bug #444

    dxq613 committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    3ec010b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #438 from budlion/master

    fix(g-canvas): g-canvas@0.3.29 is not compatible with @antv/path-util…
    dxq613 authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    2d0a6c1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #445 from antvis/pixel_refresh

    fix(refresh): fixed bug #444
    dengfuping authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    c9c6567 View commit details
    Browse the repository at this point in the history
  4. Publish

     - @antv/g-canvas@0.4.1
    dengfuping committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    3130547 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bcbf35 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #446 from antvis/fix-arrow-fill

    fix(g-canvas): fill attr should work for custom arrow
    dengfuping authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    68c2b1c View commit details
    Browse the repository at this point in the history
  7. Publish

     - @antv/g-canvas@0.4.2
    dengfuping committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    a33806c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

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

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    6e9085e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c2468 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Merge pull request #450 from antvis/refactor-browser-field

    refactor: use unpkg other than browser field in package.json
    dengfuping authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    4a1580c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #449 from entronad/master

    fix(g-base): fix an condition judgement type error in path util
    dengfuping authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    775a500 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #448 from antvis/delegate_mouseleave

    feat(delegation): delegation mouseenter, mouseleave
    dengfuping authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    e9f1936 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    d487e5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #458 from antvis/round_pixel_ratio

    feat(pixelratio): round pixelRatio
    dengfuping authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    51e6291 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

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

Commits on Apr 8, 2020

  1. Merge pull request #460 from antvis/fix-issue-456

    fix(g-base): dragenter & dragleave event should be able to bubble
    dxq613 authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    65eb610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c82c85a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94dd589 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8d56b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f2da8b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #463 from antvis/fix-issue-462

    fix(g-svg): toFront() method should work
    dxq613 authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    90347a9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #466 from antvis/fix-issue-465

    fix(g-svg): should not handle fontSize < 12 for text
    dxq613 authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    597ea10 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    985020a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7688453 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #464 from entronad/master

    fix(g-base): set animation._paused to true in element.pauseAnimate()
    dengfuping authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    1ad3fe1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    72258d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fae57c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #469 from antvis/fix-event-emit

    fix: prevent undefined error when check isParent
    dxq613 authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    81e5528 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #470 from antvis/daily-fix

    fix: 添加空判断,防止报错
    dengfuping authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    ee4749a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #467 from antvis/refresh_bbox

    Refresh bbox
    dengfuping authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    e4315b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc5c70a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff0a35b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Publish

     - @antv/g-base@0.4.1
     - @antv/g-canvas@0.4.3
     - @antv/g-svg@0.4.1
    dengfuping committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    a3a3944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c257d64 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #471 from limichange/master

    refactor: remove some unused code
    dengfuping authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    74230e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dba0c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    254e7f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb815fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7aa925 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    783edfb View commit details
    Browse the repository at this point in the history
  9. Merge pull request #472 from limichange/refactor-g-canvas-util-arrow

    refactor: export Math function
    dengfuping authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    fa8a20f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #473 from limichange/refactor-g-canvas-utils

    refactor: import @antv/g-base getOffScreenContext
    dengfuping authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    22314f5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #474 from limichange/refactor-g-math-line

    refactor: replace line box function with getBBoxByArray
    dengfuping authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    498dc81 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a92d9b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    acc8ca3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Merge pull request #477 from limichange/refactor-g-svg-create-svg

    Refactor(g-svg): add createSVGElement function
    dengfuping authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    aa63411 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Merge pull request #475 from limichange/feature-g-math-getBBoxRange

    feat: g-math add getBBoxRange
    dengfuping authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    5f216b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8345d77 View commit details
    Browse the repository at this point in the history
  3. feat(test): ignore test

    dxq613 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    9fd3a6d View commit details
    Browse the repository at this point in the history
  4. test(image): add callback

    dxq613 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    b2e4053 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fedc1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cc66bb View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Merge pull request #478 from antvis/quick_hit

    feat(getshape): quick hit in canvas
    dengfuping authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    e52a82b View commit details
    Browse the repository at this point in the history
  2. Publish

     - @antv/g-base@0.4.2
     - @antv/g-canvas@0.4.4
     - @antv/g-math@0.1.2
     - @antv/g-svg@0.4.2
    dengfuping committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    13eeadc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #480 from antvis/delegate_name

    feat(delegate): name support array
    dengfuping authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    e3f567d View commit details
    Browse the repository at this point in the history
  4. Publish

     - @antv/g-base@0.4.3
     - @antv/g-canvas@0.4.5
     - @antv/g-svg@0.4.3
    dengfuping committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    965b711 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbf4650 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #481 from antvis/canvas_bbox

    fix(canvas): getCanvasBBox removed
    dxq613 authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    bde09c9 View commit details
    Browse the repository at this point in the history
  7. Publish

     - @antv/g-canvas@0.4.7
    dengfuping committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    f137b9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e04ef6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #483 from antvis/fix-gl-matrix

    fix(gl-matrix): use gl-matrix instead of antv/gl-matrix
    dengfuping authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d9f8845 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Publish

     - @antv/g-base@0.4.4
     - @antv/g-canvas@0.4.8
     - @antv/g-math@0.1.3
     - @antv/g-svg@0.4.4
    dengfuping committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    1153d63 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    c007d44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #484 from antvis/quick_hit_bug

    fix(hit): canvas is not a group
    dengfuping authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    190b6b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

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

Commits on Apr 21, 2020

  1. Merge pull request #487 from antvis/gitee-sync-action

    chore: 🔀 add GitHub Action to sync Gitee
    dengfuping authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    f129c7a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Publish

     - @antv/g-canvas@0.4.9
    dengfuping committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    a4a5ea9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

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

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    a786448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    630de7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    987428a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    442de5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cd8b0d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #491 from entronad/master

    fix(g-canvas): Add override of clearEvents()
    dengfuping authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    2894426 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    29f6cbf View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump lint-staged from 9.5.0 to 10.2.2 (#506)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.5.0 to 10.2.2.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v9.5.0...v10.2.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored May 6, 2020
    Configuration menu
    Copy the full SHA
    aedaf2d View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @commitlint/config-angular from 7.6.0 to 8.3.4 (#…

    …505)
    
    Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint) from 7.6.0 to 8.3.4.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md)
    - [Commits](conventional-changelog/commitlint@v7.6.0...v8.3.4)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored May 6, 2020
    Configuration menu
    Copy the full SHA
    e038294 View commit details
    Browse the repository at this point in the history
  4. Publish

     - @antv/g-base@0.4.5
     - @antv/g-canvas@0.4.10
     - @antv/g-svg@0.4.5
    dengfuping committed May 6, 2020
    Configuration menu
    Copy the full SHA
    52c73c1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    de4b2d3 View commit details
    Browse the repository at this point in the history
  2. Publish

     - @antv/g-base@0.4.6
     - @antv/g-canvas@0.4.11
     - @antv/g-svg@0.4.6
    dengfuping committed May 8, 2020
    Configuration menu
    Copy the full SHA
    fcadf94 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Configuration menu
    Copy the full SHA
    6c02047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e56e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6d1d0c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Publish

     - @antv/g-base@0.4.7
     - @antv/g-canvas@0.4.12
     - @antv/g-svg@0.4.7
    dengfuping committed May 11, 2020
    Configuration menu
    Copy the full SHA
    5257d7a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Refresh prompt (#490)

    * feat(bbox): cache bbox
    
    * feat(rename): change canvasBox to canvasBBox
    
    * feat(render): prompt refresh
    
    * feat(group): add group in trigger onCanvasChanged
    
    * feat(clip): clip changed
    
    * feat(matrix-util): update matrix-util and update version
    
    * feat(matrix): replace matrix-util
    
    * feat(refresh): prompt hit and refresh
    
    * chore(version): update version
    
    * docs(comment): add comment
    
    * chore(json): revert package.json version
    
    Co-authored-by: 诸岳 <fuping.dfp@antfin.com>
    dxq613 and dengfuping authored May 12, 2020
    Configuration menu
    Copy the full SHA
    b916e70 View commit details
    Browse the repository at this point in the history
  2. Publish

     - @antv/g-base@0.5.0-beta.1
     - @antv/g-canvas@0.5.0-beta.1
     - @antv/g-svg@0.5.0-beta.1
    dengfuping committed May 12, 2020
    Configuration menu
    Copy the full SHA
    6636ea4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. chore(deps-dev): bump electron from 4.1.5 to 9.0.4 (#559)

    Bumps [electron](https://github.com/electron/electron) from 4.1.5 to 9.0.4.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
    - [Commits](electron/electron@v4.1.5...v9.0.4)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    e6a370e View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump tslint from 5.20.1 to 6.1.2 (#525)

    Bumps [tslint](https://github.com/palantir/tslint) from 5.20.1 to 6.1.2.
    - [Release notes](https://github.com/palantir/tslint/releases)
    - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
    - [Commits](palantir/tslint@5.20.1...6.1.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    76b3221 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump prettier from 1.19.1 to 2.0.5 (#504)

    Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.0.5.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
    - [Commits](prettier/prettier@1.19.1...2.0.5)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    217be5c View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @commitlint/cli from 7.6.1 to 8.3.5 (#503)

    Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint) from 7.6.1 to 8.3.5.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md)
    - [Commits](conventional-changelog/commitlint@v7.6.1...v8.3.5)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    9dff067 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump ts-loader from 5.4.5 to 7.0.5 (#536)

    Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 5.4.5 to 7.0.5.
    - [Release notes](https://github.com/TypeStrong/ts-loader/releases)
    - [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
    - [Commits](TypeStrong/ts-loader@v5.4.5...v7.0.5)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    2d154e8 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump husky from 1.3.1 to 4.2.5 (#500)

    Bumps [husky](https://github.com/typicode/husky) from 1.3.1 to 4.2.5.
    - [Release notes](https://github.com/typicode/husky/releases)
    - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md)
    - [Commits](typicode/husky@v1.3.1...v4.2.5)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    ec701ec View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. chore(deps-dev): bump @commitlint/config-angular from 8.3.4 to 9.0.1 (#…

    …571)
    
    Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint) from 8.3.4 to 9.0.1.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md)
    - [Commits](conventional-changelog/commitlint@v8.3.4...v9.0.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    2af1d03 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump gh-pages from 2.2.0 to 3.1.0 (#570)

    Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 2.2.0 to 3.1.0.
    - [Release notes](https://github.com/tschaub/gh-pages/releases)
    - [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
    - [Commits](tschaub/gh-pages@v2.2.0...v3.1.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    b54262c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    5830a82 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump tslib from 1.13.0 to 2.0.0 (#562)

    Bumps [tslib](https://github.com/Microsoft/tslib) from 1.13.0 to 2.0.0.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@1.13.0...2.0.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    61ac61d View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump eslint-plugin-html from 5.0.5 to 6.0.2 (#563)

    Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) from 5.0.5 to 6.0.2.
    - [Release notes](https://github.com/BenoitZugmeyer/eslint-plugin-html/releases)
    - [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/master/CHANGELOG.md)
    - [Commits](BenoitZugmeyer/eslint-plugin-html@v5.0.5...v6.0.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    58efe56 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump detect-browser from 4.8.0 to 5.1.1 (#565)

    Bumps [detect-browser](https://github.com/DamonOehlman/detect-browser) from 4.8.0 to 5.1.1.
    - [Release notes](https://github.com/DamonOehlman/detect-browser/releases)
    - [Commits](DamonOehlman/detect-browser@v4.8.0...v5.1.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    e0cd9e3 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump electron from 9.0.4 to 9.1.0 (#577)

    Bumps [electron](https://github.com/electron/electron) from 9.0.4 to 9.1.0.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
    - [Commits](electron/electron@v9.0.4...v9.1.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    4f796f2 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump @types/node from 10.17.27 to 14.0.23 (#581)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 10.17.27 to 14.0.23.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    4725110 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump ts-loader from 7.0.5 to 8.0.1 (#585)

    Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 7.0.5 to 8.0.1.
    - [Release notes](https://github.com/TypeStrong/ts-loader/releases)
    - [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
    - [Commits](TypeStrong/ts-loader@v7.0.5...v8.0.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    60b0e69 View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): bump eslint-config-prettier from 4.3.0 to 6.11.0 (#566)

    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 4.3.0 to 6.11.0.
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v4.3.0...v6.11.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    9b9c087 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. fix(refresh): text refresh error (#588)

    * fix(refresh): text refresh error
    
    * chore(version): update version
    dxq613 authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    54cf32d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. fix(g-canvas): 修复多层图形嵌套的刷新问题 (#589)

    * fix(refresh): effect other shape
    
    * chore(json): test-live url
    
    * test(sort): change sort test case
    dxq613 authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    add81cd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. chore(deps): bump @antv/matrix-util from ^2.0.4 to ^3.1.0-beta.1 (#593)

    Co-authored-by: 诸岳 <fuping.dfp@antgroup.com>
    dengfuping and dengfuping authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    278d016 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Publish

     - @antv/g-base@0.5.0
     - @antv/g-canvas@0.5.0
     - @antv/g-math@0.1.4
     - @antv/g-svg@0.5.0
    dengfuping committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    36b320b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. fix: mouse event on long cubic path problem. (#621)

    * fix: mouse event on long cubic path problem.
    
    * chore: beautify code.
    
    * chore: beautify code.
    
    * test: update long path issue test.
    
    * chore: beautify code.
    
    * test: get clientX and clientY problem
    Yanyan-Wang authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    3063f99 View commit details
    Browse the repository at this point in the history
  2. fix(g-canvas): hasChanged should have priority over refresh with in c…

    …heckChildrenRefresh (#623)
    
    * fix(g-canvas): render should work correctly when element is clipped by view, close #494 (#550)
    
    * Publish
    
     - @antv/g-canvas@0.4.13
    
    * fix: switch branch (#574)
    
    * Publish
    
     - @antv/g-canvas@0.4.14
    
    * fix(g-canvas): hasChanged should have priority over refresh with in checkChildrenRefresh, close #622
    
    Co-authored-by: Yanyan Wang <yanyanwang93@gmail.com>
    Co-authored-by: 诸岳 <fuping.dfp@antgroup.com>
    3 people authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    a2fd4f4 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @antv/g-base@0.5.1
     - @antv/g-canvas@0.5.1
     - @antv/g-math@0.1.5
     - @antv/g-svg@0.5.1
    dengfuping committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    19bbd21 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. fix: image cros (#639)

    Co-authored-by: 聚则 <zhanning.bzn@antgroup.com>
    baizn and baizn authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    97be0a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Publish

     - @antv/g-canvas@0.5.2
    xiaoiver committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    d02aa6c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Fix 634 (#642)

    * fix: getPointAtLength failed on an empty path
    
    * fix: add test case for #634
    xiaoiver authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    26a8cc2 View commit details
    Browse the repository at this point in the history
  2. fix: clear group and addGroup out of view problem, closes: #638 (#643)

    Co-authored-by: shiwu <shiwu.wyy@antgroup.com>
    Yanyan-Wang and shiwu authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    e7c7bf6 View commit details
    Browse the repository at this point in the history
  3. chore: update g-svg version

    xiaoiver committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    666d16c View commit details
    Browse the repository at this point in the history
  4. Publish

     - @antv/g-canvas@0.5.3
     - @antv/g-svg@0.5.3
    xiaoiver committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    b4d48db View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. fix: 修复element.get("canvas") 为空时,调用 animate 会报错 (#679)

    * fix: 修复element.get("canvas") 为空时,调用 animate 会报错
    
    close: #678
    
    * chore(eslint): migrate tslint to eslint & fix error
    
    * fix: 处理 eslint
    
    * fix(eslint): eslint 升级到最新版本
    
    * fix(eslint): 修复 eslint 配置问题
    
    * chore(eslint): 使用g2plot的eslint规则,自动lint-fix
    
    * fix: 修复 ci 问题
    
    * fix: 修复 ci 问题,单测先 skip 掉,后续修复
    
    Co-authored-by: xinming <xinming.lxj@antfin.com>
    visiky and xinming authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    d4091b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Publish

     - @antv/g-base@0.5.2
     - @antv/g-canvas@0.5.4
     - @antv/g-math@0.1.5
     - @antv/g-svg@0.5.4
    liufu.lf committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a4ba38e View commit details
    Browse the repository at this point in the history
  2. Publish

     - @antv/g-base@0.5.3
     - @antv/g-canvas@0.5.5
     - @antv/g-math@0.1.6
     - @antv/g-svg@0.5.5
    liufu.lf committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    e6b0e8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df21e46 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. fix(issue-688): 当 marker symbol 没有内置时,method 为空,导致 crash (#689)

    Co-authored-by: xinming <xinming.lxj@antfin.com>
    visiky and xinming authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    b1a6282 View commit details
    Browse the repository at this point in the history
  2. fix(esm): remove all the import of lib (#690)

    * fix(esm): remove all the import of lib
    
    * chore: export getArcParams
    
    * chore: upgrade version
    
    * chore: move tslib into dependence
    
    * chore: remove invalid code
    hustcc authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    f45f6db View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. fix: canvas animate returns problem (#694)

    * fix: canvas animate returns problem
    
    * chore: update version number
    
    * chore: update return conditions
    
    * chore: re-run online ci
    Yanyan-Wang authored Dec 25, 2020
    Configuration menu
    Copy the full SHA
    92dc5b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. feat: init g-mobile repo

    openwayne committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    59f8708 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    a9480ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71d5b2b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

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

Commits on Jan 22, 2021

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

Commits on Jan 29, 2021

  1. fix: mobile canvas fitView

    毅羽 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a1fa6fd View commit details
    Browse the repository at this point in the history
  2. feat: refine canvas draw

    毅羽 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d58ebb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    6481abb View commit details
    Browse the repository at this point in the history
  2. fix: mobile web fit view

    毅羽 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ffc143d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. fix: 修复极大数量求最大值、最小值出错 (#727)

    * fix: 修复极大数量求最大值、最小值出错
    
    * feat: 将maxBy,minBy替换为max,min 且升级版本
    
    * chore: 修复 ci 问题,版本升级
    visiky authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    6825a62 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump typescript from 3.9.8 to 4.1.4 (#728)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.8 to 4.1.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v3.9.8...v4.1.4)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    04e5101 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/react from 16.14.3 to 17.0.1 (#720)

    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.14.3 to 17.0.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    2986866 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump webpack-cli from 3.3.12 to 4.5.0 (#718)

    Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.5.0.
    - [Release notes](https://github.com/webpack/webpack-cli/releases)
    - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@4.5.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    b765cba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee6a4d9 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump @commitlint/config-angular from 9.1.2 to 11.0.0 (

    …#649)
    
    Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint) from 9.1.2 to 11.0.0.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md)
    - [Commits](conventional-changelog/commitlint@v9.1.2...v11.0.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d266fa3 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): [security] bump electron from 4.1.5 to 11.2.3 (#724)

    Bumps [electron](https://github.com/electron/electron) from 4.1.5 to 11.2.3. **This update includes security fixes.**
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
    - [Commits](electron/electron@v4.1.5...v11.2.3)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    dc27c0f View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump @types/d3-timer from 1.0.10 to 2.0.0 (#647)

    Bumps [@types/d3-timer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-timer) from 1.0.10 to 2.0.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-timer)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    1e57907 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. chore(deps-dev): bump less from 3.13.1 to 4.1.1 (#730)

    Bumps [less](https://github.com/less/less.js) from 3.13.1 to 4.1.1.
    - [Release notes](https://github.com/less/less.js/releases)
    - [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
    - [Commits](less/less.js@v3.13.1...v4.1.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    87b2123 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. chore(deps-dev): bump @types/react-dom from 16.9.11 to 17.0.1 (#733)

    Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.11 to 17.0.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    cdca5f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. chore(deps-dev): bump husky from 4.3.8 to 5.0.9 (#732)

    Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 5.0.9.
    - [Release notes](https://github.com/typicode/husky/releases)
    - [Commits](typicode/husky@v4.3.8...v5.0.9)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    060ae4f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. feat(g-canvas): fix webkit ios canvas garbage collection bug (#725)

    * feat(g-canvas): fix webkit ios canvas garbage collection bug
    
    * feat(g-canvas): 增加 #726 bug单测
    
    Co-authored-by: caoxun03 <caoxun03@kuaishou.com>
    KedAyAyA and caoxun03 authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    ffa71fd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    2be7110 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @commitlint/cli from 8.3.5 to 12.0.0 (#738)

    Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint) from 8.3.5 to 12.0.0.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md)
    - [Commits](conventional-changelog/commitlint@v8.3.5...v12.0.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    50e63d2 View commit details
    Browse the repository at this point in the history
  3. feat: add canvas proxy

    AlbertAZ1992 committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    4e70703 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. feat: add convas proxy

    AlbertAZ1992 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    40286d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    63bbefe View commit details
    Browse the repository at this point in the history
  2. fix: support miniapp touch event

    openwayne authored and 贤空 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c8d2c9e View commit details
    Browse the repository at this point in the history
  3. fix: support miniapp touch event

    贤空 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    e4f6d78 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. feat: sync master

    毅羽 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    e4431b0 View commit details
    Browse the repository at this point in the history
  2. feat: sync master

    毅羽 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    7d79ac7 View commit details
    Browse the repository at this point in the history
  3. feat: sync master

    毅羽 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    a13d5fe View commit details
    Browse the repository at this point in the history
  4. feat: update readme

    AlbertAZ1992 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    566217e View commit details
    Browse the repository at this point in the history
  5. feat: update readme

    AlbertAZ1992 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    6d6ad7b View commit details
    Browse the repository at this point in the history
  6. feat: update readme

    AlbertAZ1992 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    a78730c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48cacf9 View commit details
    Browse the repository at this point in the history
  8. chore: change version to 0.0.1-beta.1

    openwayne authored and 贤空 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    0ef6ee3 View commit details
    Browse the repository at this point in the history
  9. chore: change version to 0.0.1-beta.1

    贤空 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    cb941bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c83fbaf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d9b888b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a682662 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    08e4eae View commit details
    Browse the repository at this point in the history
  14. fix: fix pinch event extra data

    openwayne authored and 贤空 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    eedb620 View commit details
    Browse the repository at this point in the history
  15. fix: fix pinch event extra data

    贤空 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    569af00 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Update README-zh_CN.md

    openwayne authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    6e11bcd View commit details
    Browse the repository at this point in the history
  2. Update README-zh_CN.md

    openwayne authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9fa0f82 View commit details
    Browse the repository at this point in the history
  3. Update README-zh_CN.md

    openwayne authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e51bb2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06ebc51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9da988 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4878330 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. fix: support native

    openwayne committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    6e8042a View commit details
    Browse the repository at this point in the history
  2. fix: support native

    openwayne authored and 贤空 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    1f546fe View commit details
    Browse the repository at this point in the history
  3. fix: support native

    贤空 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    8113175 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a7eb2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    026fecc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae52257 View commit details
    Browse the repository at this point in the history
  7. fix: resolve mini parse

    openwayne committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    837a271 View commit details
    Browse the repository at this point in the history
  8. fix: resolve mini parse

    openwayne authored and 贤空 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    d02ebef View commit details
    Browse the repository at this point in the history
  9. fix: resolve mini parse

    贤空 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    a148292 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    8aef2f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c437fd2 View commit details
    Browse the repository at this point in the history
  3. style: remove console log

    openwayne committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    032d49c View commit details
    Browse the repository at this point in the history
  4. style: remove console log

    openwayne committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    8f7d618 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae1be7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a1ab47 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. chore: update pkg

    AlbertAZ1992 committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    600cc79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eaa391 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e9a766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77c0641 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

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

Commits on Mar 24, 2021

  1. fix: draw region

    毅羽 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    6d1af2f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Configuration menu
    Copy the full SHA
    4540a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd8f610 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc866d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    3df3530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f65d9c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

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

Commits on Apr 8, 2021

  1. fix(g-mobile): get globalAlpha problem in mini program (#751)

    Co-authored-by: 兵人 <xuezhiqiang.xzq@antgroup.com>
    ICMI and 兵人 authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    d75236b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    55b5227 View commit details
    Browse the repository at this point in the history
  2. chore: change version

    openwayne committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    929faea View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    94eff4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e01c15b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dda8ea9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

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

Commits on Apr 21, 2021

  1. fix: 直接透传scale (#758)

    ICMI authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    252683e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

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

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    418a432 View commit details
    Browse the repository at this point in the history
  2. chore: sync g-base

    AlbertAZ1992 committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    b54bd7b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

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

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    5d9936c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c51b96 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. chore: change version

    openwayne committed May 11, 2021
    Configuration menu
    Copy the full SHA
    d74e460 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. chore: change version

    openwayne committed May 17, 2021
    Configuration menu
    Copy the full SHA
    6e1b109 View commit details
    Browse the repository at this point in the history