Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: antvis/Infographic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.7
Choose a base ref
...
head repository: antvis/Infographic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.8
Choose a head ref
  • 9 commits
  • 96 files changed
  • 4 contributors

Commits on Jan 8, 2026

  1. fix: wrong position of edit bar (#150)

    * fix(editor): fix wrong position of edit bar in hierarchy containers
    
    * refactor(site): ai playground demo support edit
    
    * fix(site): fix site docs style
    
    * refactor(site): update section examples name to gallery
    Aarebecca authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    c3b487f View commit details
    Browse the repository at this point in the history
  2. Add files via upload (#151)

    hustcc authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    ad3fa9a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. refactor(site): gallery page support seo (#152)

    * refactor(site): gallery page support seo
    
    * fix: fix cr issues
    
    * docs(site): remove useless docs
    
    * docs(site): update docs title
    
    * docs(site): optimize i18n
    
    * chore: add script to create llms.txt
    
    * fix: fix cr issues
    Aarebecca authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    b8734c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fd8569 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. refactor: optimize code (#158)

    * feat(StreamPreview): add compare preset for infographic visualization
    
    * fix(renderer): update type assertion for illus attributes
    
    * fix(Infographic): update initialOptions assignment to use parsedOptions directly
    Aarebecca authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    827399a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. feat: add relations infographic (#161)

    * feat(syntax): support parse graph data
    
    * docs: update skills and site docs
    
    * refactor(syntax): support parse incomplete relation
    
    * refactor(syntax): support edge id
    
    * feat(designs): add dagre flow structure
    
    * refactor(designs): optimize badge card
    
    * feat(designs): add group field with datum and adapt strctures
    
    * docs: update docs, prompt and skills
    
    * feat(jsx): support animate
    
    * feat(designs): relation dagre flow support edge animation
    
    * refactor(designs): adjust dagre props
    
    * refactor(shared): add relation dataset
    
    * feat(designs): support simple circle node
    
    * refactor(designs): dagre force use dagre route for loop graph
    
    * refactor(syntax): support parse id/group/showArrow/arrowType
    
    * fix(utils): measure text ignore non string and number value
    
    * refactor(site): optmize gallery
    
    * feat: add templates
    
    * docs(site): update site docs
    Aarebecca authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    d6c5066 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. feat: server side rendering (#163)

    * Server-Side Rendering (#160)
    
    * feat(ssr):  Implement SSR rendering pipeline
    
    * test(ssr): make renderer tests async and use string input format
    
    * refactor: remove unused code
    
    * ci: add CLI build step to workflow
    
    * fix: lint error
    
    * refactor(build): replace custom esm import fixer with tsc-alias
    
    * feat: export resource types
    
    * feat(ssr): add non-browser rendering documentation
    
    * feat(ssr): replace JSDOM with LinkeDOM
    
    * fix: ignore unused error parameter
    
    * test(ssr): remove debug console.log from renderer test
    
    * refactor(ssr): simplify SVG serialization and DOM setup
    
    remove custom XMLSerializer implementation in favor of native outerHTML
    move svgo optimization to CLI level with option
    
    * fix(ssr): improve error handling and validation in renderer
    
    - Add fast fail for syntax errors
    - Validate template existence
    
    * Refactor: move CLI to internal SSR tests and remove CLI module
    
    This commit removes the standalone CLI module and moves examples to internal SSR tests for better integration.
    
    * Update documentation and remove CLI references
    
    Remove CLI tool documentation and references after CLI module removal, update SSR documentation, and remove teardownDOM function from exports.
    
    * Move SSR examples test files to proper location
    
    Relocate SSR example files from __tests__/ssr/examples to __tests__/unit/ssr/examples and update test file path reference.
    
    * Update project configuration and SSR test outputs
    
    Update various project files including configuration, SSR tests, and generated SVG outputs.
    
    * Add render_error type and improve type safety in SSR renderer
    
    ---------
    
    Co-authored-by: Yrom <[email protected]>
    
    * revert: unnecessary changes
    
    * refactor(utils): optimize utils
    
    * refactor(ssr): optimize ssr implement
    
    * test(ssr): update test case and output
    
    * docs: update docs
    
    * refactor: optimize code
    
    * fix: fix cr issues
    
    * docs: remove trailing whitespace in index.en.md
    
    ---------
    
    Co-authored-by: YuwangLiu <[email protected]>
    Co-authored-by: Yrom <[email protected]>
    Co-authored-by: hustcc <[email protected]>
    4 people authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    72bfdb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    444c1df View commit details
    Browse the repository at this point in the history
  3. chore: update version (#167)

    * chore: config workspaces
    
    * chore: update version and deps
    Aarebecca authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    aff6b68 View commit details
    Browse the repository at this point in the history
Loading