Giter VIP home page Giter VIP logo

beautiful-react-diagrams-routing's People

Contributors

9renpoto avatar renovate-bot avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

beautiful-react-diagrams-routing's Issues

Dependency Dashboard

This issue provides visibility into Renovate updates and their statuses. Learn more

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update dependency @types/dagre to v0.7.47
  • chore(deps): update dependency @types/jest to v26.0.24
  • chore(deps): update dependency @types/rosie to v0.0.40
  • chore(deps): update babel monorepo (@babel/core, babel-loader)
  • chore(deps): update dependency @caddijp/eslint-config to v0.4.4
  • chore(deps): update dependency conventional-changelog-cli to v2.2.2
  • chore(deps): update dependency eslint to v7.32.0
  • chore(deps): update dependency lint-staged to v11.2.6
  • chore(deps): update dependency prettier-plugin-organize-imports to v2.3.4
  • chore(deps): update dependency ts-jest to v27.1.4
  • chore(deps): update storybook monorepo to v6.4.19 (@storybook/addon-actions, @storybook/addon-essentials, @storybook/addon-links, @storybook/addon-storyshots, @storybook/react)
  • chore(deps): update actions/checkout action to v3
  • chore(deps): update actions/setup-node action to v3
  • chore(deps): update commitlint monorepo (major) (@commitlint/cli, @commitlint/config-conventional)
  • chore(deps): update dependency eslint to v8
  • chore(deps): update dependency husky to v7
  • chore(deps): update dependency lint-staged to v12

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

  • chore(deps): update dependency beautiful-react-diagrams to v0.5.1
  • chore(deps): update dependency prettier to v2.6.1
  • chore(deps): update dependency typescript to v4.6.3
  • chore(deps): update jest monorepo (major) (@types/jest, jest)

This has a bug

It doesn't correct place nodes, because dagre returns the middle of the component, not the top left.

        coordinates: [
          node.x || graphNode?.coordinates[0] || 0,
          node.y || graphNode?.coordinates[1] || 0,
        ]

This should be:

        coordinates: [
          node.x ? node.x - node.width / 2 : graphNode?.coordinates[0] || 0,
          node.y ? node.y - node.height / 2 : graphNode?.coordinates[1] || 0,
        ]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.