gwenaelp / vue-diagrams

Diagram component for vue.js, inspired by react-diagrams
MIT License
283 stars 64 forks source link

feat(id): produce UUID with `generateId` #15

Closed TonyMasse closed 3 years ago

TonyMasse commented 3 years ago

This is the replace the much simpler but prone to problem simple (and small) random Integer generation. Additionally, I kept the function definition to DiagramModel.js only, and imported it from the other places where it's needed.

Close #14

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

Other information:

TonyMasse commented 3 years ago

Managed to good this again and bring in tons of Commits from other branch... Closing this PR and going to open a new one.