Graphin 严格遵循 Semantic Versioning 2.0.0 语义化版本规范

发布周期

  • 修订版本号:每周末会进行日常 bugfix 更新。(如果有紧急的 bugfix,则任何时候都可发布)

  • 次版本号:每月发布一个带有新特性的向下兼容的版本。

  • 主版本号:含有破坏性更新和新特性,不在发布周期内。

2021-02-10

Chores
Documentation Changes
New Features
Bug Fixes
Other Changes
Refactors
Code Style Changes

2021-02-07

Chores
Documentation Changes
New Features
Bug Fixes
Other Changes
  • //github.com/antvis/Graphin (d4e18a57)
  • fix eslint error and skip test (63162f23)
  • graphin:
Refactors
Code Style Changes

2020-07-17

Graphin v1.4.3

Other Changes

2020-07-08

Graphin v1.4.2

New Features
  • common: export G6 from @antv/g6 (fc6885e4)

Graphin v1.4.1

New Features
  • site: add node combo static layout demo (54faf117)
  • components: update version to 1.4.0 (7cf8daf9)
Other Changes
  • common:
    • fix poly edge display error when poly edge's count > 2 (160ec2e5)
    • fix label size issue in default cfg (06cc99e2)
  • graphin: fix ci (eb56c951)
Code Style Changes

Graphin v1.4.0

New Features
Bug Fixes
Other Changes
  • v1.4.0 upgrade g6 version to 3.5 (0d33bec2)
  • add cursor pointer (931e9dee)
  • upgrading dependencies (d844962c)
  • common:
    • v1.3.0 (dc167f4e)
    • fix ts typing error after upgrade 3.5 (2af719cc)
    • remove useless layout option for g6 degre layout (2931dc2b)
    • clear selected state brefore new node is selected (77a0cc1a)
    • fix line arrow direction after upgrade g6 (b31d598b)
    • close g6 local refresh to avoid clip ghost issue (c7d470e5)
    • upgrade inner shape to adopt g6 3.4 (fe3893e1)
    • fix pointer center issue in layout after update g6 3.4 (08c315c1)
    • replace shape by type in Node/Edge (fbad8a89)
    • upgrade clearItemStates api (5f0d640d)
    • upgrade @antv/g6 to 3.4 (6bf439e6)
    • fix ts error (390fb4ec)
    • fix testing case (17cf0f77)
    • fix testing case which is broken after upgrading g6 to 3.3 (b8b2102b)
    • clean eslint warning (9a51056a)
    • fix G Object is unknown issue (e31f81c7)
    • fix typing error (faf32663)
  • graphin: change didupdate logic (a1975c7b)
  • upgrade:

Graphin v1.3.0

Other Changes

Graphin v1.2.2

Chores
  • 🔀 add GitHub Action to sync Gitee (79d9d937)
New Features
Bug Fixes
  • update npmClient (e38808fd)
  • replace tnpm with yarn to avoid ci error (24682a8b)
  • support user defined property in date props (49d0076f)
  • fetch data url (988b580d)
  • Support multiple behavior modes closes #62 (f7f88968)
  • test: graphin first render fragment should have only one child (d3cfa49a)
  • common: update jest snapshot (c78380e5)
  • site: resolve style conflicts #44 (3425139e)
Other Changes
  • common:
    • Jest does not support ES module (4beabd56)
    • uniform inner shape name (f34af717)
    • downgrade ts target to es2015 (4967aba7)
    • replace degre with badge and explore it to user (df4c426b)
    • fix inner shape label position and badge color (f5f2f6f7)
    • new inner shape demo (7abb7d11)
    • update history change list (bb908daa)
    • add change log generator tool (3abd8e3f)
    • add change log generator tool (57df91f7)
    • update edge label default color (a1ded89e)
    • adjust leabel position and label color (365ab77b)
    • update dark style of graph studio shape (faa9e7d2)
    • support user-defined layout option declaration (40e9179b)
    • fix behavior document (9c863783)
    • opt tween animation of force layout in worker mode to make it more smoothly (a07335b6)
    • invalid data path (cc617d0b)
    • new stub and point shape (8cdc46a5)
    • new hexagon shape (901e9d9b)
    • new node/edge shape (6b0cb8bd)
    • upgrade prettier to 2.0.2 to support ts optional chain (c85e620e)
    • update copyright (f4cc64f6)
    • replace graphin studio with graph studio (0a5182aa)
  • antvis/Graphin into doc/graphin-shape-demo (c52c7dab)
  • update to version 1.1.0-beta.1 (4c0519d0)
  • format code (509a3ef9)
  • update graphin-studio prettier config (5e5ec40a)
  • find-connections and node-expand (4a62c187)
  • update layout apis docs (bc0af2f0)
  • add webworker for force layout (53903091)
  • fix full screen bugs (50ca0ccc)
  • demand loading antd for components (5098991e)

Graphin v1.0.5

New Features
Other Changes

Graphin v1.0.3

Documentation Changes
New Features
  • using shallow equal for should update for deps (025ee503)
Bug Fixes
Other Changes
  • add restartForceOnDrag flag in options (fb706729)
  • add umd bundle for graphin components and add umd install doc in readme (23d3e46d)
  • disable isZoomOptimize by default (50fc0798)
  • add id, source, target on data when check data (591a705a)
  • remove useless file (ec1b63d6)
  • format jsx file (bf3bb100)
  • add umd build for graphin (2726fa63)
  • fix doc typo (29b58d87)
  • format code with 2 spaces (90996517)
  • allow options.modes to be merge into g6 options (1a8f1512)
  • 将 forceSimulation 的处理内置在 graphin,业务端不需要感知 (cfb06a8e)
  • remove forceSimulation before layout change (466e67fe)
  • subgraph layout demo on site. (4310001f)
  • learn link graphin-site (e160b0fa)
  • provide layout api's return type (bc620591)
  • eslint is broken after upgrade to 2.19.1 (ed4c867e)
  • update deps version in graphin studio (5dfd7c6a)
  • fix graphin studio bundle config (31ca2227)
  • move graphin to devDependencies (0220fb35)
  • modify gatsby.config.js (af9b099f)
  • graphin examples (94bca824)
  • modify the wrong word (fd9f79cf)
  • update readme.md (23415f89)
  • add 红楼梦 case (a8d0b10b)
  • update docs for getting started (ad34f9bb)
  • add examples (859a081e)
  • add label for Node type (ba444e1e)
  • fix examples throw error (a1b547a3)
  • add layout demo (5615c67b)
  • add graphin-site/examples (d3dfc810)

Graphin 1.0.2

Other Changes

Graphin v1.0.0

Other Changes
  • release graphin/v1.0.0 and graphin-components/v1.0.0 (b72480d6)
  • allow empty icon for circle shape (18a42cb9)
  • fix extend.icon issue (ac2bb18f)
  • update readme (dd9daff8)

Graphin v1.0.0-beta.11

Bug Fixes

Graphin v1.0.0-beta.9

New Features
Bug Fixes
Other Changes
Code Style Changes

Graphin v1.0.0-beta.8

New Features
Other Changes